Geometry, Measurement, Perimeter, Area & Volume

Key Takeaways

  • Perimeter measures 2D boundary length, area quantifies enclosed 2D surface space, and volume measures 3D spatial capacity.
  • Key angle relationships include complementary angles (sum 90°), supplementary angles (sum 180°), and vertical angles (always equal).
  • The Pythagorean Theorem (a² + b² = c²) applies exclusively to right triangles; memorizing primitive triples (3-4-5, 5-12-13, 8-15-17) accelerates computation.
  • Circle metrics require distinguishing diameter (d = 2r) from radius (r), using Circumference = 2πr and Area = πr².
  • Unit conversion errors sink measurement problems: convert all quantities to the same unit before applying any formula.
Last updated: August 2026

Geometry, Measurement, Perimeter, Area & Volume

Geometry questions on the HSPT test spatial reasoning, geometric definitions, and formula application. Geometry items account for roughly 20% of the Mathematics subtest — about 12 to 13 of the 64 questions — covering angle relationships, plane figures, circle metrics, right-triangle geometry, solid volume, and unit conversions. Because no calculator is allowed, questions are usually built around friendly numbers, memorized triples, and answers left in terms of π.


Angle Rules & Line Relationships

  • Acute Angle: Measures strictly between 0° and 90°.
  • Right Angle: Measures exactly 90° (indicated by a square corner symbol).
  • Obtuse Angle: Measures strictly between 90° and 180°.
  • Straight Angle: Measures exactly 180° (a straight line).
  • Complementary Angles: Two angles whose sum equals 90° (A + B = 90°).
  • Supplementary Angles: Two angles whose sum equals 180° (A + B = 180°); adjacent angles that form a straight line are always supplementary.
  • Vertical Angles: Opposite angles formed by intersecting lines; vertical angles are always equal.
  • Parallel Lines Cut by a Transversal: Corresponding angles are equal, and alternate interior angles are equal.
  • Interior Angles of a Polygon: Sum of interior angles = (n - 2) × 180°, where n is the number of sides.
    • Triangle (n=3): (3-2) × 180° = 180°
    • Quadrilateral (n=4): (4-2) × 180° = 360°
    • Pentagon (n=5): (5-2) × 180° = 540°

2D Perimeter and Area Formulas

Perimeter is the total distance around a figure (measured in plain units); area is the surface enclosed inside it (measured in square units).

Geometric ShapePerimeter FormulaArea FormulaKey Formula Definitions
SquareP = 4sA = s²s = side length
RectangleP = 2l + 2wA = l · wl = length, w = width
TriangleP = a + b + cA = (1/2)b · hb = base, h = perpendicular height
ParallelogramP = 2a + 2bA = b · hh = perpendicular height (not slant)
TrapezoidP = a + b1 + c + b2A = (1/2)(b1 + b2)hb1, b2 = parallel bases
CircleC = 2πr = πdA = πr²r = radius, d = diameter (d=2r)

Exam Tip: Ensure height (h) measurements in triangle, parallelogram, and trapezoid formulas represent the perpendicular altitude (forming a 90° angle with the base), not the slanted side length.

Step-by-Step Worked Example 1

Problem: Find the area of a trapezoid with parallel base lengths of 14 cm and 22 cm, and a perpendicular height of 9 cm.

  1. Identify parameters: b1 = 14, b2 = 22, h = 9.
  2. Apply Trapezoid Area Formula: A = (1/2)(b1 + b2)h = (1/2)(14 + 22) × 9
  3. Simplify sum inside parentheses: A = (1/2)(36) × 9 = 18 × 9 = 162 cm²

Triangles: Classification & the Triangle Inequality

Triangles are classified two ways, and the HSPT expects both vocabularies:

  • By sides: Equilateral (3 equal sides), Isosceles (2 equal sides), Scalene (no equal sides).
  • By angles: Acute (all angles under 90°), Right (one 90° angle), Obtuse (one angle over 90°).

Two rules solve most triangle questions:

  1. Angle Sum: The three interior angles always total 180°. Missing angle = 180° - (sum of the two known angles); for example, 180° - 65° - 55° = 60°.
  2. Triangle Inequality: The sum of any two side lengths must be greater than the third side. If two sides are 5 and 8, the third side x must satisfy 8 - 5 < x < 8 + 5, so 3 < x < 13.

Pythagorean Theorem & Common Triples

For any right triangle with leg lengths a and b and hypotenuse c (the side opposite the 90° right angle): a² + b² = c²

Essential Pythagorean Triples

Memorizing primitive Pythagorean triples speeds up right-triangle calculations:

  • 3 - 4 - 5 Family: Multiples include 6-8-10, 9-12-15, 12-16-20.
  • 5 - 12 - 13 Family: Multiples include 10-24-26.
  • 8 - 15 - 17 Family: Multiples include 16-30-34.

