The change-of-base formula lets you convert between any two bases (useful for combining logs with mismatched bases, or for calculator-free comparison):
logax=logbalogbx
A log equation always carries a hidden domain condition: the argument of a log must be positive. Solve the equation algebraically, then discard any solution that would make an argument zero or negative.
Worked example
Problem: Solve log2(x)+log2(x−2)=3.
Solution: Combine the logs: log2(x(x−2))=3. Convert to exponential form:
x(x−2)=23=8⟹x2−2x−8=0⟹(x−4)(x+2)=0
So x=4 or x=−2. Check the domain: we need x>0andx−2>0, i.e. x>2. Only x=4 survives; x=−2 is extraneous.