Difficulty: Easy
Correct Answer: 24
Explanation:
Introduction / Context:Use the quotient law of logarithms to combine the difference of logs, then exponentiate to solve. Ensure arguments are positive and domain constraints are respected (x > 0, x^2 + x > 0).
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
log5( (x^2 + x)/x ) = 2 ⇒ log5(x + 1) = 2x + 1 = 25 ⇒ x = 24Verification / Alternative check:Plug in x = 24: LHS = log5(24^2 + 24) − log5(24) = log5(600) − log5(24) = log5(25) = 2. Correct.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:24
Discussion & Comments