SOLUTION: log(6x+3)=1+log(x-6)

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: log(6x+3)=1+log(x-6)      Log On


   



Question 605412: log(6x+3)=1+log(x-6)
Found 2 solutions by stanbon, bucky:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
log(6x+3)=1+log(x-6)
----
log(6x+3) - log(x-6) = 1
----
log[(6x+3)/(x-6)] = 1
----
(6x+3)/(x-6) = 10
---
6x+3 = 10x-60
4x = 63
x = 63/4
==============
cheers,
Stan H.
=================

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given to solve for x
.
log%28%286x%2B3%29%29=1%2Blog%28%28x-6%29%29
.
Subtract log(x-6) from both sides to get:
.
log%28%286x%2B3%29%29+-+log%28%28x-6%29%29+=+1
.
By the rules of logarithms, the subtraction of two logarithms is the same as the logarithm of their division with the divisor being the quantity in the negative logarithm. So we can writ that the above equation is equivalent to:
.
log%28%286x%2B3%29%2F%28x-6%29%29+=+1
.
Next convert this to exponential form by raising the base (base 10) of the logarithm to the power which is on the right side of the equal sign and setting this equal to the quantity that the logarithm operator is acting on. This results in:
.
%286x%2B3%29%2F%28x+-+6%29+=+10%5E1
.
The 10 to the first power is just 10. So the equation is:
.
%286x%2B3%29%2F%28x+-+6%29+=+10
.
Get rid of the denominator on the left side by multiplying both sides by x - 6:
.
%28%28x-6%29%286x%2B3%29%29%2F%28x+-+6%29+=+10%28x-6%29
.
%28cross%28x-6%29%286x%2B3%29%29%2Fcross%28x+-+6%29+=+10%28x-6%29
.
Do the distributed multiplication on the right side by multiplying 10 times each of the two terms in the parentheses, and the result is:
.
6x%2B3+=+10x+-+60
.
Subtract 10x from both sides:
.
-4x+%2B+3+=+-60
.
Subtract 3 from both sides:
.
-4x+=+-63
.
Multiply both sides by -1:
.
4x+=+63
.
Solve for x by dividing both sides by 4 and you arrive at the solution:
.
x+=+63%2F4
.
x+=+15.75
.
Hope this helps you to understand how this problem can be worked by using the properties of logarithms in a logical way.
.