Difficulty: Easy
Correct Answer: x2 + x - 1 = 0
Explanation:
Introduction / Context:We transform a sum of logs into a single log, use the definition log_a(1) = 0, and then rewrite the condition in polynomial form.
Given Data / Assumptions:
Concept / Approach:Convert the sum to log_a( x(1 + x) ). If the sum equals 0, the argument must be 1, because log_a(1) = 0 for any valid base a.
Step-by-Step Solution:
log_a x + log_a(1 + x) = log_a( x(1 + x) )Set equal to 0 ⇒ x(1 + x) = 1Expand: x^2 + x − 1 = 0Verification / Alternative check:If x solves x^2 + x − 1 = 0 and satisfies domain constraints, then x(1 + x) = 1, so log_a( x(1 + x) ) = log_a(1) = 0, confirming equivalence.
Why Other Options Are Wrong:Changing the constant term or its sign produces a different required product, not equal to 1; options with “e” are irrelevant constants here.
Common Pitfalls:Forgetting the domain (x > 0) or failing to combine logs correctly can produce extraneous or invalid results.
Final Answer:x2 + x - 1 = 0
Discussion & Comments