Number pyramids
A number pyramid is a triangle of boxes in which each cell equals the sum of the two cells directly below it. If the bottom row is , then the next row is and , and the top is . Forward (bottom to top) is easy. The fun starts when only some cells are filled , and you have to work backwards using algebra.
Concept
The rule. In every pyramid we shall meet:
Filling upward. Given a complete bottom row, just add adjacent pairs to fill the row above, and repeat until you reach the apex.
Filling backward. If you know the top and only some lower cells, the rule gives equations you can solve.
Three-row pyramid: a general formula. Suppose the bottom row is and you climb up:
- Second row: and .
- Top: .
So the top of a three-row pyramid is always , the middle term is doubled because is used twice. This single formula lets you check any three-row pyramid instantly.
Four-row pyramid: another formula. Bottom row . After one step: . After two steps: . Top:
The coefficients are Pascal's row. In general, for an -row pyramid, the top equals the bottom row weighted by the entries in the st row of Pascal's triangle.
Working backwards. When only the top and one of the lower cells are known, set up a letter for the missing entries and solve. Example: top is , bottom is and the middle row is unknown.
Let the bottom middle entry be , second-row entries and :
Substituting: . Then . Complete pyramid: bottom ; middle ; top .
Virahānka-Fibonacci link. If the bottom row is (the Fibonacci sequence), then every cell in the pyramid is also a Fibonacci number, because adding two consecutive Fibonacci numbers gives the next one. The top is just a later Fibonacci number , a beautiful overlap of two patterns.
Worked examples
Example 1. Bottom row . Find the top.
- Only rows; top .
Example 2. Bottom row . Find the top.
- Second row: . Top: . (Or use formula .) ✓
Example 3. Bottom row . Find the top.
- Formula: .
Example 4. Pyramid: top is , bottom row is and the second row of three has in the centre. Find the unknowns.
- Let the bottom row be . Second row: . The middle entry of the second row is given as , so .
- Third row: and . Sum is the top :
- That conflicts with , so there is no consistent solution , meaning either the layout or one number is wrong. (This is a useful skill: spotting an impossible setup.)
Try it yourself
- Bottom row . Find the top.
- Bottom row . Find the top using the formula .
- Top , bottom row . Find all missing entries.
- Bottom row . Find the top.
- Bottom row . Top?
- Write the algebraic top of a four-row pyramid with bottom .
- If the bottom row is , what is the top? Recognise this number?
- A three-row pyramid has a top of and bottom with . Find .
Activity
Fibonacci pyramid. Take a -row pyramid. Write the first Virahānka-Fibonacci numbers () in the bottom row. Fill the pyramid upward. List every number that appears in the pyramid , are they all Virahānka-Fibonacci numbers? What is the top? How does it compare with the th Fibonacci number?