PDF

Overview

This lesson applies the Chapter 12 topic (Right Triangles and Quadrilaterals) to four common standards: handling units and quantities, spotting algebraic structure, creating and rearranging equations from geometric information, and reasoning with equations and inequalities. Each standard is explained with concrete geometry examples and step-by-step solutions.

N-Q: Using units and defining quantities

When geometry gives expressions with units, always attach the correct unit and convert units when needed. Define each quantity clearly (for example, let x represent a length in centimeters) before substituting.

Example 1 — Units and conversion

Problem: A right triangle has legs of length 30 cm and 40 cm. Find the hypotenuse in meters and the area in square meters.

  1. Compute the hypotenuse using Pythagorean theorem: c = sqrt(30^2 + 40^2) = sqrt(900 + 1600) = sqrt(2500) = 50 cm.
  2. Convert the hypotenuse to meters. 50 cm = 0.50 m (because 100 cm = 1 m).
  3. Area = (1/2) * leg1 * leg2 = (1/2) * 30 cm * 40 cm = 600 cm^2.
  4. Convert area to square meters: 600 cm^2 = 600*(1 cm^2) = 600*(0.0001 m^2) = 0.06 m^2. (Because 1 cm^2 = 0.0001 m^2.)

Key habits: keep units with each number, convert carefully (linear unit conversions square for area).

A-SSE: Seeing structure in expressions

Geometry often produces expressions you can expand, factor, or rewrite to make solving easier. Recognizing common patterns (difference of squares, perfect square trinomials, factoring out a common factor) reduces algebraic work.

Example 2 — Area formula leads to factoring

Problem: A rectangle has width (x + 2) and length (2x + 6). Write the area and factor it.

  1. Area = width * length = (x + 2)(2x + 6).
  2. Factor by pulling out common factor 2 from the second factor: (x + 2)(2(x + 3)) = 2(x + 2)(x + 3).
  3. This shows the area has factors 2, (x + 2), and (x + 3). If x is an integer, this can help reason about divisibility or simplify substitution.

Seeing structure can also make solving easier. For example, if you later know the area equals 72, set 2(x + 2)(x + 3) = 72 and divide both sides by 2 first to simplify to (x + 2)(x + 3) = 36.

A-CED: Creating equations and rearranging formulas

Translate geometry sentences to algebraic equations. Then rearrange formulas to solve for the desired variable.

Example 3a — Pythagorean with variables

Problem: In a right triangle the legs are x + 1 and 2x - 3 and the hypotenuse is 17. Find x and the side lengths.

  1. Write the Pythagorean equation: (x + 1)^2 + (2x - 3)^2 = 17^2.
  2. Expand each square:
    • (x + 1)^2 = x^2 + 2x + 1
    • (2x - 3)^2 = 4x^2 - 12x + 9
  3. Add them: x^2 + 2x + 1 + 4x^2 - 12x + 9 = 289.
  4. Combine like terms: 5x^2 - 10x + 10 = 289.
  5. Subtract 289: 5x^2 - 10x - 279 = 0.
  6. Divide by GCD 1 (no simplification). Solve the quadratic using the quadratic formula: x = [10 ± sqrt((-10)^2 - 4*5*(-279))] / (2*5). Compute discriminant: 100 + 5580 = 5680. sqrt(5680) = sqrt(16*355) = 4*sqrt(355). So x = [10 ± 4*sqrt(355)]/10 = 1 ± (2/5)*sqrt(355).
  7. We must check which root gives positive lengths: compute numerically. sqrt(355) ≈ 18.841, (2/5)*sqrt(355) ≈ 7.536. So x ≈ 1 + 7.536 = 8.536 or x ≈ 1 - 7.536 = -6.536. Negative x likely gives negative side lengths for 2x - 3, so discard negative x. Take x ≈ 8.536.
  8. Find sides: x + 1 ≈ 9.536, 2x - 3 ≈ 14.072. Hypotenuse = 17 (given). They satisfy Pythagorean theorem approximately.

