-
ruchisharma
- Junior | Next Rank: 30 Posts
- Posts: 15
- Joined: Sun Jun 13, 2010 8:15 pm
Let m = p^x * t ^ y
Question is basically asking is m/(p^2)t an integer.
Rephrasing, this means is p^(x-2) * t ^ (y-1) an integer
(1)
Total number of factors of m > 9
=> (x+1)(y+1) > 9
A variety of values of x and y satisfy this equation. E.g., if x = 3, y =4
then our equation asks is p^(3-2)*t(4-1) an integer = p*t^3 which is an integer
However, if x = 1, y = 11
p^(-1)*t^10 = t^10 / p which is not an integer
Hence insufficient
(2)
Let m = p^3 * K, where K is some constant
Question is now asking:
Is [(p^3) * K] / [(p^2) * t] an integer
= p*K/t
This may or may not be an integer, depending on the value of K. Hence, insufficient.
Combining:
m = p^x * t^y = p^3 * k
=> x = 3
We also know that (x+1)(y+1) > 9, this means 4(y+1)>9 => y + 1 > 2
The minimum value of y + 1 has to be 3 => min. value of y = 2
p^(x-2) * t^(y-1) will thus always be an integer, since x = 3 and minimum value of y is 2
Thus (C)
Can you please confirm the OA?


















