Borui Academy

Chapter 6

Geometry II — Area, Perimeter & Scaling Laws

Composite areas · shaded regions · k → k² → k³

Scaling law: cubes of side 1, 2, 3 → volumes 1, 8, 27

By the end of this chapter you will:

  1. Compute areas of squares, rectangles, triangles, parallelograms, circles from memory
  2. Break composite & shaded regions into add/subtract pieces
  3. Use the scaling law: length ×k\times k → area ×k2\times k^2 → volume ×k3\times k^3
  4. Solve perimeter problems that hide a one-variable equation

6.0 The BC gap

BC baseline: G5 teaches area of squares and rectangles, plus volume informally. G6 adds triangle, parallelogram, trapezoid areas and volume in cm³ / m³ / mL / L. What BC does not teach: the scaling law (kk2k3k \to k^2 \to k^3), composite shaded regions, surface area, nets, painted-cube casework, and grid-counting formulas (toothpicks). All four are Gauss staples.

6.0.1 The two formulas to never forget

Area of a square with side s=s2Area of a circle with radius r=πr2\text{Area of a square with side } s = s^2 \qquad \text{Area of a circle with radius } r = \pi r^2

Everything else builds from these.

2024 Q5 — square area

A square with side length 55 has an area of …

52=255^2 = \mathbf{25}. Answer (E). ✅


6.1 Area formulas

Shape Area
Square s2s^2
Rectangle w\ell \cdot w
Triangle 12bh\tfrac{1}{2} b h
Parallelogram bhb h
Trapezoid 12(b1+b2)h\tfrac{1}{2}(b_1 + b_2)h
Circle πr2\pi r^2

Perimeter (the boundary length):

  • Rectangle: 2+2w2\ell + 2w
  • Circle (circumference): 2πr2 \pi r

6.2 Composite & shaded regions

The two moves: add simple regions, or subtract simpler-from-bigger.

Example

A square of side 1010 has a circle of radius 55 inscribed in it (touching all four sides). Find the shaded area outside the circle but inside the square.

Shaded = Square − Circle = 10025π100 - 25\pi.

🔑 The subtraction approach is almost always cleaner than direct. When you see an annulus, an L-shape, a square minus a triangle, try whole minus inner.


6.3 The scaling law — the Part B move

If every length scales by a factor kk, then every area scales by k2k^2, and every volume scales by k3k^3.

2024 Q15 — radius tripled

A circle has radius 22. If the radius is tripled, the area of the original divided by the area of the new is …

Original radius rr, new radius 3r3r. Lengths scaled by k=3k = 3, so areas scale by k2=9k^2 = 9.

original areanew area=19\frac{\text{original area}}{\text{new area}} = \frac{1}{9}

Answer (C). ✅

🔑 Spotting scaling: any sentence with "doubled / tripled / halved / scaled" applied to a length. Don't compute both areas separately — use k2k^2.


6.4 Perimeter as a one-variable equation

Perimeter problems often hide a linear equation. Set up, solve.

2024 Q12 (revisited from Ch. 4)

Length is twice the width, perimeter is 120120 cm.

P=2+2w=2(2w)+2w=6w=120w=20P = 2\ell + 2w = 2(2w) + 2w = 6w = 120 \Rightarrow w = 20 cm.


6.5 3D — nets, surface area, volume, painted cubes

BC G6 introduces volume in cm³ and m³ but does NOT teach surface area or 3D casework. Gauss expects both.

Surface area of a rectangular box

A box with edges ,w,h\ell, w, h has surface area

SA=2w+2h+2wh\text{SA} = 2\ell w + 2\ell h + 2 w h

For a cube of edge ss: SA=6s2\text{SA} = 6s^2, V=s3V = s^3.

Nets

A net is an unfolded view of a 3D solid. Practice: a cube net has 66 squares in a cross or T arrangement. Other prisms unfold into rectangles + the two cap shapes.

Recognize from sight: a cube has 1111 distinct nets (up to rotation/reflection). You don't need to memorize them — just know "if I fold these squares back up, do they form a cube?"

Painted-cube casework — 2024 Q23 (worked in full)

