You can put this solution on YOUR website!
To solve equations where the variable is in the argument (or base) of a logarithm usually starts with transforming the equation into one of the following forms:
log(expression) = other-expression
or
log(expression) = log(other-expression)
Since your equation has a non-log term, the 1, it will be harder to reach the second, all log, form. All we need to do to reach the first form is to combine, somehow, the two logarithms into one.
The two logarithms are not like terms so we cannot subtract them. But fortunately there is a property of logarithms, which allows us to combine two logarithms as long as:
the bases are the same; and
the coefficients are 1's; and
there is a "-" between them.
Your logarithms meet all three requirements. So using this property to combine them we get:
We now have the first form. The next step is to rewrite the equation in exponential form. In general is equivalent to . Using this pattern on your equation we get:
or
This is an equation we can now solve. First we can eliminate the fraction by multiplying by (x+5):
This is a quadratic equation so we want one side to be zero. Subtracting 4x and 20 from each side we get:
Now we factor (or use the Quadratic Formula). This factors easily:
(x-5)(x+4) = 20
From the Zero Product Property we know that this (or any) product can be zero only if one (or more) of the factors is zero. So:
x-5 = 0 or x+4 = 0
Solving these we get:
x = 5 or x = -4
When solving these equations you must check your answer(s)! You must make sure that each solution makes all arguments (and bases) of logarithms positive. Any "solution" that makes an argument (or base) of a logarithm zero or negative must be rejected.
Always use the original equation to check:
Checking x = 5:
which simplifies as follows:
We can see that all arguments and bases are positive. So there is no reason to reject this solution. This is the required part of the check. The rest of the check will just tell us if we made a mistake. You are welcome to finish the check if you want.
Checking x = -4:
which simplifies as follows:
We can see that all arguments and bases are positive, even though x itself was negative. So there is no reason to reject this solution. This is the required part of the check. You are welcome to finish the check.
So there are two solutions to your equation: x = 5 or x = -4