How do you solve log x + log (x - 3) = 1logx+log(x3)=1?

1 Answer
Jan 6, 2016

x=5x=5

Explanation:

logx+log(x-3)=1logx+log(x3)=1
We know that: loga+logb=log(a*b)loga+logb=log(ab)
implies Log(x(x-3))=1log(x(x3))=1
implies log(x^2-3x)=1log(x23x)=1
implies x^2-3x=10x23x=10
implies x^2-3x-10=0x23x10=0
implies (x-5)(x+2)=0(x5)(x+2)=0
implies x=5,-2x=5,2

Verification:-
Put x=5x=5
L.H.S=Logx+Log(x-3)=Log5+log(5-3)=log5+log2=log(5*2)=log10=1=R.H.SL.H.S=logx+log(x3)=log5+log(53)=log5+log2=log(52)=log10=1=R.H.S
Verified.
Put x=-2x=2
L.H.S=Logx+Log(x-3)=Log(-2)+log(-2-3)=log(-2)+log(-5)L.H.S=logx+log(x3)=log(2)+log(23)=log(2)+log(5)
Here we have to find the log of a negative number which is undefined.
Therefore not verified.

Therefore, only x=5x=5 is true.