A | B | C | D | E | F | G | H | I | J | |
---|---|---|---|---|---|---|---|---|---|---|
1 | Shape | Volume Formula | Image | height | width | depth | radius | Volume | Formula | |
2 | Cube | h x h x h | 3 | 27.0 | =D2^3 | |||||
3 | Rectangular Prism | h x w x d | 3 | 4 | 5 | 60.0 | =D3*E3*F3 | |||
4 | Cylinder | pi x r-sq x h | 3 | 2 | 37.7 | =pi() * G4^2 * D4 | ||||
5 | Pyramid | 1/3 x a x b x h | 3 | 4 | 5 | 20.0 | =1/3 *D3*E3*F3 | |||
6 | Cone | 1/3 x pi x r-sq x h | 3 | 2 | 12.6 | =1/3 * pi() *G6^2 *D6 | ||||
7 | Sphere | 4/3 x pi x r-cubed | 2 | 33.5 | =4/3 * pi() *G7^3 | |||||
8 |