Question 387044
Solve for x: 16^x-5(8^x)=0
---
Convert to base 2:
2^(4x) = 5*2^(3x)
---
Divide both sides by 2^(3x) to get:
2^x = 5
---
Take the log:
x(log(2)) = log(5)
---
x = [log(5)]/[log(2)]
----
x = 2.3219
================
OR
2^(4x) - 5*2^(3x) = 
Factor:
2^(3x)[2^x-5] = 0
----
2^(3x) = 0 or 2^x = 5
---
No power or 2 gives 0 so 2^(3x)=0 has no solution.
But 2^x = 5 has x = 2.3219 as a solution.
================
Cheers,
Stan H.
===============