What is the total number of positive divisors of the integer that are perfect squares?
Answer: 12
Answer
12
The correct answer is found by prime factorizing into . A factor is a perfect square only when its prime exponents are all even integers. Counting the available even exponents from 0 up to the maximum exponent for each prime gives 3 choices for base 2 (0, 2, 4), 2 choices for base 3 (0, 2), and 2 choices for base 5 (0, 2). Multiplying these independent choices gives .
Step-by-Step Solution
Key Concept
Identifying perfect square factors using prime factorization
Estimated Time:1m 30s