Geometry

Volume of Solids

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

Volume is the amount of three-dimensional space inside a solid object. If area measures how much flat surface something covers, volume measures how much it can hold.

Volume is always measured in cubic units — cubic inches (in3^3), cubic feet (ft3^3), cubic centimeters (cm3^3), cubic meters (m3^3), or cubic yards (yd3^3).

Volume Formulas at a Glance

ShapeFormulaVariables
Rectangular PrismV=lwhV = lwhll = length, ww = width, hh = height
Triangular PrismV=12bhlV = \frac{1}{2}bhlbb = base, hh = triangle height, ll = length
CylinderV=πr2hV = \pi r^2 hrr = radius, hh = height
ConeV=13πr2hV = \frac{1}{3}\pi r^2 hrr = radius, hh = height
Pyramid (square base)V=13s2hV = \frac{1}{3}s^2 hss = side of base, hh = height
Pyramid (triangular base)V=16bhbhV = \frac{1}{6}bh_b hbb = base, hbh_b = triangle height, hh = pyramid height
SphereV=43πr3V = \frac{4}{3}\pi r^3rr = radius
HemisphereV=23πr3V = \frac{2}{3}\pi r^3rr = radius

Rectangular Prism

A rectangular prism (a box shape) is the most common solid you’ll encounter. Multiply length times width times height.

V=lwhV = lwh

Rectangular Prism

lhw

Example 1: Find the volume of a box that is 8 ft long, 5 ft wide, and 3 ft tall.

V=lwh=8×5×3=120 ft3V = lwh = 8 \times 5 \times 3 = 120 \text{ ft}^3

Answer: The volume is 120 cubic feet.

Example 2: A storage container measures 12 in by 8 in by 6 in. What is its volume?

V=12×8×6=576 in3V = 12 \times 8 \times 6 = 576 \text{ in}^3

Answer: The volume is 576 cubic inches.

Triangular Prism

A triangular prism has a triangular cross-section that extends along its length — think of a tent, a Toblerone box, or a roof ridge. The volume is the area of the triangular base times the length of the prism.

V=12bh×lV = \frac{1}{2}bh \times l

where bb is the base of the triangle, hh is the height of the triangle, and ll is the length (depth) of the prism.

Triangular Prism

bhl

Example 3: A triangular prism has a triangular base with base 10 cm and height 7 cm, and the prism is 15 cm long. Find the volume.

Step 1 — Find the area of the triangular base:

A=12bh=12(10)(7)=35 cm2A = \frac{1}{2}bh = \frac{1}{2}(10)(7) = 35 \text{ cm}^2

Step 2 — Multiply by the length:

V=A×l=35×15=525 cm3V = A \times l = 35 \times 15 = 525 \text{ cm}^3

Answer: The volume is 525 cm3^3.

Cylinder

A cylinder is a circular prism — think of a can, a pipe, or a round duct. The base is a circle with area πr2\pi r^2, and you multiply by the height.

V=πr2hV = \pi r^2 h

Example 4: Find the volume of a cylinder with radius 4 cm and height 10 cm.

V=π(4)2(10)=π(16)(10)=160π502.65 cm3V = \pi (4)^2 (10) = \pi (16)(10) = 160\pi \approx 502.65 \text{ cm}^3

Answer: The volume is approximately 502.65 cm3^3.

Cone

A cone has the same circular base as a cylinder, but it tapers to a point. Its volume is exactly one-third of the corresponding cylinder.

V=13πr2hV = \frac{1}{3}\pi r^2 h

Example 5: A cone has a radius of 6 in and a height of 9 in. Find its volume.

V=13π(6)2(9)=13π(36)(9)=324π3=108π339.29 in3V = \frac{1}{3}\pi (6)^2 (9) = \frac{1}{3}\pi (36)(9) = \frac{324\pi}{3} = 108\pi \approx 339.29 \text{ in}^3

Answer: The volume is approximately 339.29 in3^3.

Pyramid (Square Base)

A pyramid with a square base has four triangular faces that meet at a single point (the apex). Like a cone, a pyramid’s volume is one-third of the prism with the same base and height.

V=13Bh=13s2hV = \frac{1}{3}Bh = \frac{1}{3}s^2 h

where ss is the side length of the square base and hh is the perpendicular height from base to apex.

Square Pyramid

sh

Example 6: A square pyramid has a base with sides of 8 m and a height of 12 m. Find the volume.

Step 1 — Find the area of the square base:

B=s2=82=64 m2B = s^2 = 8^2 = 64 \text{ m}^2

Step 2 — Apply the pyramid volume formula:

V=13Bh=13(64)(12)=7683=256 m3V = \frac{1}{3}Bh = \frac{1}{3}(64)(12) = \frac{768}{3} = 256 \text{ m}^3

