Question

Difficulty: MediumProperties of Integers and Divisibility

Let nn be a positive integer that is a factor of 180180. If nn is divisible by 66 but is not divisible by 44, what is the maximum possible number of positive divisors of nn?

  1. A
    6
  2. B
    8
  3. 12Answer
  4. D
    18
  5. E
    24

Answer

12
The prime factorization of 180180 is 22×32×512^2 \times 3^2 \times 5^1. Any factor nn of 180180 is of the form 2a×3b×5c2^a \times 3^b \times 5^c. For nn to be divisible by 66, we must have a1a \ge 1 and b1b \ge 1. For nn not to be divisible by 44, we must have a<2a < 2, which forces a=1a = 1. To maximize the total number of divisors (a+1)(b+1)(c+1)(a+1)(b+1)(c+1), we select the largest possible values for bb and cc, which are b=2b = 2 and c=1c = 1. This yields n=21×32×51=90n = 2^1 \times 3^2 \times 5^1 = 90, giving (1+1)(2+1)(1+1)=12(1+1)(2+1)(1+1) = 12 positive divisors.

Step-by-Step Solution

1
Find the prime factorization of 180.
180=22×32×51180 = 2^2 \times 3^2 \times 5^1
Any positive factor nn of 180180 must have the form n=2a×3b×5cn = 2^a \times 3^b \times 5^c, where 0a20 \le a \le 2, 0b20 \le b \le 2, and 0c10 \le c \le 1.
2
Apply the divisibility conditions to determine the possible values of the exponent aa.
a=1a = 1
Since nn is divisible by 6=2×36 = 2 \times 3, a1a \ge 1 and b1b \ge 1. Since nn is not divisible by 4=224 = 2^2, a<2a < 2. Thus, aa must equal 11.
3
Maximize the divisor count formula (a+1)(b+1)(c+1)(a+1)(b+1)(c+1) using the available ranges for bb and cc.
b=2b = 2 and c=1c = 1
To maximize the number of positive divisors, choose the maximum allowable values for bb (b=2b=2) and cc (c=1c=1).
4
Calculate the maximum number of positive divisors.
(1+1)(2+1)(1+1)=2×3×2=12(1+1)(2+1)(1+1) = 2 \times 3 \times 2 = 12
For n=21×32×51=90n = 2^1 \times 3^2 \times 5^1 = 90, the total number of positive divisors is 1212.

Key Concept

Divisor count formula and prime factor constraints
Estimated Time:1m 30s
Rate this question