CONTEXT: Who Was George Pólya?
George Pólya (1887–1985) was a Hungarian mathematician known for his work in problem-solving and math education. His famous book How to Solve It (1945) introduced a four-step approach:
- Understand the problem
- Devise a plan
- Carry out the plan
- Look back
This approach guides systematic thinking in mathematics.
PROBLEM:We have two similar rectangular prisms, X and Y:
- Surface area of Prism X: 58 cm²
- Surface area of Prism Y: 1,450 cm²
- Volume of Prism Y: 1,250 cm³
GOAL: Find the sum of the volumes of both prisms, Vx + Vy.
STEP 1: UNDERSTAND THE PROBLEM
Key relationships for similar 3D figures:
- Surface area: SAx / SAy = k²
- Volume: Vx / Vy = k³
where k is the scale factor between corresponding sides.
STEP 2: DEVISE A PLAN
- Use surface areas to find k.
- Use k to find Vx.
- Add Vx + Vy to get the total volume.
STEP 3: CARRY OUT THE PLAN
METHOD 1: Step-by-Step
Surface area ratio: SAx / SAy = 58 / 1450 = 0.04
Find scale factor: k² = 0.04 → k = √0.04 = 0.2
Use volume relationship: Vx / Vy = k³ = (0.2)³ = 0.008
Vx = 0.008 × 1,250 = 10 cm³
Sum of volumes: Vx + Vy = 10 + 1,250 = 1,260 cm³
METHOD 2: Symbolic Approach
Express scale factor: k = √(SAx / SAy)
Express volume in terms of k: Vx = Vy × k³ = Vy × [√(SAx / SAy)]³
Sum of volumes formula: Vx + Vy = Vy × [1 + (√(SAx / SAy))³]
Substitute values: Vx + Vy = 1,250 × [1 + (√0.04)³] = 1,250 × [1 + 0.008] = 1,250 × 1.008 = 1,260 cm³
Note: Symbolic manipulation helps conceptual understanding, reduces errors, and creates a reusable formula for similar problems.
STEP 4: LOOK BACK
Verify ratios:
- SAx / SAy = 0.04 = k² = 0.2² ✓
- Vx / Vy = 10 / 1,250 = 0.008 = k³ = 0.2³ ✓
Both methods agree: 1,260 cm³
Reasonableness check: Prism X is much smaller, so its volume being a small fraction of Prism Y makes sense.