Kindly assist me in solving for $x$ in $$2^x = 2\sqrt2.$$
2026-03-25 01:30:06.1774402206
What is the method of solving $2^x = 2\sqrt2$?
497 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
\begin{align} 2^x & = 2 \sqrt2 \\ & = 2^1 \cdot 2^{\frac{1}{2}} \\ & = 2^{1+\frac{1}{2}} \\ & = 2^{\frac{3}{2}} \\ \implies x & = \frac{3}{2} \\ \end{align}
We can do this because if the base is the same, then by index laws we can equate the index.
Hence $x=\frac32$.