Difficulty: Easy
Correct Answer: ab = a + b
Explanation:
Given data
Concept / Approach
Step-by-step calculation
log a + log b = log(ab)Given this equals log(a + b)Therefore, ab = a + b (since logarithm is injective on positive reals)ab = a + b
Verification / Notes
Example: a = 2, b = 2 ⇒ ab = 4 and a + b = 4; equality holds and logs match.
Common pitfalls
Final Answer
ab = a + b
Discussion & Comments