I replaced the numbers with variables so i let $y=2$ and $z=12$ and i got the following after simplifying the left side:
$$2^{144}-\frac{1}{2^{144}}=8^x-8^{-x}$$
but i'm not seeing how this can help me find $x$.
I replaced the numbers with variables so i let $y=2$ and $z=12$ and i got the following after simplifying the left side:
$$2^{144}-\frac{1}{2^{144}}=8^x-8^{-x}$$
but i'm not seeing how this can help me find $x$.
On
Note that $2^{12}=(2^3)^4=8^4$. Equation becomes $$\begin{align} (8^4-8^{-4})(8^4+8^{-4})&=8^x-8^{-x} \\8^8-8^{-8}&=8^x-8^{-x} \\x&=8\qquad\blacksquare\end{align}$$
On
Let $z=8^x$ and solve
$$z-\frac1z=2^{24}-2^{-24},$$
or
$$z^2-(2^{24}-2^{-24})z-1=0.$$
By inspection (or by the standard formula), the roots are obviously
$$z=2^{24}\text{ and }z=-2^{-24},$$ and there are no others.
The negative root must be rejected ($8^x>0$) and
$$x=\ln_8(2^{24})=\ln_{2^3}(2^{3\cdot8})=8,$$which is guaranteed to be the only real solution.
The answer is $x = 8$
$$(2^{12}-2^{-12})(2^{12}+2^{-12})=8^x-8^{-x}$$
=$$(2^{12})^2-(2^{-12})^2=8^x-8^{-x} $$
=$$\frac{2^{48}-1}{2^{24}}=\frac{8^{2x}-1}{8^x}$$
=$$\frac{2^{48}-1}{2^{24}}=\frac{2^{3(2x)}-1}{2^{3(x)}}$$
Now since the equation is monotonic we know there is a one-to-one correspondence we can write
$${48}=3(2x) \ \ or \ \ {24}= {3(x)} $$
Either case $x = 8$