Answer: The volume is 256 m3^3.

Pyramid (Triangular Base)

A pyramid with a triangular base — sometimes called a tetrahedron when all four faces are triangles — uses the same one-third principle. The base area is a triangle rather than a square.

V=13Bh=13×12bhb×h=16bhbhV = \frac{1}{3}Bh = \frac{1}{3} \times \frac{1}{2}b h_b \times h = \frac{1}{6}b \cdot h_b \cdot h

where bb is the base of the triangular base, hbh_b is the height of the triangular base, and hh is the pyramid height.

Example 7: A triangular pyramid has a base triangle with base 6 in and height 5 in, and the pyramid stands 9 in tall. Find the volume.

Step 1 — Find the area of the triangular base:

B=12(6)(5)=15 in2B = \frac{1}{2}(6)(5) = 15 \text{ in}^2

Step 2 — Apply the pyramid volume formula:

V=13Bh=13(15)(9)=1353=45 in3V = \frac{1}{3}Bh = \frac{1}{3}(15)(9) = \frac{135}{3} = 45 \text{ in}^3

Answer: The volume is 45 in3^3.

Sphere

A sphere is a perfectly round 3D shape — a ball. Its volume depends only on the radius.

V=43πr3V = \frac{4}{3}\pi r^3

Example 8: Find the volume of a sphere with radius 3 ft.

V=43π(3)3=43π(27)=36π113.10 ft3V = \frac{4}{3}\pi (3)^3 = \frac{4}{3}\pi (27) = 36\pi \approx 113.10 \text{ ft}^3

Answer: The volume is approximately 113.10 ft3^3.

Hemisphere

A hemisphere is exactly half of a sphere — think of a dome, a bowl, or a half-round planter. Since a full sphere is 43πr3\frac{4}{3}\pi r^3, half of that gives us:

V=23πr3V = \frac{2}{3}\pi r^3

Example 9: A dome-shaped skylight has a radius of 2.5 ft. Find the volume of space enclosed by the dome.

V=23π(2.5)3=23π(15.625)=31.25π332.72 ft3V = \frac{2}{3}\pi (2.5)^3 = \frac{2}{3}\pi (15.625) = \frac{31.25\pi}{3} \approx 32.72 \text{ ft}^3

Answer: The volume is approximately 32.72 ft3^3.

Real-World Application: Carpentry — Calculating Concrete for a Slab Pour

A carpenter needs to pour a concrete slab for a shed foundation. The slab will be 12 ft long, 10 ft wide, and 4 inches thick. Concrete is ordered in cubic yards. How much concrete should be ordered?

Step 1 — Convert all measurements to the same unit. Since the answer needs to be in cubic yards, convert everything to yards:

12 ft=4 yd,10 ft=3.333 yd,4 in=436 yd=0.111 yd12 \text{ ft} = 4 \text{ yd}, \quad 10 \text{ ft} = 3.333 \text{ yd}, \quad 4 \text{ in} = \frac{4}{36} \text{ yd} = 0.111 \text{ yd}

Step 2 — Calculate the volume:

V=4×3.333×0.111=1.48 yd3V = 4 \times 3.333 \times 0.111 = 1.48 \text{ yd}^3

Step 3 — Add 10% extra for waste and spillage:

1.48×1.10=1.63 yd31.48 \times 1.10 = 1.63 \text{ yd}^3

Answer: The carpenter should order approximately 1.63 cubic yards of concrete. In practice, you’d round up and order 2 cubic yards since concrete is typically sold in whole or half-yard increments.

An alternative approach is to work in feet first: V=12×10×13=40 ft3V = 12 \times 10 \times \frac{1}{3} = 40 \text{ ft}^3, then convert using the fact that 1 yd3^3 = 27 ft3^3: 40271.48 yd3\frac{40}{27} \approx 1.48 \text{ yd}^3.

Converting to Cubic Yards

Many real-world projects — concrete pours, gravel deliveries, mulch orders — require volume in cubic yards. The key conversion factor is:

1 yd3=27 ft31 \text{ yd}^3 = 27 \text{ ft}^3

Why 27? Because 1 yard = 3 feet, so 1 cubic yard = 3×3×3=273 \times 3 \times 3 = 27 cubic feet.

To convert cubic feet to cubic yards, divide by 27:

yd3=ft327\text{yd}^3 = \frac{\text{ft}^3}{27}

To convert cubic inches to cubic yards, divide by 46,656 (since 363=46,65636^3 = 46{,}656):

yd3=in346,656\text{yd}^3 = \frac{\text{in}^3}{46{,}656}

Example 10: A landscaper needs to fill a rectangular garden bed that is 18 ft long, 6 ft wide, and 8 inches deep with topsoil. Topsoil is sold by the cubic yard. How much should be ordered?

