Unit 5 · Teacher Resource
Unit 5 Projects — Teacher Answer Key
Worked solutions for both project versions using each calculator's default input values. Covers all four phases, quick-check answers, sample expert responses, and rubric scoring notes.
Version A · 6.G.1
Dream Room Designer — Worked Solutions
Main Floor: Rectangular / Parallelogram Shape
Area = 12 × 10 = 120 sq ft
The height must be the perpendicular height (straight up from the base), not the slant side. For a rectangle the slant and perpendicular heights are equal, but students should record this distinction.
Reading Nook: Triangular Corner
Area = ½ × 6 × 5
= 3 × 5
= 15 sq ft
A triangle is exactly half a parallelogram. The ½ is critical — a common error is multiplying b × h without dividing by 2.
L-Shaped Bonus Room: Composite Figure
Rectangle A: 10 × 8 = 80 sq ft
Rectangle B: 6 × 5 = 30 sq ft
Composite total: 80 + 30 = 110 sq ft
Students must correctly decompose the L-shape into two non-overlapping rectangles. Either decomposition works as long as the dimensions are consistent with the shape.
Flooring Cost Decision
Cost = 145 × $3.50 = $507.50
Note: the default area of 145 sq ft is a pre-filled "copy from above" value representing Phases 1–3 combined (120 + 15 + 10 = 145). If students use their own Phase 1–3 totals the answer will differ — that is expected and correct. Carpet at $2.25 gives $326.25; Vinyl at $1.80 gives $261.00.
Area = ½ × 6 × 4 = ½ × 24 = 12 sq ft
Hard-coded correct answer:
12 (see checkTriangle())
3 — Proficient: All calculations correct; summary uses numbers but justification is brief.
2 — Developing: One minor arithmetic error (e.g., forgot ½ in triangle, or omitted one rectangle from composite); summary attempts to use numbers.
Version B — Community Mural & Garden Planner
Version B · 6.G.1
Community Mural & Garden Planner — Worked Solutions
Garden Plot: Trapezoid Shape
Step 1 — add the bases: 8 + 12 = 20
Step 2 — multiply by height: 20 × 6 = 120
Step 3 — multiply by ½: 120 ÷ 2 = 60 sq ft
The most common error is omitting the ½, giving 120 sq ft. Remind students the trapezoid formula is derived from two triangles (or one parallelogram cut in half).
Mural Panel: Triangular Section & Paint Cans
Triangle area = ½ × 14 × 10 = ½ × 140 = 70 sq ft
Cans needed = 70 ÷ 50 = 1.4 → ⌈1.4⌉ = 2 cans (ceiling round-up)
Key teaching point: 70 ÷ 50 = 1.4, so one can is not enough. Math.ceil(1.4) = 2. Students must buy 2 cans because a fractional can cannot be purchased at a store. This is a real-world application of ceiling rounding (6.G.1 application context).
School Banner: Parallelogram Shape
Area = 9 × 4 = 36 sq ft
Emphasize using the perpendicular height. If a slanted parallelogram is drawn, the height shown is always the dashed vertical line, not the slanted leg.
Which Garden Plot Fits the Budget?
Plot 1: 60 × $4.50 = $270.00 ✓ within $600 budget
Plot 2: 45 × $5.20 = $234.00 ✓ within $600 budget
Both plots fit the budget. Plot 2 costs $36.00 less.
With default values, both plots fit the $600 budget. Students should justify a choice based on size needs vs. cost — either choice can earn full credit with clear reasoning. The calculator's recommendation message will say "Both plots fit the budget."
Area = ½ × (4 + 6) × 3 = ½ × 10 × 3 = ½ × 30 = 15 sq ft
Hard-coded correct answer:
15 (see checkTrap())
3 — Proficient: Calculations correct; brief uses most numbers; rounding explained briefly.
2 — Developing: Trapezoid missing the ½, or paint cans not rounded up, or budget decision lacks justification.