Question

Difficulty: MediumLogarithmic and Exponential Expressions and Equations

For all real numbers xx and yy such that x>y>0x > y > 0, which of the following expressions is equivalent to log5(x2y2)log5(xy)\log_5(x^2 - y^2) - \log_5(x - y)?

  1. A
    log5(xy)\log_5(x-y)
  2. B
    \log_5(x^2 - y^2 - x + y)
  3. C
    log5(x)log5(y)\log_5(x) - \log_5(y)
  4. log5(x+y)\log_5(x+y)Answer
  5. E
    x + y

Answer

The expression is equivalent to \log_5(x + y)
The correct answer is found by using the quotient property of logarithms to combine the terms: log5(x2y2)log5(xy)=log5(x2y2xy)\log_5(x^2 - y^2) - \log_5(x - y) = \log_5\left(\frac{x^2 - y^2}{x - y}\right). Factoring the difference of squares in the numerator yields log5((xy)(x+y)xy)\log_5\left(\frac{(x-y)(x+y)}{x-y}\right). Canceling the common factor (xy)(x-y) simplifies the expression to log5(x+y)\log_5(x+y).

Step-by-Step Solution

1
Combine the logarithms using the quotient property of logarithms: logb(A)logb(B)=logb(AB)\log_b(A) - \log_b(B) = \log_b\left(\frac{A}{B}\right).
log5(x2y2xy)\log_5\left(\frac{x^2 - y^2}{x - y}\right)
This simplifies the difference between two logarithms with the same base into a single logarithm.
2
Factor the difference of squares in the numerator: x2y2=(xy)(x+y)x^2 - y^2 = (x - y)(x + y).
log5((xy)(x+y)xy)\log_5\left(\frac{(x - y)(x + y)}{x - y}\right)
This allows for the cancellation of common factors in the fraction.
3
Cancel the common factor (xy)(x - y) from both the numerator and the denominator.
log5(x+y)\log_5(x + y)
Since x>y>0x > y > 0, the term xyx - y is non-zero, making the division valid.

Key Concept

Quotient property of logarithms and difference of squares factoring

Alternative Method

Instead of applying the quotient property first, one can factor the argument of the first term using the difference of squares: log5(x2y2)=log5((xy)(x+y))\log_5(x^2 - y^2) = \log_5((x - y)(x + y)). Next, apply the product property of logarithms to split this term: log5(xy)+log5(x+y)\log_5(x - y) + \log_5(x + y). Substituting this back into the original expression gives log5(xy)+log5(x+y)log5(xy)\log_5(x - y) + \log_5(x + y) - \log_5(x - y), which simplifies directly to log5(x+y)\log_5(x + y).
Estimated Time:1m 0s
Rate this question