You can put this solution on YOUR website! if 4^x+4^x-1=10 find x
--------------
I think you mean
if 4^x+4^(x-1) = 10 find x
Use parentheses to make things unambiguous.
---------
if 4^x+4^x-1=10 find x
--------------
Sub y for 4^(x-1)
4y + y = 10
y = 2
-----
4^(x-1) = 2
(x-1)*log(4) = log(2)
x = 1 + log(2)/log(4)
x = 1.5