The following was a Q from my CAT exam. The red is my question within the explanation. Thank you.
Q:
Is x > 10^10 ?
(1) x > 2^34
(2) x = 2^35
Explanation given:
1) SUFFICIENT: Statement(1) tells us that x > 2^34, so we want to prove that 2^34 > 1010. We'll prove this by manipulating the expression 2^34.
2^34 = (2^4)(2^30)
2^34 = 16(2^10)^3
Now 2^10 = 1024, and 1024 is greater than 10^3. Therefore:
2^34 > 16(10^3)^3
Where did the 16(10^3)^3 come from? Are we suppose to see if 2^34 is > than 10^10?
2^4 = 16.
10^10 = 2^10 x 5^10.
16(10^3)^3 = 2^4(10^9)
2^34 > 16(10^9)
2^34 > 1.6(10^10).
Since 2^34 > 1.6(10^10) and 1.6(10^10) > 10^10, then 2^34 > 10^10.
(2) SUFFICIENT: Statement (2) tells us that that x = 2^35, so we need to determine if 2^35 > 10^10. Statement (1) showed that 2^34 > 10^10, therefore 2^35 > 10^10.
The correct answer is D.