Question

Difficulty: Very hardProperties of Integers and Divisibility

What is the smallest positive integer nn such that nn is a multiple of 180180, the only prime factors of nn are 22, 33, and 55, and nn has exactly 3636 positive integer divisors?

Answer: 1440

Answer

1440
To minimize n=2a3b5cn = 2^a \cdot 3^b \cdot 5^c subject to (a+1)(b+1)(c+1)=36(a+1)(b+1)(c+1) = 36 with a2a \ge 2, b2b \ge 2, and c1c \ge 1, we evaluate all valid factor partitions of 3636. The partition (a+1,b+1,c+1)=(6,3,2)(a+1, b+1, c+1) = (6, 3, 2) yields (a,b,c)=(5,2,1)(a, b, c) = (5, 2, 1), giving n=253251=1440n = 2^5 \cdot 3^2 \cdot 5^1 = 1440, which is the smallest possible integer satisfying all criteria.

Step-by-Step Solution

1
Express nn in terms of prime factorization and establish exponent inequalities.
n=2a3b5cn = 2^a \cdot 3^b \cdot 5^c with a2a \ge 2, b2b \ge 2, and c1c \ge 1.
Since nn is a multiple of 180=223251180 = 2^2 \cdot 3^2 \cdot 5^1 and contains no other prime factors, its prime powers must at least match those of 180180.
2
Set up the divisor count equation.
(a+1)(b+1)(c+1)=36(a+1)(b+1)(c+1) = 36, where a+13a+1 \ge 3, b+13b+1 \ge 3, and c+12c+1 \ge 2.
The total number of positive divisors of 2a3b5c2^a \cdot 3^b \cdot 5^c is given by (a+1)(b+1)(c+1)(a+1)(b+1)(c+1).
3
Determine all valid factorizations of 3636 into three factors (x,y,z)=(a+1,b+1,c+1)(x, y, z) = (a+1, b+1, c+1).
The valid factor sets {x,y,z}\{x, y, z\} satisfying x,y3x, y \ge 3 and z2z \ge 2 are {4,3,3}\{4, 3, 3\} and {6,3,2}\{6, 3, 2\}.
Factor sets containing a factor of 22 for xx or yy (such as {9,2,2}\{9, 2, 2\}) are invalid because a+13a+1 \ge 3 and b+13b+1 \ge 3.
4
Calculate the value of nn for all valid assignments of exponents.
From {4,3,3}\{4, 3, 3\}: (3,2,2)    1800(3, 2, 2) \implies 1800, (2,3,2)    2700(2, 3, 2) \implies 2700, (2,2,3)    4500(2, 2, 3) \implies 4500.
From {6,3,2}\{6, 3, 2\}: (5,2,1)    1440(5, 2, 1) \implies 1440, (2,5,1)    4860(2, 5, 1) \implies 4860.
Assigning larger exponents to smaller prime bases minimizes the overall product.
5
Select the minimum integer value among all candidates.
The smallest value is 14401440.
Comparing all valid candidates 1440,1800,2700,4500,48601440, 1800, 2700, 4500, 4860, the minimum is 14401440.

Key Concept

Prime Factorization and Divisor Count Constraints
Estimated Time:2m 30s
Rate this question