Question

Difficulty: HardExponential Functions and Equations

If xx and yy satisfy the system of equations below, what is the value of x+yx + y?

8xy=2y+39x=27y1\begin{aligned} 8^{x-y} &= 2^{y+3} \\ 9^{x} &= 27^{y-1} \end{aligned}

Answer: 36

Answer

36
The correct answer is 36. By rewriting 8xy=2y+38^{x-y} = 2^{y+3} with base 2, we obtain the relation 3x4y=33x - 4y = 3. Similarly, rewriting 9x=27y19^x = 27^{y-1} with base 3 gives 2x3y=32x - 3y = -3. Solving this system of equations simultaneously yields x=21x = 21 and y=15y = 15. Adding these values together gives the final result of 36.

Step-by-Step Solution

1
Rewrite the first equation using the common base of 2.
23(xy)=2y+32^{3(x-y)} = 2^{y+3}, which simplifies to 3x4y=33x - 4y = 3.
Since 8=238 = 2^3, we can apply the power of a power rule (am)n=amn(a^m)^n = a^{mn} to rewrite 8xy8^{x-y} as 23(xy)2^{3(x-y)}. Setting the exponents equal gives the linear equation 3(xy)=y+33(x-y) = y+3, which simplifies to 3x4y=33x - 4y = 3.
2
Rewrite the second equation using the common base of 3.
32x=33(y1)3^{2x} = 3^{3(y-1)}, which simplifies to 2x3y=32x - 3y = -3.
Since 9=329 = 3^2 and 27=3327 = 3^3, we rewrite the terms using base 3. Equating the exponents gives 2x=3(y1)2x = 3(y-1), which simplifies to 2x3y=32x - 3y = -3.
3
Solve the system of two linear equations.
x=21x = 21 and y=15y = 15.
Using the elimination method, we can multiply the first equation by 3 and the second equation by 4 to align the coefficients of yy, obtaining 9x12y=99x - 12y = 9 and 8x12y=128x - 12y = -12. Subtracting the equations gives x=21x = 21. Substituting this back yields y=15y = 15.
4
Find the sum of xx and yy.
36
The question asks for the value of x+yx + y. Substituting x=21x = 21 and y=15y = 15 gives 21+15=3621 + 15 = 36.

Key Concept

Solving systems of exponential equations by expressing bases as powers of common bases to establish a system of linear equations.
Rate this question