Question

Difficulty: MediumLogarithmic and Exponential Expressions and Equations

If xx is a real number such that log5(x)+log5(x20)=3\log_5(x) + \log_5(x - 20) = 3, what is the value of xx?

Answer: 25

Answer

The value of xx is 25.
Applying the logarithmic product rule simplifies the equation to log5(x220x)=3\log_5(x^2 - 20x) = 3. Writing this in exponential form yields x220x=125x^2 - 20x = 125. Rearranging into standard form gives x220x125=0x^2 - 20x - 125 = 0, which factors into (x25)(x+5)=0(x - 25)(x + 5) = 0. This gives potential solutions of 2525 and 5-5. Because the logarithmic arguments must be strictly positive, x=5x = -5 is extraneous. Therefore, the only correct value is 25.

Step-by-Step Solution

1
Use the product property of logarithms to combine the terms on the left side.
log5(x(x20))=3\log_5(x(x - 20)) = 3
The sum of logarithms with the same base is equal to the logarithm of the product of their arguments: logb(M)+logb(N)=logb(MN)\log_b(M) + \log_b(N) = \log_b(MN).
2
Rewrite the logarithmic equation in exponential form.
x(x20)=53    x220x=125x(x - 20) = 5^3 \implies x^2 - 20x = 125
The logarithmic equation logb(y)=c\log_b(y) = c is equivalent to the exponential equation bc=yb^c = y.
3
Rearrange the quadratic equation into standard form and solve by factoring.
x220x125=0    (x25)(x+5)=0    x=25 or x=5x^2 - 20x - 125 = 0 \implies (x - 25)(x + 5) = 0 \implies x = 25 \text{ or } x = -5
Subtracting 125 from both sides sets the quadratic equation to 0, which can then be factored into binomials whose product is 0.
4
Verify the potential solutions in the original equation to identify any extraneous roots.
For x=5x = -5, the arguments of the original logarithms are negative, which is undefined. For x=25x = 25, the arguments are positive. Thus, the only valid solution is x=25x = 25.
Logarithmic functions are only defined for positive real numbers. Therefore, we must have x>0x > 0 and x20>0x - 20 > 0, which requires x>20x > 20.

Key Concept

Solving logarithmic equations by combining logarithmic terms and checking for extraneous solutions.
Estimated Time:1m 30s
Rate this question