Difficulty: Easy
Correct Answer: 280.875
Explanation:
Problem Restatement
Compute the numerical value of the expression 8988 ÷ 8 ÷ 4 by following the left-to-right order for division.
Given data
Concept / Approach
In an expression containing only division (and/or multiplication), evaluate strictly from left to right. Do not regroup unless parentheses are given.
Step-by-Step Calculation
First division: 8988 ÷ 8 = 1123.5Second division: 1123.5 ÷ 4 = 280.875
Verification
Direct reduction: 8988 ÷ (8 × 4) = 8988 ÷ 32 = 280.875 — same result.
Common Pitfalls
Final Answer
280.875
Discussion & Comments