SOLUTION: 8^x=16^x+4

Algebra ->  Equations -> SOLUTION: 8^x=16^x+4      Log On


   



Question 1210407: 8^x=16^x+4
Answer by ikleyn(52803) About Me  (Show Source):
You can put this solution on YOUR website!
8^x = 16^x + 4
~~~~~~~~~~~~~~~~~~~~~

I read this equation exactly and literally as it is written

    8%5Ex = 16%5Ex + 4.     (1)



My statement is that this equation has no solutions in real numbers.



Indeed, if  x >= 0,  then, obviously,  8%5Ex  is less than  16%5Ex;

Hence, a fortiori,  8%5Ex < 16%5Ex + 4,  so equation (1) has no solutions in the domain  x >= 0.



Next, if  x < 0,  then left side of equation (1) is less than 1,
while right side of this equation is greater than 4, so equation (1) has no solutions in the domain   x < 0.



Thus the statement is proved and the equation has no solutions in real domain.

Solved.


If, in opposite, your original equation is

    8%5Ex = 16%5E%28x%2B4%29,    (2)


then the reasoning is different and the answer is different, too.


Then this equation (2) can be rewritten equivalently in base '2'

    2%5E%283x%29 = 2%5E%284%2A%28x%2B4%29%29,


which implies an equation for indexes

    3x = 4*(x+4),

    3x = 4x + 16,

    3x - 4x = 16,

       -x   = 16,

        x   = -16,


so the solution for equation (2) is x = -16.

Solved two times for two different interpretations.