3.3 Informal Geometry, Perimeter, Area, and Volume

Key Takeaways

  • Angle relationships (complementary = 90°, supplementary = 180°, vertical angles, interior angles of parallel lines) form the basis of geometric proofs and computations.
  • The Pythagorean theorem (a² + b² = c²) and special right triangles (30°-60°-90° and 45°-45°-90°) provide quick computational pathways for right triangle problems.
  • Area formulas for 2D polygons (triangles, parallelograms, trapezoids, regular polygons, circles) must be mastered alongside shaded-region subtraction techniques.
  • Three-dimensional volume and surface area calculations for prisms, pyramids, cylinders, cones, and spheres frequently appear in practical LET measurement scenarios.
Last updated: July 2026

Geometric Fundamentals, Lines, and Angle Relationships

Geometry on the LET evaluates spatial reasoning, geometric proofs, perimeter, area, and volume calculations. Understanding core angle relationships and polygon properties is prerequisite to solving measurement problems.

Core Angle Definitions

  • Complementary Angles: Two angles whose measures sum to $90^\circ$.
  • Supplementary Angles: Two angles whose measures sum to $180^\circ$.
  • Vertical Angles: Opposite angles formed by intersecting lines; vertical angles are congruent (equal in measure).
  • Linear Pair: Adjacent angles formed when two lines intersect; they are supplementary ($a + b = 180^\circ$).

Parallel Lines Cut by a Transversal

When two parallel lines ($l_1 \parallel l_2$) are intersected by a transversal line, specific angle congruences and equivalences are established:

  • Corresponding Angles: Equal in measure (e.g., Position top-left = Position top-left).
  • Alternate Interior Angles: Equal in measure (e.g., inside parallel lines on opposite sides of transversal).
  • Alternate Exterior Angles: Equal in measure (e.g., outside parallel lines on opposite sides of transversal).
  • Consecutive Interior Angles: Supplementary (sum to $180^\circ$).

Triangles and the Pythagorean Theorem

Triangles are three-sided polygons whose interior angles always sum to $180^\circ$.

Triangle Classification

  • By Sides: Equilateral (3 equal sides), Isosceles (2 equal sides), Scalene (no equal sides).
  • By Angles: Acute (all angles $< 90^\circ$), Right (one angle $= 90^\circ$), Obtuse (one angle $> 90^\circ$).

The Pythagorean Theorem and Triples

For any right-angled triangle with legs $a$ and $b$ and hypotenuse $c$:

a2+b2=c2    c=a2+b2a^2 + b^2 = c^2 \implies c = \sqrt{a^2 + b^2}

Common Pythagorean Triples tested on the LET:

  • $3 - 4 - 5$ (and multiples: $6-8-10, 9-12-15, 12-16-20$)
  • $5 - 12 - 13$
  • $8 - 15 - 17$
  • $7 - 24 - 25$

Special Right Triangles

Special TriangleSide Ratio (Leg : Leg : Hypotenuse)Key Properties
$45^\circ - 45^\circ - 90^\circ$ (Isosceles Right)$x : x : x\sqrt{2}$Hypotenuse = Leg $\times \sqrt{2}$
$30^\circ - 60^\circ - 90^\circ$$x : x\sqrt{3} : 2x$Short Leg ($30^\circ$) = $x$; Long Leg ($60^\circ$) = $x\sqrt{3}$; Hypotenuse = $2x$

Worked Example 1: Special Right Triangle Calculation

Problem: A square garden has a diagonal measuring $14\text{ meters}$. What is the exact perimeter of the garden?

Step 1: Relate diagonal to side length using the $45^\circ-45^\circ-90^\circ$ ratio.
In a square, the diagonal cuts the square into two $45^\circ-45^\circ-90^\circ$ triangles.
Diagonal=s2=14\text{Diagonal} = s\sqrt{2} = 14

Step 2: Solve for side length $s$.
s=142=1422=72 meterss = \frac{14}{\sqrt{2}} = \frac{14\sqrt{2}}{2} = 7\sqrt{2}\text{ meters}

Step 3: Calculate Perimeter ($P = 4s$).
P=4×(72)=282 metersP = 4 \times (7\sqrt{2}) = 28\sqrt{2}\text{ meters}

Final Answer: $28\sqrt{2}\text{ meters} \approx 39.60\text{ meters}$

Two-Dimensional Areas and Perimeter Formulas

