Without building the entire pyramid, find the topmost number of a three-row pyramid whose bottom row is (i) 4, 13, 8 (ii) 7, 11, 3 (iii) 10, 14, 25.
Hint. Work out the top of a three-row pyramid in letters once, then substitute.
Derive the formula once. Take a bottom row a, b, c.
a + 2b + c
a+b b+c
a b c
Second row: a + b and b + c Top: (a + b) + (b + c) = a + 2b + c
The middle number is counted twice because it feeds into both boxes of the second row. That single observation replaces all the addition.
(i) 4, 13, 8 → 4 + 2(13) + 8 = 4 + 26 + 8 = 38 (ii) 7, 11, 3 → 7 + 2(11) + 3 = 7 + 22 + 3 = 32 (iii) 10, 14, 25 → 10 + 2(14) + 25 = 10 + 28 + 25 = 63
Check (i) the long way. Second row 4 + 13 = 17 and 13 + 8 = 21; top 17 + 21 = 38 ✓
A useful shortcut inside the shortcut. a + 2b + c = (a + b + c) + b, so the top is the sum of the whole bottom row plus the middle number again. For (iii): 10 + 14 + 25 = 49, and 49 + 14 = 63 ✓
✦ (i) 38 (ii) 32 (iii) 63, all from the formula a + 2b + c — the middle number counts twice.
