SOLUTION: Solve for x: log20x+log20(x+1)=1 x= ? x=? can i have exact details so i know how to do this later with other problems? please.. and thanks

Algebra ->  Exponential-and-logarithmic-functions -> SOLUTION: Solve for x: log20x+log20(x+1)=1 x= ? x=? can i have exact details so i know how to do this later with other problems? please.. and thanks       Log On


   



Question 360521: Solve for x: log20x+log20(x+1)=1
x= ?
x=?

can i have exact details so i know how to do this later with other problems? please..
and thanks

Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
Solve for x: log20(x)+log20(x+1)=1
:
adding logs means multiply so we can write it:
log20(x(x+1)) = 1
:
Which is
log20(x^2+x) = 1
:
Write the exponent equiv of logs
20^1 = (x^2 + x)
20 = x^2 + x
0 = x^2 + x - 20; a quadratic equation
Factor to
(x+5)(x-4) = 0
x= -5
x= +4, this is the only solution, can't have a log of a negative number
:
:
Check solution x=4 in the original problem
log20(4)+log20(4+1)=1
log20(4)+log20(5)=1
log20(4*5)
log20(20) = 1, obviously