Worked Solution: Volume of a Sphere with Diameter 10
When given the diameter of a sphere instead of the radius, the most critical first step is to halve the diameter to obtain the radius: r = d / 2 = 10 / 2 = 5.
Cubing the diameter directly ($10^3$) without dividing by 2 will result in an answer exactly 8 times too large (\(2^3 = 8\))! Alternatively, use the direct diameter formula: V = ¹⁄₆πd³.
Step-by-Step Calculation
| Step | Action | Formula & Working | Result |
|---|---|---|---|
| Step 1 | Calculate radius from diameter | r = d ÷ 2 = 10 ÷ 2 | 5 |
| Step 2 | Cube the radius | (5)³ = 5 × 5 × 5 | 125 |
| Step 3 | Apply V = ⁴⁄₃ × π × r³ | ⁴⁄₃ × 3.14159 × 125 | 523.60 |
| Alternative | Direct diameter formula: V = ¹⁄₆πd³ | ¹⁄₆ × 3.14159 × 1000 | 523.60 |