Difficulty: Easy
Correct Answer: 32
Explanation:
Introduction / Context:The expression uses a variable base x. The definition log_x 4 = 0.4 means x^0.4 = 4. We solve for x by raising to a reciprocal power or by converting to an exponential equation in base 10 or e.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
x = 4^(2.5) = 4^2 * 4^0.5 = 16 * 2 = 32Verification / Alternative check:Check: log_32 4 = ln 4 / ln 32 = (2 ln 2) / (5 ln 2) = 2/5 = 0.4. Correct.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:32
Discussion & Comments