Solve $3^{2x} -2 \cdot 3^{x+5} + 3^{10} = 0$ for $x$

6.7k Views Asked by At

Here's the question: Solve for $x$ in $$3^{2x} - 2 \cdot 3^{x+5} + 3^{10} = 0$$ I know that you have to factor something out, I'm just not sure what that something is. Thanks in advance

3

There are 3 best solutions below

0
On

Hint: Substitute $y=3^x$ to get $$y^2-2\cdot 3^5\cdot y+3^{10}=0$$

1
On

HINT:

$$\left(\dfrac{3^x}{3^5}\right)^2-2\left(\dfrac{3^x}{3^5}\right)+1=0$$

$$\iff\left(\dfrac{3^x}{3^5}-1\right)^2=0$$

Now $3^x=3^5\iff3^{x-5}=1=3^0$

As $3\ne\pm1, x-5=0$

5
On

Use the substitution $u = 3^x$ to get $$u^2-2\cdot 3^5\cdot u+3^{10}= \left(u-3^5\right)^2 = 0$$ which is quadratic in $u$ and has a single real solution $u = 3^5$. So back-substituting yields $$3^x = 3^5 \iff x=5.$$