Bunuel
A certain positive number has the property that ten times the number has a total of 35 factors. Which of the following could represent the ratio of the maximum value to the minmum value of the number?
(A) 4 : 25
(B) 16 : 25
(C) 25 : 32
(D) 25 : 4
(E) 4 : 125
Let the number be x
We're given that 10*x has 35 factors
2 * 5 * x has 35 factors
35 can be expressed as 7 * 5, or 35 * 1
So the number, 2 * 5 * x, is in the form of \(p_1^6 * p_2^4\) or \(p^{34}\)
In this representation, \(p_1\), \(p_2\) and p are prime numbers.
As we already have two different prime numbers in the expression "2 * 5 * x" we can reject the possibility of the form \(p^{34}\) , therefore the only other possible form of 2*5*x is \(p_1^6 * p_2^4\). Hence we can infer that x is composed of 2s and 5s.
Min Value of xTo get the min value of x, we will minimize the power of 5 and maximize the power of 2
So the term 2 * 5 * x should be \(2^6 *5^4 \)
Therefore x must be \(2^5*5^3\)
Max Value of xTo get the max value of x, we will minimize the power of 2 and maximize the power of 5
So the term 2 * 5 * x should be \(5^6 *2^4 \)
Therefore x must be \(5^5*2^3\)
Maximum Value / Minimum Value =\(\frac{5^5*2^3 }{ 2^5*5^3}\) = \(\frac{5^2 }{ 2^2}\)
= \(\frac{25}{4}\)
Option D