If 2^(x + y) = 4^8, what is the value of y?
(1) x^2 = 81
(2) x − y = 2
The question asks if we can find Y or not. Immediately, before we start testing each statement, let's see if we can simplify this problem to make it easier on ourselves. 2^(x+y) = 4^8. Wouldn't it be easier if we could compare the two sides of the equation if they had the same base? Adjust accordingly. The given information turns into 2(x+y) = 2(^2^8) = 2^16. So we have this information: 2(x+y) = 2^16. But wait, we can go even further with the simplification. We know we are looking for Y. Each side has the same base (2), so
we can simplify this into x+y=16. Now this is much more manageable.
Statement 1) x^2 = 81We know that x can be either 9 or -9.
Let's plug each into our equation x+y=16, or y=16-x
X=9: y=16-(9)=7
X=-9: y=16-(-9)=25.
We get two different answers for y: 7 and 25, so this is an insufficient statement to determine what the value of y is.
Statement 2) x-y=2We know that x+y=16 and x-y=2. We have two different 2-variable equations that aren't the same, so we can use whatever method we want (combination, substitution, case testing) to solve. I think combinations is the easiest, so let's solve:
x+y=16
+(x-y=2):2x=18, so we know that x=9. Plug this back into any of the two equations to find y. 9+y=16.
y=7 This is sufficient, there is only one answer for y.