Difficulty: Medium
Correct Answer: 0.0871
Explanation:
Introduction / Context:This item blends small decimal powers with a simple quadratic-like denominator. Calculating the powers first, then simplifying the denominator, and finally performing the division keeps errors in check. It is a good test of decimal place-value discipline and exponent handling.
Given Data / Assumptions:
Concept / Approach:Compute 0.5^3 and 0.6^3 exactly, multiply for the numerator, then evaluate each term in the denominator and combine. The final division can be expressed as a fraction to keep track of place values, then converted to a decimal with appropriate precision.
Step-by-Step Solution:
0.5^3 = 0.125; 0.6^3 = 0.216.Numerator = 0.125 × 0.216 = 0.027.Denominator = (0.5 × 0.5) − 0.3 + (0.6 × 0.6) = 0.25 − 0.3 + 0.36 = 0.31.Quotient = 0.027 / 0.31 ≈ 0.08709677…Rounded to four significant figures (or to four decimal places), this is ≈ 0.0871.Verification / Alternative check:
As a fraction, 0.027/0.31 = 27/3100 ≈ 0.008709677? Note the misplaced zero; correct decimal is 0.08709677… (31 × 0.0871 ≈ 2.7001).Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
0.0871
Discussion & Comments