Question

Difficulty: MediumDivisibility, Factors, and Multiples

If n=24×53×71n = 2^4 \times 5^3 \times 7^1, how many positive integer divisors of nn are divisible by 1010 but are not multiples of 3535?

  1. A
    8
  2. 12Answer
  3. C
    15
  4. D
    20
  5. E
    24

Answer

12
The value 12 is correct because a divisor 2a×5b×7c2^a \times 5^b \times 7^c of 24×53×712^4 \times 5^3 \times 7^1 is divisible by 10 when a{1,2,3,4}a \in \{1, 2, 3, 4\} (4 options) and b{1,2,3}b \in \{1, 2, 3\} (3 options). To ensure it is not divisible by 35 (5×75 \times 7), cc cannot be 1 when b1b \ge 1. Thus cc must be 0 (1 option). Multiplying the choices yields 4×3×1=124 \times 3 \times 1 = 12.

Step-by-Step Solution

1
Express the general form of a divisor of nn.
Any divisor dd of n=24×53×71n = 2^4 \times 5^3 \times 7^1 can be written as d=2a×5b×7cd = 2^a \times 5^b \times 7^c, where 0a40 \le a \le 4, 0b30 \le b \le 3, and 0c10 \le c \le 1.
Prime factorization determines the structure of all positive divisors.
2
Apply the condition that dd must be divisible by 1010.
Since 10=21×5110 = 2^1 \times 5^1, we require a1a \ge 1 and b1b \ge 1.
A number is divisible by 10 if and only if it contains at least one factor of 2 and at least one factor of 5.
3
Apply the condition that dd must NOT be a multiple of 3535.
Since 35=51×7135 = 5^1 \times 7^1, a multiple of 35 must have b1b \ge 1 and c1c \ge 1. Since b1b \ge 1 is already satisfied, to avoid being a multiple of 35, we must set c=0c = 0.
If c=1c = 1, then combined with b1b \ge 1, the divisor would automatically be a multiple of 35.
4
Calculate the total number of valid choices for (a,b,c)(a, b, c).
a{1,2,3,4}a \in \{1, 2, 3, 4\} (4 options), b{1,2,3}b \in \{1, 2, 3\} (3 options), c{0}c \in \{0\} (1 option). Total = 4×3×1=124 \times 3 \times 1 = 12.
By the Fundamental Counting Principle, multiplying the independent choices gives the number of valid divisors.

Key Concept

Counting Divisors with Prime Factor Constraints
Estimated Time:1m 30s
Rate this question