Geometric ShapePerimeter FormulaArea Formula
Rectangle$P = 2(l + w)$$A = l \times w$
Square$P = 4s$$A = s^2$
Triangle$P = a + b + c$$A = \frac{1}{2} b h$
Parallelogram$P = 2(a + b)$$A = b \times h$
Trapezoid$P = a + b_1 + c + b_2$$A = \frac{1}{2} (b_1 + b_2) h$
Circle$C = 2\pi r = \pi d$$A = \pi r^2$
Rhombus$P = 4s$$A = \frac{1}{2} d_1 d_2$

Polygon Angle Formulas

For any convex polygon with $n$ sides:

  • Sum of Interior Angles: $S = (n - 2) \times 180^\circ$
  • Each Interior Angle of Regular Polygon: $I = \frac{(n - 2) \times 180^\circ}{n}$
  • Sum of Exterior Angles: Always equals $360^\circ$ for all convex polygons.

Worked Example 2: Shaded Region Area

Problem: A circular swimming pool with a radius of $6\text{ meters}$ is surrounded by a concrete walkway of uniform width $2\text{ meters}$. What is the area of the concrete walkway? (Use $\pi \approx 3.1416$).

Step 1: Calculate the area of the inner circle (pool).
rinner=6 m    Ainner=π(6)2=36πr_{\text{inner}} = 6\text{ m} \implies A_{\text{inner}} = \pi (6)^2 = 36\pi

Step 2: Calculate the radius and area of the outer circle (pool + walkway).
router=6+2=8 m    Aouter=π(8)2=64πr_{\text{outer}} = 6 + 2 = 8\text{ m} \implies A_{\text{outer}} = \pi (8)^2 = 64\pi

Step 3: Subtract inner area from outer area.
Awalkway=AouterAinner=64π36π=28πA_{\text{walkway}} = A_{\text{outer}} - A_{\text{inner}} = 64\pi - 36\pi = 28\pi Awalkway=28×3.1416=87.9644 m2A_{\text{walkway}} = 28 \times 3.1416 = 87.9644\text{ m}^2

Final Answer: $28\pi\text{ m}^2 \approx 87.96\text{ m}^2$


Three-Dimensional Volume and Surface Area

3D SolidVolume Formula ($V$)Total Surface Area Formula ($SA$)
Rectangular Prism$V = l \times w \times h$$SA = 2(lw + lh + wh)$
Cube$V = s^3$$SA = 6s^2$
Right Cylinder$V = \pi r^2 h$$SA = 2\pi r^2 + 2\pi r h$
Right Cone$V = \frac{1}{3} \pi r^2 h$$SA = \pi r^2 + \pi r l \quad (l = \text{slant height})$
Sphere$V = \frac{4}{3} \pi r^3$$SA = 4 \pi r^2$
Pyramid$V = \frac{1}{3} B h \quad (B = \text{base area})$$SA = B + \frac{1}{2} P l \quad (P = \text{base perimeter})$

Worked Example 3: Volume of a Right Cylinder

Problem: A cylindrical water storage tank has a base diameter of $4\text{ meters}$ and a height of $7\text{ meters}$. How many cubic meters of water can it hold when completely full?

Step 1: Calculate the radius from diameter.
r=d2=42=2 metersr = \frac{d}{2} = \frac{4}{2} = 2\text{ meters}

Step 2: Apply cylinder volume formula $V = \pi r^2 h$.
V=π(2)2(7)=π(4)(7)=28π m3V = \pi (2)^2 (7) = \pi (4) (7) = 28\pi\text{ m}^3 V28×3.1416=87.9644 m3V \approx 28 \times 3.1416 = 87.9644\text{ m}^3

Final Answer: $28\pi\text{ m}^3 \approx 87.96\text{ m}^3$

Test Your Knowledge

Two parallel lines are intersected by a transversal. If one interior angle measures (3x + 15)° and its consecutive interior angle measures (2x + 40)°, what is the value of x?

A
B
C
D
Test Your Knowledge

What is the sum of the interior angles of a regular octagon (8-sided polygon)?

A
B
C
D
Test Your Knowledge

A right triangle has a hypotenuse of length 13 cm and one leg of length 5 cm. What is the total area of the triangle?

A
B
C
D
Test Your Knowledge

What is the total surface area of a solid sphere whose volume is (256π / 3) cubic units?

A
B
C
D