Ended up with $2^{2x+1} + 3^{2x+1} = 5(6^x)$. Not sure how to proceed from here. Thanks!
2026-04-21 22:31:36.1776810696
Solve $2(4^x) + 3(9^x)=5(6^x)$
101 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Let $u = 2^x$, and $v = 3^x$, so $4^x = u^2, 9^x = v^2, 6^x = uv$
The equation you have is $2 u^2 + 3 v^2 = 5 uv$
Factor this as $(2u-3v)(u-v) = 0$
Thus, $2u = 3v$ or $u = v$. If $u = v$, then we get $2^x = 3^x$. Taking logs by 2, we get $x = x \log_2(3)$. Then, as $1 \neq \log_2(3)$, we must have $x = 0$.
In the second case, we get $2u = 3v$, or $2 * 2^x = 3 * 3^x$. That is, $2^{x+1} = 3^{x+1}$. Again, taking logs and following the idea above, we get $x = -1$.
The solutions are $x = 0, x = -1$.