Overview
This lesson connects geometric problems from AoPS Prealgebra 2 Chapter 12 (Right Triangles and Quadrilaterals) with algebra standards: using units and defining quantities, recognizing structure in algebraic expressions, forming and rearranging equations, and reasoning with equations/inequalities. We'll work step-by-step through examples and give short practice problems.
1) Using units and defining quantities (N-Q.1, N-Q.2)
Always define a variable with its unit. That means saying what the variable stands for and the units it is measured in, then use those units through the solution.
Example 1 (Pythagorean): A right triangle has hypotenuse 13 cm and one leg 5 cm. Find the other leg.
- Define the variable: Let x be the length of the other leg, in centimeters. (So x has units cm.)
- Write the equation using the Pythagorean theorem: x^2 + 5^2 = 13^2.
- Solve: x^2 + 25 = 169 → x^2 = 144 → x = 12 (we choose the positive root because length is positive).
- Answer with units: x = 12 cm.
Key habit: every time you introduce x, write what it represents and include units (cm, m, in, etc.).
2) Seeing structure in expressions (A-SSE.1, A-SSE.2, A-SSE.3)
Look for common patterns so you can simplify, factor, or recognize substitutions that make solving easier.
Example 2 (algebra from geometry): The area of a rectangle inside a figure is given by A = (x+3)(x-2). Expand, then factor back to check structure.
- Expand: A = (x+3)(x-2) = x^2 + x - 6.
- Recognize structure: x^2 + x - 6 factors to (x+3)(x-2). Spotting that lets you move between forms depending on what you need: product form for roots or factorization, expanded form for combining like terms, etc.
Another geometric example: When you see (x+1)^2 in an expression, you can expand it to x^2 + 2x + 1 or notice it’s a perfect square — useful for completing the square or solving equations.
3) Creating equations and rearranging formulas (A-CED.1, A-CED.4)
Write equations from geometry formulas and solve for the variable you want. Show how to rearrange formulas to isolate a quantity.
Example 3 (area of a kite / diagonals): The area of a kite (or rhombus) is A = (d1 * d2) / 2. Suppose the area is 30 cm^2 and one diagonal is 12 cm while the other is 5x cm. Find x.
- Define the variable: Let x be a dimensionless number so that d1 = 5x cm and d2 = 12 cm.
- Write the formula: 30 = (5x * 12) / 2.
- Simplify: 30 = (60x) / 2 = 30x.
- Solve: 30x = 30 → x = 1.
- Check units: d1 = 5(1) = 5 cm; A = (5 cm * 12 cm)/2 = 30 cm^2. Works.
Rearranging formula example: If area A and one diagonal d1 are known, solve for d2: A = (d1 * d2)/2 → d2 = (2A)/d1. Always carry units: d2 will have the same length unit as d1.
4) Reasoning with equations and inequalities (A-REI.1, A-REI.3)
Solve equations that come from geometry and use inequalities (like triangle inequalities) to bound possible values.
Example 4 (right triangle with leg relation — leads to a quadratic): A right triangle has hypotenuse 10 units. One leg is 3 units shorter than the other. Find the lengths of the legs.
- Define variables: Let x be the longer leg (units: units). Then the shorter leg is x - 3.
- Pythagorean equation: x^2 + (x - 3)^2 = 10^2 = 100.
- Expand and simplify:
x^2 + (x^2 - 6x + 9) = 100 2x^2 - 6x + 9 = 100 2x^2 - 6x - 91 = 0
- Solve with quadratic formula: x = [6 ± sqrt(36 + 728)] / 4 because discriminant = (-6)^2 - 4(2)(-91) = 36 + 728 = 764.
sqrt(764) ≈ 27.64, so x ≈ (6 + 27.64)/4 ≈ 8.41 or x ≈ (6 - 27.64)/4 ≈ -5.41
We discard the negative root because a length must be positive. - So the longer leg ≈ 8.41 units and the shorter leg ≈ 8.41 - 3 = 5.41 units. Check: 8.41^2 + 5.41^2 ≈ 100.
Example 5 (inequality from triangle side lengths): If the sides of a triangle are x, x+1, and 10, use triangle inequalities to find possible x.
- Triangle inequality: sum of any two sides > third side.
- x + (x+1) > 10 → 2x + 1 > 10 → x > 4.5
- x + 10 > x+1 → 10 > 1 (always true)
- (x+1) + 10 > x → x + 11 > x (always true)
- So x > 4.5. If x must be an integer, x ≥ 5.
Quick Practice (try these)
- Right triangle: Hypotenuse 25 cm, one leg 7 cm. Find the other leg (define variable and unit).
- Factor or expand: If the area of a rectangle is A = x^2 + 6x + 8, factor A and explain the geometric meaning if side lengths are integers.
- Create and solve: A rectangle has area 48 m^2 and width (x + 2) m. Find x if length is 3x m. (Define variables, solve, include units.)
- Inequality: In a triangle, one side is 4, another side is x, and the third side is 9. Find the range of possible x values (not just integers).
Answers to Practice
- Let x cm be the other leg. x^2 + 7^2 = 25^2 → x^2 + 49 = 625 → x^2 = 576 → x = 24 cm.
- x^2 + 6x + 8 = (x+2)(x+4). If side lengths are integers, the rectangle sides could be x+2 and x+4, giving area 48 when x is specific (solve x+2 = 6 and x+4 = 8 gives x=4 as one example).
- Let width = x+2 m and length = 3x m. Area: (x+2)(3x) = 48 → 3x^2 + 6x - 48 = 0 → x^2 + 2x - 16 = 0 → (x+? ) use quadratic formula: x = [-2 ± sqrt(4 + 64)]/2 = [-2 ± sqrt(68)]/2. sqrt(68)≈8.246 → x ≈ (-2 + 8.246)/2 ≈ 3.123 (positive root). Then length ≈ 3(3.123) ≈ 9.369 m, width ≈ 5.123 m. Units m.
- Triangle inequalities:
- 4 + x > 9 → x > 5
- 4 + 9 > x → 13 > x → x < 13
- x + 9 > 4 → x > -5 (always true given positive sides)
Final tips
- Always state what each variable means and include units.
- When an algebraic expression appears, try to see if it factors or is a known pattern (difference of squares, perfect square trinomial, etc.).
- When geometry gives a formula, practice rearranging the formula for the variable you need (isolate that variable step-by-step).
- Use inequalities (triangle inequality, bounds from geometry) to check whether solutions are physically possible.
If you want, I can walk through any one of these practice problems with more detail, or give more problems matched to each standard.