Bunuel
If a and b are integers, is \(a^5 < 4^b\) ?
(1) \(a^3 = –27\)
(2) \(b^2 = 16\)
Target question: Is a^5 > 4^b Statement 1: a³ = -27Solve to get: a = -3
So, a^5 = (-3)^5 = -243
Since 4^b will be POSITIVE for all values of b, the answer to the target question is
NO, a^5 is definitely NOT greater than 4^bSince we can answer the
target question with certainty, statement 1 is SUFFICIENT
Statement 2: b^2 = 16 Solve to get: EITHER b = 4 OR b = -4
Let's test some possible cases:
Case a: a = 1 and b = 4. In this case, a^5 = 1^5 = 1, and 4^b = 4^4 = 256. Here, the answer to the target question is
NO, a^5 is definitely NOT greater than 4^bCase b: a = 10 and b = 4. In this case, a^5 = 10^5 = 100,000, and 4^b = 4^4 = 256. Here, the answer to the target question is
YES a^5 is greater than 4^bSince we cannot answer the
target question with certainty, statement 2 is NOT SUFFICIENT
Answer: A
Cheers,
Brent
. To clarify regaarding statement 2, for b = +/-4 is already insufficient as it will yield different results? Thanks for your time in advanced.