Question

Difficulty: Very hardFactors, Multiples, and Prime Factorization

Let N=25×34×52N = 2^5 \times 3^4 \times 5^2. How many positive integer factors of NN are divisible by 1212 but not divisible by 1515?

  1. 16Answer
  2. B
    32
  3. C
    48
  4. D
    24

Answer

16 positive factors
The number NN is given by 25×34×522^5 \times 3^4 \times 5^2. A factor 2a×3b×5c2^a \times 3^b \times 5^c is divisible by 12=22×3112 = 2^2 \times 3^1 if a{2,3,4,5}a \in \{2,3,4,5\} (4 choices), b{1,2,3,4}b \in \{1,2,3,4\} (4 choices), and c{0,1,2}c \in \{0,1,2\} (3 choices), giving 4×4×3=484 \times 4 \times 3 = 48 factors. Among these, those also divisible by 15=31×5115 = 3^1 \times 5^1 must be divisible by LCM(12,15)=60=22×31×51\text{LCM}(12,15) = 60 = 2^2 \times 3^1 \times 5^1, which restricts c{1,2}c \in \{1,2\} (2 choices), yielding 4×4×2=324 \times 4 \times 2 = 32 factors. Subtracting these gives 4832=1648 - 32 = 16 factors.

Step-by-Step Solution

1
Express NN in prime factorized form and define the general structure of its factors.
Any positive factor of N=25×34×52N = 2^5 \times 3^4 \times 5^2 has the form k=2a×3b×5ck = 2^a \times 3^b \times 5^c, where 0a50 \le a \le 5, 0b40 \le b \le 4, and 0c20 \le c \le 2.
Prime factorization determines all possible divisors of a composite number.
2
Calculate the total number of factors divisible by 12=22×3112 = 2^2 \times 3^1.
For kk to be divisible by 12, we require a2a \ge 2 (a{2,3,4,5}a \in \{2,3,4,5\}, 4 choices), b1b \ge 1 (b{1,2,3,4}b \in \{1,2,3,4\}, 4 choices), and c0c \ge 0 (c{0,1,2}c \in \{0,1,2\}, 3 choices). Total factors = 4×4×3=484 \times 4 \times 3 = 48.
A factor contains another number as a divisor if all prime exponent lower bounds of the divisor are satisfied.
3
Calculate the number of factors divisible by both 1212 and 1515, which is equivalent to being divisible by LCM(12,15)=60=22×31×51\text{LCM}(12, 15) = 60 = 2^2 \times 3^1 \times 5^1.
For kk to be divisible by 60, we require a2a \ge 2 (4 choices), b1b \ge 1 (4 choices), and c1c \ge 1 (c{1,2}c \in \{1,2\}, 2 choices). Total factors = 4×4×2=324 \times 4 \times 2 = 32.
To exclude factors divisible by 15, we must find the intersection of multiples of 12 and multiples of 15.
4
Subtract the factors divisible by 60 from the factors divisible by 12.
Factors divisible by 12 but not by 15 = 4832=1648 - 32 = 16.
Applying the principle of set difference yields the exact count satisfying both conditions.

Key Concept

Counting Factors with Prime Factorization Constraints
Estimated Time:2m 0s
Rate this question