Geometry & Trig · SAT Math

Area and Volume on the Digital SAT

Area and volume questions make up a large slice of the Digital SAT's Geometry & Trigonometry domain. The SAT gives you a reference sheet with every formula — the challenge is picking the right formula, substituting correctly, and avoiding the classic traps (radius vs diameter, area vs volume scaling). 6 practice problems with full solutions.
By the Prepiii Editorial TeamUpdated 2026-05-25~10 min read

Area vs volume: 2D vs 3D

Area measures the surface of a 2D figure in square units (cm², in², m²).

Volume measures the space inside a 3D solid in cubic units (cm³, in³, m³).

The unit (squared vs cubed) is a clue to which formula type you need. If the answer must be in m², it's an area question. If it's in m³, it's a volume question.

The core formulas to know

2D Area

  • Rectangle: A = l · w
  • Triangle: A = (1/2) · b · h
  • Circle: A = π · r²

3D Volume

  • Rectangular prism: V = l · w · h
  • Cylinder: V = π · r² · h
  • Cone: V = (1/3) · π · r² · h
  • Sphere: V = (4/3) · π · r³

You don't need to memorize these — the SAT reference sheet has them. But knowing them speeds you up significantly. The bottleneck on these questions is the algebra after substitution, not formula recall.

The diameter trap (the #1 mistake)

The SAT's favorite trick on circle, cylinder, cone, and sphere questions: give you the diameter when you need the radius (or vice versa).

Diameter = the distance across the circle through the center.

Radius = the distance from the center to the edge.

radius = diameter / 2

Habit to build: before substituting into ANY circle/cylinder/cone/sphere formula, ask out loud "is this the radius or the diameter?" If it's the diameter, halve it first.

Example. A cylinder has diameter 6 and height 10. Its volume is π · 3² · 10 = 90π (using radius = 3), NOT π · 6² · 10 = 360π.

The scaling rule

When you scale a figure's dimensions by a factor of k:

Area scales by

Volume scales by

Example. Double every dimension of a rectangle. Its area becomes 2² = 4× the original. Double every dimension of a cube. Its volume becomes 2³ = 8× the original.

The SAT loves this on questions like "if all dimensions are multiplied by 3, by what factor does the volume increase?" Answer: 3³ = 27.

Solving for a missing dimension

Many SAT problems give you the area or volume and all dimensions except one. Set up the formula as an equation and solve algebraically.

Example. A right cylinder has volume 36π and height 4. Find the radius.

V = π · r² · h36π = π · r² · 4.

Divide both sides by : r² = 9r = 3.

Stuck on a area and volume problem?

Prepiii's AI tutor watches your scratchwork and tells you exactly where the logic broke — not just whether the answer was right.

Start Free

Solving with Desmos

Desmos handles the arithmetic so you can focus on setup. Three techniques:

1. Compute volumes and areas directly

For "volume of a cylinder with r = 4 and h = 7", type pi · 4^2 · 7. Desmos returns 112π ≈ 351.86.

2. Solve for a missing dimension with tilde

For "find r if V = 36π and h = 4": 36 · pi ~ pi · r_1^2 · 4. Desmos returns r₁ = 3.

3. Test scaling problems

For "by what factor does volume change if all dimensions are multiplied by k?", just compute k^3 in Desmos. 3^3 = 27.

For the full set of Desmos techniques across the entire test, see our Desmos & Test Tools guides.

Common mistakes

Using diameter instead of radius

The SAT's favorite trap on circle/cylinder/cone/sphere problems. Always check: is the given measurement the radius (distance from center to edge) or the diameter (distance across)? If diameter, halve it before substituting.

Forgetting the (1/3) on cone volume

Cone volume is (1/3)πr²h, not πr²h. The cylinder formula minus the (1/3) is a common trap. The reference sheet has it correctly — don't half-remember it.

Confusing area scaling with volume scaling

If dimensions double, AREA quadruples (×2² = 4), VOLUME octuples (×2³ = 8). Mixing up the squared vs cubed factor is a common error on scaling questions.

Mixing up units (squared vs cubed)

Area answers are in square units (m², ft²). Volume answers are in cubic units (m³, ft³). If the question asks for ft² and your answer choice has ft³ (or vice versa), you've used the wrong formula.

Practice problems

6 problems adapted from College Board released questions and internal Prepiii sets. Click each one to reveal the solution.

1

A rectangle has an area of 63 square meters and a length of 9 meters. What is the width of the rectangle, in meters?

  1. 6
  2. 7
  3. 8
  4. 9

Click to reveal solution →

Answer: (B) 7

A = l · w, so 63 = 9w, giving w = 7 meters.

2

A circle has a radius of 5 meters. What is the area of the circle, in square meters?

  1. 10π
  2. 25π
  3. 50π
  4. 100π

Click to reveal solution →

Answer: (B) 25π

A = π · r² = π · 5² = 25π square meters.

3

A right circular cylinder has a diameter of 6 inches and a height of 10 inches. What is its volume, in cubic inches?

  1. 30π
  2. 60π
  3. 90π
  4. 360π

Click to reveal solution →

Answer: (C) 90π

Diameter trap. Diameter = 6, so radius = 3.

V = π · r² · h = π · 3² · 10 = 90π cubic inches.

The 360π trap: using diameter (6) as radius gives π · 36 · 10 = 360π — wrong.

4

A right triangle has legs of lengths 6 and 8. What is its area?

  1. 14
  2. 24
  3. 48
  4. 56

Click to reveal solution →

Answer: (B) 24

For a right triangle, the two legs are the base and height. A = (1/2) · 6 · 8 = 24.

5

If every dimension of a rectangular box is doubled, by what factor does the volume increase?

  1. 2
  2. 4
  3. 6
  4. 8

Click to reveal solution →

Answer: (D) 8

Volume scales by the cube of the linear scale factor: 2³ = 8. (Each of the three dimensions doubled, contributing a factor of 2.)

6

A right circular cone has a base diameter of 6 and a volume of 15π. What is the height of the cone?

Click to reveal solution →

Answer: h = 5

Diameter = 6 → radius = 3. V = (1/3) · π · r² · h.

15π = (1/3) · π · 9 · h = 3π · hh = 5.

Frequently asked questions

What's the difference between area and volume?

+
Area measures the surface of a 2D figure (in square units like cm² or m²). Volume measures the space inside a 3D solid (in cubic units like cm³ or m³). The unit tells you which one the question wants.

What's the diameter trap?

+
The SAT often gives you the diameter (distance across) of a circle, cylinder, cone, or sphere when you actually need the radius (distance from center to edge) in the formula. Radius = diameter / 2. Always check which one you've been given before substituting.

What are the most important formulas to know?

+
For 2D area: rectangle (lw), triangle (½bh), circle (πr²). For 3D volume: rectangular prism (lwh), cylinder (πr²h), cone (⅓πr²h), sphere (⁴⁄₃πr³). The SAT reference sheet has all of them, but knowing them by sight speeds you up.

How does volume scale when I change dimensions?

+
If every linear dimension is multiplied by k, volume is multiplied by k³. Doubling every dimension multiplies volume by 8. Tripling multiplies volume by 27. Area scales by k² (doubling → ×4, tripling → ×9).

What do I do when the volume is given and a dimension is unknown?

+
Set up the formula as an equation, substitute the known values, and solve for the unknown. For example, if a cylinder has volume 36π and height 4, plug into V = πr²h: 36π = πr²(4) → r² = 9 → r = 3.

Want unlimited area and volume practice?

Prepiii generates new problems on demand and walks you through your scratchwork. Free to start, no credit card.

Start Free