We use the following two rules for logs :
1. loga(b)−loga(c)=loga(b/c)
2. loga(p)=r⇒p=ar
Using rule 1 we get
log2(x+10)−log2(x+5)=log2(x+10x+5)
So the equation to solve becomes:
log2(x+10x+5)=1
and using rule 2 this gives:
x+10x+5=21⇒x+10=21(x+5)=2(x+5)⇒x=10−5×2=0⇒x=0
We should check that this solution gives positive values for x+10 and x+5 as otherwise the logs are not defined.
Substituting this value for x into log2(x+10) we get log2(10) so OK.
For log2(x+5) we get on substituting for x, log2(5) so OK.
Hence the value we found for x is a solution to the original equation.