Difficulty: Medium
Correct Answer: 0.902
Explanation:
Introduction / Context:We combine logs using properties: log(a^k) = k log a and log a + log b = log(ab). The expression contains powers of the same positive number (0.57), which we merge systematically.
Given Data / Assumptions:
Concept / Approach:
Step-by-Step Solution:
S = log 57 + 3 log 0.57 + (1/2) log 0.57= log 57 + 3.5 log 0.57≈ 1.756 + 3.5(−0.244) = 1.756 − 0.854 ≈ 0.902Verification / Alternative check:Combine inside a single log: S = log[57 * (0.57)^{3.5}] and evaluate numerically; the same value results to three decimals.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:0.902
Discussion & Comments