Takeaway: Form the correct equation from geometry, expand carefully, then isolate and solve. Always check for physically meaningful solutions (positive lengths).

Example 3b — Rearranging formulas

Problem: A right triangle has area A and base b (a leg). Solve the area formula for the other leg h.

Area formula: A = (1/2) * b * h. Solve for h:

  1. Multiply both sides by 2: 2A = b * h.
  2. Divide by b (assuming b ≠ 0): h = 2A / b.

Always state domain restrictions from algebra (b ≠ 0) and units: if A is in m^2 and b is in m, then h is in m.

A-REI: Reasoning with equations and inequalities

This includes solving equations and using inequalities that come from geometry: triangle inequality, comparisons from the Pythagorean theorem to determine triangle type, and bounds on variable side lengths.

Example 4a — Triangle inequality as inequality constraint

Problem: Can side lengths 2x, 3x - 1, and 7 form a triangle? Find constraints on x.

  1. Triangle inequality: each side must be less than the sum of the other two. So we need three inequalities:
    • 2x < (3x - 1) + 7 --> 2x < 3x + 6 --> 0 < x + 6 --> x > -6 (weak constraint)
    • 3x - 1 < 2x + 7 --> 3x - 1 < 2x + 7 --> x < 8
    • 7 < 2x + (3x - 1) --> 7 < 5x - 1 --> 8 < 5x --> x > 8/5 = 1.6
  2. Combine constraints: x must satisfy x > 1.6 and x < 8. So 1.6 < x < 8. Also each side should be positive; check endpoints if needed. This inequality reasoning tells which x produce valid triangles.

Example 4b — Using Pythagorean comparison to classify a triangle

Problem: Sides measure 6, 8, and 11. Is the triangle acute, right, or obtuse?

  1. Identify largest side c = 11. Compute a^2 + b^2 = 6^2 + 8^2 = 36 + 64 = 100. Compute c^2 = 11^2 = 121.
  2. Compare: c^2 (121) > a^2 + b^2 (100) so the triangle is obtuse (since c^2 > a^2 + b^2).

Quadrilaterals — short notes

For quadrilaterals (rectangles, squares, trapezoids), you will often use expressions for perimeter and area. Seeing algebraic structure and rearranging formulas are the same skills as with triangles.

Example — Trapezoid area and solving

Problem: A trapezoid has bases of lengths (3x) and (x + 6) and height 4. The area is 56. Find x.

  1. Area formula for trapezoid: A = (1/2)(b1 + b2) * h.
  2. Plug in numbers: 56 = (1/2)(3x + x + 6)*4 = (1/2)(4x + 6)*4.
  3. Simplify: (1/2)*4 = 2, so right side = 2*(4x + 6) = 8x + 12.
  4. Set equation: 8x + 12 = 56 --> 8x = 44 --> x = 5.5.

Check units (if base and height are in meters, area is in square meters) and check the bases are positive.

Quick practice (try these, then check answers)

  1. A right triangle has legs 7 and x. Hypotenuse is 25. Find x. (Answer: x = 24 because 7^2 + 24^2 = 25^2.)
  2. Write and solve: The area of a triangle is 30, base is (2x + 4), height is x. Find x. (Equation: (1/2)(2x + 4)(x) = 30 -> (x + 2)x = 30 -> x^2 + 2x - 30 = 0 -> x = 5 or x = -6, take x = 5.)
  3. Given sides 9, x, and 15, find the range of x for a triangle to exist. (Triangle inequalities: x > 15 - 9 = 6; x < 9 + 15 = 24; and also 9 < x + 15 -> true if x > -6; combine: 6 < x < 24.)

Final tips

  • Always define variables with units stated.
  • When you expand algebra from geometric formulas, keep track of like terms and reduce before solving.
  • Check solutions in the geometric context (positive lengths, triangle inequality, physically possible dimensions).
  • Use factoring and common factors to simplify equations before applying quadratic formula when possible.

If you want, give me one specific problem from AoPS Prealgebra 2 Chapter 12 and I will solve it step-by-step and explain how each standard applies.


Ask a followup question

Loading...