You can put this solution on YOUR website! 8^(2x)*4^(2x)= 2^(x+1)
-----------------------------
Convert the bases to "2".
----------------
(2^3)^(2x) * (2^2)^(2x) = 2^(x+1)
----
Modify the exponents:
---
(2^6x) * (2*4x) = 2^(x+1)
---
2^(10x) = 2^(x+1)
----
Since bases are the same, exponents are equal:
10x = x+1
9x = 1
x = 1/9
===============
Cheers,
Stan H.
===============