Question: Find X in 2x -5.2x+1 = -144
My Attempt to the solution:
2x -5.2x+1 = -144
2x-5.2x-5.21 = -144
2x-5.2x = -144 + 5.2
How would you solve for x when two bases are different?
Answer:
2x(1-5.2) = -144
2x(-9) = -144
2x = 16
x = 4
Also, please tell me what I did wrong in my solution and how where the -9 in the second line under answer came from.
You mistake is treating $2^{x+1} = 2^x + 2$ which is not true.
It should be $2^{x+1}=2\cdot 2^x$.
$-9$ comes from $1-2\cdot 5 = 1-10=-9$
Edit:
Further mistake:
Even if you interpret the question as $2^x +(-5.2)^{x+1}=-144$, $$2^x +(-5.2)^{x}(-5.2)=-144$$
This is not equivalent to $$2^x-5.2^x-5.2=-144$$
We can't just convert multiplication to addition. '
Remark: If the quesiton is really $$2^x-5.2^x = -144$$
Notice that $2^x-5.2^x$ is a decreasing function for $x>0$, you might want to use bisection method to find the numerical solution.