Difficulty: Easy
Correct Answer: 1.5
Explanation:
Introduction / Context:
This question checks precision with signed decimals and order of operations inside a complex denominator. Spotting simple cancellation makes the computation almost trivial once the inner fraction is recognized.
Given Data / Assumptions:
Concept / Approach:
Simplify the inner fraction first by computing its numerator and denominator. If they share magnitude (up to sign), the fraction becomes −1. Then evaluate the outer denominator and finally perform the division.
Step-by-Step Solution:
Inner numerator: 0.3 − 3.03 = −2.73.Inner denominator: 3 × 0.91 = 2.73.Thus inner fraction = −2.73 / 2.73 = −1.Overall denominator: 3 + (−1) = 2.Final value: 3 / 2 = 1.5.
Verification / Alternative check:
Convert to fractions out of 100 (e.g., 0.91 = 91/100) and observe exact cancellation to confirm the −1 step rigorously.
Why Other Options Are Wrong:
Common Pitfalls:
Losing the negative sign from 0.3 − 3.03; miscomputing 3 × 0.91 as 2.79; or forgetting to simplify the inner term before the outer operations.
Final Answer:
1.5
Discussion & Comments