Question

Difficulty: MediumLogarithmic and Exponential Expressions and Equations

If log2(x+5)+log2(x1)=4\log_2(x + 5) + \log_2(x - 1) = 4, what is the value of xx?

Answer: 3

Answer

The correct answer is 3.
The correct answer is 3. Combining the logarithmic terms using the product property gives log2((x+5)(x1))=4\log_2((x + 5)(x - 1)) = 4. Converting this to exponential form yields (x+5)(x1)=24=16(x + 5)(x - 1) = 2^4 = 16. Expanding and rewriting in standard form gives x2+4x21=0x^2 + 4x - 21 = 0, which factors as (x+7)(x3)=0(x + 7)(x - 3) = 0. This gives potential solutions of x=3x = 3 and x=7x = -7. However, x=7x = -7 results in negative arguments for the logarithms in the original equation, making it extraneous. Thus, the only valid solution is 3.

Step-by-Step Solution

1
Apply the product property of logarithms to combine the terms on the left side of the equation.
log2((x+5)(x1))=4\log_2((x + 5)(x - 1)) = 4
The sum of logarithms with the same base is equal to the logarithm of their product: logb(A)+logb(B)=logb(AB)\log_b(A) + \log_b(B) = \log_b(AB).
2
Convert the logarithmic equation to its equivalent exponential form.
(x+5)(x1)=24(x + 5)(x - 1) = 2^4
By definition, logb(Y)=C\log_b(Y) = C is equivalent to bC=Yb^C = Y.
3
Expand the product and simplify the equation into standard quadratic form.
x2+4x21=0x^2 + 4x - 21 = 0
Expanding (x+5)(x1)(x + 5)(x - 1) yields x2+4x5x^2 + 4x - 5. Subtracting 16 from both sides gives the standard quadratic form Ax2+Bx+C=0Ax^2 + Bx + C = 0.
4
Factor the quadratic equation to find the potential values of xx.
(x+7)(x3)=0(x + 7)(x - 3) = 0, so x=7x = -7 or x=3x = 3
We need two numbers that multiply to 21-21 and add to 44, which are 77 and 3-3.
5
Check the potential solutions against the domain of the original logarithmic equation.
x=3x = 3
The arguments of the logarithms, x+5x + 5 and x1x - 1, must be strictly positive. For x=7x = -7, the arguments are negative, so x=7x = -7 is an extraneous solution. For x=3x = 3, both arguments are positive, so x=3x = 3 is the only valid solution.

Key Concept

Solving logarithmic equations by applying logarithmic properties and converting to exponential form, while checking for extraneous solutions.
Rate this question