Cube & Cuboid
A cube has all sides equal (side a): volume a³, total surface area 6a², and space diagonal a√3 — the longest straight line that fits inside, useful for "will a rod fit" questions. A cuboid (l, b, h) has volume lbh, TSA 2(lb + bh + hl), and diagonal √(l²+b²+h²). Two CAT staples live here. First, the painted-cube problem: a large cube of side n smaller cubes is painted and cut — corner cubes (3 faces) always number 8, edge cubes (2 faces) are 12(n−2), face-centre cubes (1 face) are 6(n−2)², and fully unpainted interior cubes are (n−2)³. Second, scaling: double every edge and volume becomes 8× while surface area becomes 4×. Always check whether a box is open (5 faces) or closed (6 faces) before applying the TSA formula — this single distinction trips up most students.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Volume of standard solids
| Cube (side a) | V = a³ |
|---|---|
| Cuboid (l, b, h) | V = l × b × h |
| Cylinder (radius r, height h) | V = πr²h |
| Cone (radius r, height h) | V = ⅓πr²h |
| Sphere (radius r) | V = (4/3)πr³ |
| Frustum (radii R, r; height h) | V = (1/3)πh(R² + Rr + r²) |
Surface area, slant & diagonal
| Cube TSA / diagonal | TSA = 6a², diagonal = a√3 |
|---|---|
| Cuboid TSA / diagonal | TSA = 2(lb + bh + hl), diag = √(l²+b²+h²) |
| Cylinder CSA / TSA | CSA = 2πrh, TSA = 2πr(r + h) |
| Cone slant & CSA / TSA | l = √(r²+h²), CSA = πrl, TSA = πr(r + l) |
| Sphere / Hemisphere area | Sphere = 4πr²; Hemisphere CSA = 2πr², TSA = 3πr² |
| Frustum slant & CSA | l = √(h² + (R−r)²), CSA = πl(R + r) |