Bunuel
What is the value of x?
(1) \(8^{(x + 2)} = 16^{(4 + y)}\)
(2) \(3^{(x − y)} =27^{(y + 6)}\)
Before explicitly solving, we'll first look for a property-based approach without calculation.
This is a Logical approach.
(1) , (2) Each of these gives only one equation with two variables and so has infinite solutions.
Insufficient.
Combined:
We can translate (1) and (2) into two distinct linear equations with two variables, which has one solution!
No need to actually calculate.
(C) is our answer.
If it is unclear if the given expressions do in fact give distinct linear equations, then basic simplification can help:
We'll rewrite \(8=2^3\), \(16=2^4\) and \(27=3^3\). This gives the following:
(1) \(2^{3(x + 2)} = 2^{4(4 + y)}\)
(2) \(3^{(x − y)} =3^{3(y + 6)}\)
Then (1) gvies 3(x+2)=4(4+y) and (2) gives (x-y)=3(y+6).
Now it should be clear that these are 2 distinct linear equations with two variables which is sufficient.