Question

Difficulty: Very hardExponential Functions and Equations

If xx and yy are positive numbers with x>1x > 1 that satisfy the system of equations below, what is the value of xx?

xy=212x^y = 2^{12}
(2x)y2=28(2x)^{y-2} = 2^8

Answer: 8

Answer

The correct answer is 8.
The correct answer is 8. By manipulating the system of equations, we can express the second equation in terms of xyx^y. Substituting the value 2122^{12} for xyx^y allows us to express xx in terms of yy as x=2(y+2)/2x = 2^{(y+2)/2}. Substituting this back into the first equation results in the quadratic equation y2+2y24=0y^2 + 2y - 24 = 0. Since yy must be positive, we find y=4y = 4. Using this value of yy, we solve for xx and obtain x=8x = 8, which is greater than 1, satisfying all given conditions.

Step-by-Step Solution

1
Distribute the exponent in the second equation: (2x)y2=28(2x)^{y-2} = 2^8.
2y2xy2=282^{y-2} \cdot x^{y-2} = 2^8
Applying the power of a product rule: (ab)n=anbn(ab)^n = a^n b^n.
2
Multiply both sides of the equation by x2x^2 to align with the term xyx^y.
2y2xy=28x22^{y-2} \cdot x^y = 2^8 \cdot x^2
Since xy2x2=xy2+2=xyx^{y-2} \cdot x^2 = x^{y-2+2} = x^y, this allows us to substitute the value of xyx^y from the first equation.
3
Substitute xy=212x^y = 2^{12} into the equation.
2y2212=28x22^{y-2} \cdot 2^{12} = 2^8 \cdot x^2
This uses the given system's first equation to eliminate the xyx^y term.
4
Simplify the left side and divide both sides by 282^8 to isolate x2x^2.
x2=2y+2x^2 = 2^{y+2}
2y2212=2y+102^{y-2} \cdot 2^{12} = 2^{y+10}. Dividing both sides by 282^8 yields 2y+108=2y+22^{y+10-8} = 2^{y+2}.
5
Take the square root of both sides to find an expression for xx.
x=2y+22x = 2^{\frac{y+2}{2}}
Since x>1x > 1, we take the positive root: x=(2y+2)1/2=2y+22x = (2^{y+2})^{1/2} = 2^{\frac{y+2}{2}}.
6
Substitute the expression for xx back into the first equation xy=212x^y = 2^{12}.
(2y+22)y=212\left(2^{\frac{y+2}{2}}\right)^y = 2^{12}
This yields a single equation in terms of yy.
7
Equate the exponents and solve the resulting quadratic equation for yy.
y=4y = 4 (since y>0y > 0)
The equation is 2y2+2y2=212    y2+2y2=12    y2+2y24=0    (y+6)(y4)=02^{\frac{y^2+2y}{2}} = 2^{12} \implies \frac{y^2+2y}{2} = 12 \implies y^2+2y-24=0 \implies (y+6)(y-4)=0. Since yy must be positive, y=4y = 4.
8
Substitute y=4y = 4 back into the expression for xx.
x=8x = 8
x=24+22=23=8x = 2^{\frac{4+2}{2}} = 2^3 = 8.

Key Concept

Solving systems of exponential equations by equating bases, applying exponent rules, and solving quadratic equations.
Rate this question