To solve logarithmic equation, these three log properties are likely to come into play:
1) log[base b](ac) = log[base b](a) + log[base b](c)
2) log[base b](a/c) = log[base b](a) - log[base b](c)
3) log[base b](a^c) = c * log[base b](a)
Also, remember that log[base b](a) = c in exponential form is
b^c = a
Now, let's begin
log(x + 54) - log(x + 2) = 2 - log(x)
First, apply log property #2 to the left hand side.
log[ (x + 54)/(x + 2) ] = 2 - log(x)
Move the -log(x) over to the left hand side.
log[ (x + 54)/(x + 2) ] + log(x) = 2
Apply log property #1.
log[x(x + 54)/(x + 2)] = 2
Now, convert this to exponential form.
x(x + 54)/(x + 2) = 10^2
Multiply both sides by (x + 2), to get rid of the fraction, to get
x(x + 54) = 10^2 (x + 2)
Simplify.
x^2 + 54x = 100(x + 2)
x^2 + 54x = 100x + 200
x^2 - 46x - 200 = 0
This factors into
(x - 50) (x + 4) = 0
So we get a solution of x = {50, -4}
BUT WAIT! We CANNOT assume both of these values work, because we cannot take the log of a negative number. What we have to do is TEST these values by plugging them back into the original equation, log(x + 54) - log(x + 2) = 2 - log(x)
Test x = 50: log(50 + 54) - log(50 + 2) = 2 - log(50).
We're not taking the log of a negative number, so this checks out.
Test x = -4; we can immediately see that on the right hand side, we're taking log(-4), so we REJECT this solution.
Therefore, x = 50 is the only solution.
2006-12-22 20:12:04
·
answer #1
·
answered by Puggy 7
·
0⤊
0⤋
log (x+54/x+2) = 2 - log x
=>log (x+54/x+2) = log 100 - log x
=>log (x+54/x+2) = log (100/x)
=>x+54 / x+2 = 100 / x
=>x^2 + 54x = 100x + 200
=>x^2 - 46x - 200 = 0
=>(x - 50)(x + 4) = 0
=>x = 50 or x = -4
Log of non positive numbers is not defined.
So, x = 50
2006-12-22 21:07:43
·
answer #2
·
answered by Charu Chandra Goel 5
·
0⤊
0⤋
log(x+54) - log(x+2) = 2 - log(x)
log(x+54)/log(x+2) = log 100/logx
x+54/x+2 = 100/x
x^2 + 54x = 100x + 200
x^2 - 46x - 200 = 0
(x - 50)(x + 4) = 0
x = 50 or -4 (rejected since log cannot be in -ve form)
2006-12-22 20:10:16
·
answer #3
·
answered by PIPI B 4
·
0⤊
0⤋
log (x+54/x+2) = 2 - log x
log (x+54/x+2) = log 100 - log x
log (x+54/x+2) = log (100/x)
x+54 / x+2 = 100 / x
x^2 + 54x = 100x + 200
x^2 - 46x - 200 = 0
(x - 50)(x + 4) = 0
x = 50 or x = -4
Log of non positive numbers is not defined.
So, x = 50
2006-12-22 20:03:38
·
answer #4
·
answered by nayanmange 4
·
0⤊
0⤋
If log(x+54) - log(x+2) = 2 - log(x)
log x(x+54)/(x+2)=2
x(x+54)/(x+2)=100
x^2+54x=100x+200
x^2-46x-200=0
(x-50)(x+4)=0
x=50, -4
2006-12-23 06:29:37
·
answer #5
·
answered by mu_do_in 3
·
0⤊
0⤋
log (x+54/x+2) = 2 - log x
log (x+54/x+2) = log 100 - log x
log (x+54/x+2) = log (100/x)
x+54 / x+2 = 100 / x
x^2 + 54x = 100x + 200
x^2 - 46x - 200 = 0
(x - 50)(x + 4) = 0
x = 50 or x = -4
Log of non positive numbers is not defined.
So, x = 50
2006-12-22 21:11:40
·
answer #6
·
answered by Kinu Sharma 2
·
0⤊
1⤋
log(x + 54) - log(x + 2) = 2 - log(x)
log[x(x + 54)/(x + 2)] = 2
x^2 + 54x = 100x + 200
x^2 - 46x - 200 = 0
(x - 50)(x + 4) = 0
x = -4, 50
Here's how -4 can be a solution:
log(x + 54) = 2 - log(x) + log(x + 2)
log(x + 54) = log[(100)(x + 2)/x]
log(50) = l0g(100(-2)/(-4) = log(100(2)/4)
2006-12-22 20:49:29
·
answer #7
·
answered by Helmut 7
·
0⤊
1⤋
log(x + 54) - log(x + 2) = 2 - log(x)
so, log( (x + 54) / (x + 2) ) = log 100 - log(x)
so, (x + 54) / (x + 2) = 100/x
so, x^2 + 54x = 100x + 200
so, x^2 - 46x - 200 = 0
so, x^2 - 50x + 4x - 200 = 0
so, (x - 50) (x + 4) = 0
as x cannot be negative, x = 50.
2006-12-22 20:00:56
·
answer #8
·
answered by A Ray 1
·
0⤊
0⤋
Q: log(x+54)-log(x+2)=2-log(x)
ans: Add log(x) on both sides
you get=> log(x+54)-log(x+2)+log(x)=2
now use this law: logm-logn=log(m/n)
log[(x+54)/(x+2)]+log(x)=2
now use this law: logm+logn=log(m*n)
log[[(x+54)/(x+2)]*x]=2
as u know that log100=2
log[[(x+54)/(x+2)]*x]=log100
by eliminating log from both sides u will get;
[ [(x+54)/(x+2)]*x]=100
now solve it:
x^2+54x=100*(x+2)
x^2+54x-100x-200=0
x^2-46x-200=0
x^2-50x+4x-200=0
x(x-50)+4(x-50)=0
(x-50)(x+4)=0
u will get:
x=50
x= - 4
since the log of negative values does not exist so we can discard x=-4 to avoid this problem now your final answer is:
x=50
2006-12-22 20:21:38
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
50
2006-12-22 19:53:18
·
answer #10
·
answered by Dashes 6
·
0⤊
0⤋