Difficulty: Medium
Correct Answer: x < y
Explanation:
Introduction / Context:
This problem tests log laws and equation solving. The identities transform into linear equations in x and y once we use log(a) − log(b) = log(a/b) and apply the one-to-one property of logarithms (same base, positive arguments).
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Verification / Alternative check:
Both solutions satisfy domain constraints: x > 5 and y > 6 so all logs are defined, confirming validity.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
x < y
Discussion & Comments