PyjamaScientist
Option (B).Concept tested: If \(N = a^p× b^q × c^r\) …, then N has \((p+1)(q+1)(r+1)\)… number of factors.
16 = 4×4. Powers can be 3 and 3.
28 = 4×7. Powers can be 3 and 6.
You can't generate similar pairs for 30 and 27. Also, total no. of factors would be even for perfect cubes, so 27 can also be eliminated that way.
Hi!
Thank you for your post. I went the same path as you, my only concern is 28: if I understand correctly, since all of the numbers are perfect cubes, it's reasonable to re-write the eqaution as follows:
\(N = 1× a^3\), and thus the number of factors of a will be the deciding factor to solve the problem.
If a has 2 factors, we could rewrite the eqaution as \(N = 1× (a'^3) × (a"^2)\), where a' and a" denote factors of a. We will get 16 factors, hence A could be such number.
If a has 3 factors, we could rewrite the equation as \(N = 1× (a'^3) × (a"^2) × (a"'^2)\), and it gives us 64 factors of any perfect cube.
That's why I think it's only A, but please correct me if I'm wrong/missing something.