You can put this solution on YOUR website! Hi I couldnt figure out how to do this problem
LOG6(x+3)+LOG6(x-2)=1
------------
log6[(x+3)(x-2)] = 1
---
x^2+x-6 = 6^1
---------------
x^2+x-12 = 0
(x-4)(x+3) = 0
---
Acceptable solution:
x = 4
Note: x cannot be -3 because log(x-3)
would be log(0) which does not exist.
============
Cheers,
Stan H.