A rectangular prism with integer edges a×b×ca \times b \times c is painted on all 6 faces, then cut into unit cubes. Fifty unit cubes have no paint. What is the mean of all possible values of V=abcV = abc?

The "no paint" cubes are exactly the interior cubes — those not touching any face. The interior dimensions are (a2)×(b2)×(c2)(a - 2) \times (b - 2) \times (c - 2) (each face peels off one layer on each side). So we need

(a2)(b2)(c2)=50(a - 2)(b - 2)(c - 2) = 50

with a,b,c3a, b, c \ge 3 (so the interior dimensions are 1\ge 1).

Factor 50: 50=25250 = 2 \cdot 5^2. Unordered triples of positive integers with product 5050:

(a2,b2,c2)(a-2, b-2, c-2) (a,b,c)(a, b, c) V=abcV = abc
(1,1,50)(1, 1, 50) (3,3,52)(3, 3, 52) 468468
(1,2,25)(1, 2, 25) (3,4,27)(3, 4, 27) 324324
(1,5,10)(1, 5, 10) (3,7,12)(3, 7, 12) 252252
(1,10,5)(1, 10, 5) (= above)
(2,5,5)(2, 5, 5) (4,7,7)(4, 7, 7) 196196

Distinct volumes: {468,324,252,196}\{468, 324, 252, 196\}. Mean =(468+324+252+196)/4=1240/4=310= (468 + 324 + 252 + 196) / 4 = 1240 / 4 = 310.

Answer (B) 310. ✅

🔑 The interior-dimension trick is the entire problem. The moment you write "(a2)(b2)(c2)=50(a-2)(b-2)(c-2) = 50", it's a factor-counting exercise.


6.6 Grid-counting formulas — 2024 Q22

In a 2×32 \times 3 grid of squares, 1717 toothpicks are used: 1010 outer and 77 inner. If toothpicks make a 20×2420 \times 24 grid, what % are inner?

Toothpick count for an m×nm \times n grid (rows × columns of squares):

Quantity Formula
Total toothpicks m(n+1)+n(m+1)=2mn+m+nm(n+1) + n(m+1) = 2mn + m + n
Outer (perimeter) 2m+2n2m + 2n
Inner total - outer =2mnmn= 2mn - m - n

Verify on 2×32 \times 3: total =2(6)+2+3=17= 2(6) + 2 + 3 = 17 ✓ outer =4+6=10= 4 + 6 = 10 ✓ inner =125=7= 12 - 5 = 7 ✓.

Apply to 20×2420 \times 24:

  • Total: 2(20)(24)+20+24=960+44=10042(20)(24) + 20 + 24 = 960 + 44 = 1004
  • Outer: 40+48=8840 + 48 = 88
  • Inner: 100488=9161004 - 88 = 916

Percentage inner: 916100491.2%\dfrac{916}{1004} \approx 91.2\%. Answer (E) 91%. ✅

🔑 Grid-counting generalizes to lattice points, gridlines, paths — always count the horizontals and verticals separately, then add.


6.7 Trap Alerts ⚠️

  1. Area scales by k2k^2, NOT kk. Doubling all sides quadruples area.
  2. Volume scales by k3k^3. Doubling all dimensions of a box gives 8×8\times volume.
  3. Triangle's bb and hh must be perpendicular. The base and the height to that base form a right angle — not any two sides.
  4. The "area divided by area" of similar figures equals k2k^2, not kk.
  5. Circumference vs area2πr2\pi r is a length, πr2\pi r^2 is an area. Don't swap.

6.8 Mnemonic

"s2s^2, πr2\pi r^2, 12bh\tfrac{1}{2}bh — and kk becomes k2k^2 becomes k3k^3."


Practice Set

  1. (Part A) Find the area of a rectangle with length 88 and width 55.
  2. (Part B) A triangle has base 1212 and height 77. Find its area.
  3. (Part B) The side of a square is doubled. The new area is how many times the old?
  4. (Part C) The radius of a sphere is multiplied by 23\tfrac{2}{3}. The new volume divided by the original is …

Answers: 1) 40; 2) 42; 3) 4; 4) (23)3=827(\tfrac{2}{3})^3 = \tfrac{8}{27}.


End of chapter. Next: Patterns, Sequences & Modular Periodicity.