Step 1 — Convert the depth to feet:

8 in=812=23 ft8 \text{ in} = \frac{8}{12} = \frac{2}{3} \text{ ft}

Step 2 — Calculate the volume in cubic feet:

V=18×6×23=72 ft3V = 18 \times 6 \times \frac{2}{3} = 72 \text{ ft}^3

Step 3 — Convert to cubic yards:

V=7227=2.67 yd3V = \frac{72}{27} = 2.67 \text{ yd}^3

Answer: The landscaper needs approximately 2.67 cubic yards of topsoil. Round up and order 3 cubic yards to account for settling and waste.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Find the volume of a rectangular prism that is 15 cm long, 8 cm wide, and 4 cm tall.

V=lwh=15×8×4=480 cm3V = lwh = 15 \times 8 \times 4 = 480 \text{ cm}^3

Answer: 480 cm3^3

Problem 2: A cylindrical water tank has a diameter of 6 ft and a height of 8 ft. What is its volume?

The radius is half the diameter: r=3r = 3 ft.

V=π(3)2(8)=72π226.19 ft3V = \pi (3)^2 (8) = 72\pi \approx 226.19 \text{ ft}^3

Answer: Approximately 226.19 ft3^3

Problem 3: A cone-shaped pile of gravel has a base radius of 5 ft and a height of 4 ft. How many cubic feet of gravel are in the pile?

V=13π(5)2(4)=100π3104.72 ft3V = \frac{1}{3}\pi (5)^2 (4) = \frac{100\pi}{3} \approx 104.72 \text{ ft}^3

Answer: Approximately 104.72 ft3^3

Problem 4: A basketball has a diameter of 9.4 inches. What is its volume?

The radius is half the diameter: r=4.7r = 4.7 in.

V=43π(4.7)3=43π(103.823)434.89 in3V = \frac{4}{3}\pi (4.7)^3 = \frac{4}{3}\pi (103.823) \approx 434.89 \text{ in}^3

Answer: Approximately 434.89 in3^3

Problem 5: A concrete sidewalk is 30 ft long, 4 ft wide, and 4 inches thick. How many cubic yards of concrete are needed?

Convert to feet: 4 inches = 13\frac{1}{3} ft.

V=30×4×13=40 ft3V = 30 \times 4 \times \frac{1}{3} = 40 \text{ ft}^3

Convert to cubic yards: 40271.48 yd3\frac{40}{27} \approx 1.48 \text{ yd}^3

Answer: Approximately 1.48 yd3^3 (order 1.5 or 2 yd3^3)

Problem 6: A decorative square pyramid has a base with 10 cm sides and a height of 18 cm. What is its volume?

B=102=100 cm2B = 10^2 = 100 \text{ cm}^2

V=13(100)(18)=18003=600 cm3V = \frac{1}{3}(100)(18) = \frac{1800}{3} = 600 \text{ cm}^3

Answer: 600 cm3^3

Problem 7: A hemispherical bowl has an inner radius of 7 inches. How much soup (in cubic inches) can it hold?

V=23π(7)3=23π(343)=686π3718.38 in3V = \frac{2}{3}\pi (7)^3 = \frac{2}{3}\pi (343) = \frac{686\pi}{3} \approx 718.38 \text{ in}^3

Answer: Approximately 718.38 in3^3

Problem 8: A driveway is 24 ft long, 9 ft wide, and 6 inches thick. How many cubic yards of concrete are needed?

Convert depth to feet: 6 inches = 0.5 ft.

V=24×9×0.5=108 ft3V = 24 \times 9 \times 0.5 = 108 \text{ ft}^3

Convert to cubic yards: 10827=4 yd3\frac{108}{27} = 4 \text{ yd}^3

Answer: Exactly 4 yd3^3

Key Takeaways

  • Volume measures three-dimensional space and is always in cubic units
  • Rectangular prism: V=lwhV = lwh — multiply the three dimensions
  • Triangular prism: V=12bh×lV = \frac{1}{2}bh \times l — area of the triangular base times the length
  • Cylinder: V=πr2hV = \pi r^2 h — the area of the circular base times the height
  • Cone: V=13πr2hV = \frac{1}{3}\pi r^2 h — exactly one-third of the cylinder with the same base and height
  • Pyramid: V=13BhV = \frac{1}{3}Bh — one-third of the base area times the height (works for any base shape)
  • Sphere: V=43πr3V = \frac{4}{3}\pi r^3 — depends only on the radius
  • Hemisphere: V=23πr3V = \frac{2}{3}\pi r^3 — exactly half of a sphere
  • When working with real-world problems, make sure all measurements are in the same unit before calculating
  • To convert cubic feet to cubic yards, divide by 27 (since 33=273^3 = 27)

Return to Geometry for more topics in this section.

Last updated: March 28, 2026