2 Methods to Find how many Factors of a Number are Perfect Square or a Perfect Cube:
Method 1 - Direct Method
1st)Take the Square Root of the Number's Prime Factorization (for finding Perfect Squares) and take the Cube Root of the Number's Prime Factorization (for finding Perfect Cubes)
2nd)then Find the Total No. of Factors like you would normally
*Note* The Square Root Fractional Exponent = ^(1/2)
and
The Cube Root Fractional Exponent = ^(1/3)
Similar to looking for the how many Prime Bases divide into a N!-Factorial!, you only take the Quotient after Multiplying the Powers
Method 2 - More Conceptual Way
this is probably the better way because we will have cross-over/overlap of Factors that are BOTH Perfect Squares and Perfect Cubes
(201)^9 = 3^9 * 67^9
1st: How many Factors of the Number are PERFECT SQUARES
Rule: Perfect Squares must always have as its Prime Bases EVEN Exponents
The Goal is to find out how many options of each Prime Base we can use, then determine the Count of Different Combinations possible that can "Create" a Factor of the Number that is also a Perfect Square.
Prime Base 2: 2^0 -or- 2^2 -or- 2^4 -or- 2^6 -or- 2^8 ---- 5 Options
and
Prime Base 67: 67^0 -or- 67^2 -or- 67^4 -or- 67^6 -or- 67^8 ---- 5 Options
5 * 5 = 25 Different Combinations of Prime Bases that will Create a Perfect Square
2nd: How many of the Factors of the Number are also Perfect CUBES
Rule: Every Perfect Cube must only have Multiple of 3 as the Exponents of its Prime Bases
Using similar logic:
Prime Base 2: 2^0 -or- 2^3 -or- 2^6 -or- 2^9 ----- 4 Options
and
Prime Base 67: 67^0 -or- 67^3 -or- 67^6 -or- 67^9 --- 4 Options
4 * 4 = 16 Factors that are also Perfect Cubes
3rd: Remove the OVERLAP
When we counted the 25 Perfect Squares, we already counted 4 of the Combinations that were included in the Count of Perfect Cubes
2'0 * 67'0
2'0 * 67'6
2'6 * 67'0
2'6 * 67'6
We must SUBTRACT these 4 From the 16 Perfect Cubes that we found.
Notice that these 4 above are BOTH Perfect Squares and Perfect Cubes
Answer = 25 + 16 - 4 = 37
37 Factors of the Number that are: Perfect Squares -OR- Perfect Cubes -OR- BOTH
Answer -C-
EDIT: Can someone please advise whether this is a proper GMAT type question?