Overview
This lesson covers right triangles and quadrilaterals while practicing these skills: keeping track of units and defining quantities (N-Q), recognizing and using structure in expressions (A-SSE), creating and rearranging equations (A-CED), and reasoning with equations and inequalities (A-REI). I will show step-by-step worked examples, point out the standards they address, give a checklist you can use on problems, and end with practice problems and answers.
Key ideas you should know
- Pythagorean theorem for right triangles: a2 + b2 = c2, where c is the hypotenuse (longest side).
- Properties of quadrilaterals: rectangle opposite sides equal and angles 90°, perimeter P = 2(L + W), area A = L × W.
- Always label quantities and include units (cm, m, in, etc.). Use units to check answers (N-Q.1, N-Q.2).
- See structure in algebraic expressions: expand, factor, use difference of squares, and simplify to make equations easier (A-SSE).*
- Translate problem statements into equations, then rearrange and solve. When solving quadratics, check roots against the context (lengths must be positive) (A-CED.*, A-REI.*).
Checklist for solving geometry + algebra problems
- Define variables and include units (for example, let x = length in cm).
- Write equations from geometric facts (Pythagorean theorem, area, perimeter).
- Simplify expressions using structure (expand or factor as needed).
- Solve algebraically (linear or quadratic), keeping units in answers.
- Check solutions in the geometric context (no negative lengths, respects constraints).
Worked Example 1 — Right triangle with one leg unknown
Problem: A right triangle has one leg 6 cm and hypotenuse 10 cm. Let the other leg be x cm. Find x. (Skills: N-Q.1, A-CED.1, A-REI.1)
Step 1. Define and include units: x is in cm.
Step 2. Use Pythagorean theorem: x2 + 62 = 102.
Step 3. Compute and solve: x2 + 36 = 100 so x2 = 64.
Step 4. Take square roots: x = ±8 cm. But because x is a length, x = 8 cm (discard -8). Check units and that result makes sense.
Worked Example 2 — Rectangle with a relationship between sides
Problem: The perimeter of a rectangle is 26 cm. The length L is 2 times the width W plus 1 cm, so L = 2W + 1. Find L and W and the area. (Skills: N-Q.2, A-CED.1, A-REI.3)
Step 1. Define variables with units: Let W = width in cm, L = length in cm, L = 2W + 1.
Step 2. Perimeter formula: P = 2(L + W) = 26 cm. So L + W = 13.
Step 3. Substitute L = 2W + 1 into L + W = 13:
2W + 1 + W = 13
3W + 1 = 13
3W = 12 so W = 4 cm.
Step 4. Then L = 2(4) + 1 = 9 cm.
Step 5. Area A = L × W = 9 × 4 = 36 cm2. Always state units.
Worked Example 3 — Seeing structure and solving (difference of squares / simplify)
Problem: A large square has side (x + 2) cm and a smaller square inside has side x cm. The area between them equals 28 cm2. Find x. (Skills: A-SSE.1, A-SSE.2, A-CED.1)
Step 1. Area difference: (x + 2)2 - x2 = 28.
Step 2. Use structure: expand or use difference of squares. Expanding: x2 + 4x + 4 - x2 = 4x + 4. So 4x + 4 = 28.
Step 3. Solve linear equation: 4x = 24 so x = 6 cm. Check: x > 0, units correct, plug back to confirm area difference = 4(6) + 4 = 28 cm2.
Worked Example 4 — Inequality from an area condition
Problem: Using the square example above, what values of x make the area between the squares at most 40 cm2? In other words, solve (x + 2)2 - x2 ≤ 40. (Skills: A-REI.1, A-REI.3)
Step 1. Simplify left side as before: 4x + 4 ≤ 40.
Step 2. Solve inequality: 4x ≤ 36 so x ≤ 9. Also x must be positive since it is a side length, so 0 < x ≤ 9 (or x ≥ 0 if you include zero-sized square).
Interpretation: For any x in that range, the area between the squares does not exceed 40 cm2.
Notes about quadratics and extraneous roots
When you get a quadratic, you will often: expand, move everything to one side, factor if possible, or use the quadratic formula. If you get two roots, always check both in the geometry context: lengths must be positive and must satisfy any other constraints. This is part of reasoning with equations (A-REI).
Quick tips
- Always write units in your answers. Units help catch sign errors and incorrect algebra (N-Q.1, N-Q.2).
- When you see expressions like (x + a)2 - x2, look for simplification: it often reduces to a linear expression (structure helps: A-SSE).
- If a variable represents a length, immediately rule out negative roots after solving an equation.
- Translate words into algebra step-by-step; annotate which formula you used (perimeter, area, Pythagorean).
Practice problems (try these, then check answers below)
- A right triangle has legs 9 cm and x cm and hypotenuse 15 cm. Find x.
- A rectangle has length 3 more than twice its width. If its area is 165 cm2, find the width and length.
- Two concentric squares have side lengths x and x + 4 cm. The area between them is 56 cm2. Find x.
- For what x ≥ 0 is (x + 1)(x + 3) ≤ 28? (This practices expanding, rearranging, and solving an inequality.)
Answers to practice problems
- Use Pythagorean theorem: 92 + x2 = 152 so 81 + x2 = 225, x2 = 144, x = 12 cm.
- Let W = width. Then L = 2W + 3 and area = L×W = (2W + 3)W = 165. So 2W2 + 3W -165 = 0. Divide or use quadratic formula. Factor: (2W - 15)(W + 11) = 0, so W = 7.5 (the W = -11 is impossible). Then L = 2(7.5) + 3 = 18 cm.
- Area difference: (x + 4)2 - x2 = 8x + 16 = 56, so 8x = 40, x = 5 cm.
- Expand: (x + 1)(x + 3) = x2 + 4x + 3 ≤ 28. Rearranged: x2 + 4x -25 ≤ 0. Solve equality x = [-4 ± sqrt(16 +100)]/2 = [-4 ± sqrt(116)]/2 = [-4 ± 2sqrt(29)]/2 = -2 ± sqrt(29). Numeric approx: sqrt(29) ≈ 5.385, so roots ≈ -7.385 and 3.385. The parabola opens up, so inequality ≤ 0 between the roots. With x ≥ 0 we get 0 ≤ x ≤ 3.385... so x in [0, -2 + sqrt(29)].
Final comment
Work step-by-step: define variables with units, write equations from geometric facts, simplify by seeing structure, solve, and then check solutions against the geometry. If you want, give me one of the practice problems you tried and I will walk through your steps and correct any errors.