Difficulty: Easy
Correct Answer: 1
Explanation:
Introduction / Context:This is a classic log–exponent chain identity. Converting each equation to logarithmic form and multiplying yields a telescoping product that evaluates neatly to 1.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
Let x = log_a b, y = log_b c, z = log_c a.Then xyz = (log_a b)(log_b c)(log_c a).Using change of base: log_b c = (log_a c)/(log_a b), and log_c a = 1/(log_a c).Thus xyz = (log_a b) * [(log_a c)/(log_a b)] * [1/(log_a c)] = 1.Verification / Alternative check:Pick a = 2, b = 4, c = 16: then x = 2, y = 2, z = 1/4 gives xyz = 1, confirming the identity.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:1
Discussion & Comments