Step-by-Step Worked Example 2

Problem: A 15-foot ladder leans against a vertical building wall. If the base of the ladder is placed 9 feet away from the wall, how high up the wall does the ladder reach?

  1. Identify right triangle components: Hypotenuse c = 15, known leg a = 9, unknown height = b.
  2. Recognize scaled triple: Notice that 9 = 3 × 3 and 15 = 3 × 5. This matches a 3-4-5 triple scaled by 3.
  3. Calculate missing leg b: b = 3 × 4 = 12 feet.
  4. Algebraic Verification: 9² + b² = 15² → 81 + b² = 225 → b² = 144 → b = 12.

Circles: Circumference and Area

The radius (r) runs from the center to the edge; the diameter (d) crosses the full circle through the center, so d = 2r. Circumference (the circle's perimeter) is C = 2πr = πd, and area is A = πr². When answer choices contain π, leave answers in terms of π; when decimal choices appear, use π ≈ 3.14.

Step-by-Step Worked Example 3

Problem: A circular patio has a diameter of 14 feet. Find its circumference and area, both in terms of π and as decimals (use π ≈ 3.14).

  1. Find the radius: r = d ÷ 2 = 14 ÷ 2 = 7 feet.
  2. Circumference: C = πd = 14π ≈ 14 × 3.14 = 43.96 feet.
  3. Area: A = πr² = π(7)² = 49π ≈ 49 × 3.14 = 153.86 square feet.

Volume and Surface Area of 3D Solids

Volume quantifies the interior three-dimensional space enclosed by a solid (cubic units); surface area is the total area of all outer faces (square units).

  • Rectangular Prism: V = l · w · h; Surface Area = 2(lw + lh + wh)
  • Cube: V = s³; Surface Area = 6s²
  • Right Circular Cylinder: V = Base Area × Height = πr²h

Step-by-Step Worked Example 4

Problem: A cylindrical storage tank has a radius of 6 meters and a height of 10 meters. What is the volume of the tank in terms of π?

  1. Identify parameters: r = 6, h = 10.
  2. Apply Cylinder Volume Formula: V = πr²h = π · (6)² · 10
  3. Square radius and multiply: V = π · 36 · 10 = 360π m³

Unit Conversions for Measurement

Measurement word problems frequently mix units. Convert everything to one unit before computing. Multiply when converting to a smaller unit; divide when converting to a larger unit.

Essential Conversion Facts

SystemLengthWeight / MassCapacity
Metric1 km = 1,000 m; 1 m = 100 cm; 1 cm = 10 mm1 kg = 1,000 g1 L = 1,000 mL
Customary1 ft = 12 in; 1 yd = 3 ft; 1 mi = 5,280 ft1 lb = 16 oz1 cup = 8 fl oz; 1 pt = 2 cups; 1 qt = 2 pt; 1 gal = 4 qt
  • Time: 1 hour = 60 minutes; 1 minute = 60 seconds.
  • Square/Cubic Caution: 1 ft² = 12² = 144 in² (not 12), and 1 ft³ = 12³ = 1,728 in³. Conversions are squared for area and cubed for volume.

Step-by-Step Worked Example 5

Problem: A fence runs 2.5 feet along one side of a garden and 2.4 kilometers of trail markers must be spaced every 100 meters. (a) How many inches is the fence? (b) How many marker intervals fit along the trail?

  1. Convert feet to inches (multiply by 12): 2.5 × 12 = 30 inches.
  2. Convert kilometers to meters (multiply by 1,000): 2.4 × 1,000 = 2,400 meters.
  3. Divide by spacing: 2,400 ÷ 100 = 24 intervals.

Common HSPT Traps

  • Radius vs. diameter mix-ups: Squaring the diameter instead of the radius makes the area four times too large; always halve the diameter first.
  • Slant height confusion: The h in triangle, parallelogram, and trapezoid area formulas must be perpendicular to the base.
  • Subtracting squares incorrectly: Given the hypotenuse and one leg, subtract (c² - a² = b²); only add squares when finding the hypotenuse.
  • Unit mismatches: A rectangle measured as 2 ft by 6 in has an area of 24 × 6 = 144 in² (or 2 × 0.5 = 1 ft²) — never multiply 2 × 6 and call it 12.
Test Your Knowledge

A rectangular swimming pool has a length of 12 meters and a width of 5 meters. What is the length of a straight diagonal line across the pool floor?

A
B
C
D
Test Your Knowledge

A decorative ribbon is 2.4 meters long. What is its length in centimeters?

A
B
C
D
Test Your Knowledge

If the circumference of a circular garden is 16π feet, what is the area of the garden?

A
B
C
D
Test Your Knowledge

What is the total surface area of a cube with a volume of 125 cubic inches?

A
B
C
D
Test Your Knowledge

Two complementary angles have measures in the ratio 2:3. What is the measure of the larger angle?

A
B
C
D