Question

Difficulty: Very hardIndices and Laws of Indices
Given that xx and yy are real numbers satisfying the simultaneous exponential equations
3x×9y=813^x \times 9^y = 81
and
8x×4y=2568^x \times 4^y = 256
find the value of x2+y2x^2 + y^2.

Answer: 5

Answer

The value of x2+y2x^2 + y^2 is 5.
Converting all terms to their prime bases (33 for the first equation and 22 for the second equation) produces the simultaneous linear equations x+2y=4x + 2y = 4 and 3x+2y=83x + 2y = 8. Solving these gives x=2x = 2 and y=1y = 1. Substituting these values into x2+y2x^2 + y^2 gives 22+12=52^2 + 1^2 = 5.

Step-by-Step Solution

1
Convert all terms in the first equation to powers of base 3.
x+2y=4x + 2y = 4
Since 9=329 = 3^2 and 81=3481 = 3^4, applying the product law of indices am×an=am+na^m \times a^n = a^{m+n} gives 3x+2y=343^{x+2y} = 3^4. Equating the exponents gives x+2y=4x + 2y = 4.
2
Convert all terms in the second equation to powers of base 2.
3x+2y=83x + 2y = 8
Since 8=238 = 2^3, 4=224 = 2^2, and 256=28256 = 2^8, applying the laws of indices yields 23x×22y=28    23x+2y=282^{3x} \times 2^{2y} = 2^8 \implies 2^{3x+2y} = 2^8. Equating exponents gives 3x+2y=83x + 2y = 8.
3
Solve the system of simultaneous linear equations for xx and yy.
x=2x = 2 and y=1y = 1
Subtracting x+2y=4x + 2y = 4 from 3x+2y=83x + 2y = 8 yields 2x=4    x=22x = 4 \implies x = 2. Substituting x=2x = 2 into x+2y=4x + 2y = 4 gives 2+2y=4    y=12 + 2y = 4 \implies y = 1.
4
Evaluate the target expression x2+y2x^2 + y^2.
5
Substitute x=2x = 2 and y=1y = 1 into x2+y2x^2 + y^2 to obtain 22+12=4+1=52^2 + 1^2 = 4 + 1 = 5.

Key Concept

Converting exponential terms to common prime bases to reduce exponential equations into linear equations.
Rate this question