medium Set 46 Form Exercise

Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [62] → [_, 29] → [17, 16, _] → [7, 10, _, _]

Show answer

Answer: Row4[4]=7, Row3[3]=13, Row4[3]=6, Row2[1]=33

SubType
number-pyramid
Difficulty
medium
Levels
  • [62]
  • [33,29]
  • [17,16,13]
  • [7,10,6,7]
Base
  • 7
  • 10
  • 6
  • 7
TopValue
62
HiddenCells
  • {"r":3,"c":3,"v":7}
  • {"r":2,"c":2,"v":13}
  • {"r":3,"c":2,"v":6}
  • {"r":1,"c":0,"v":33}

Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [32] → [17, 15] → [_, 9, _] → [3, 5, _, _]

Show answer

Answer: Row4[3]=4, Row4[4]=2, Row3[3]=6, Row3[1]=8

SubType
number-pyramid
Difficulty
medium
Levels
  • [32]
  • [17,15]
  • [8,9,6]
  • [3,5,4,2]
Base
  • 3
  • 5
  • 4
  • 2
TopValue
32
HiddenCells
  • {"r":3,"c":2,"v":4}
  • {"r":3,"c":3,"v":2}
  • {"r":2,"c":2,"v":6}
  • {"r":2,"c":0,"v":8}

Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [34, _] → [17, 17, 15] → [_, 7, 10, _]

Show answer

Answer: Row2[2]=32, Row4[1]=10, Row1[1]=66, Row4[4]=5

SubType
number-pyramid
Difficulty
medium
Levels
  • [66]
  • [34,32]
  • [17,17,15]
  • [10,7,10,5]
Base
  • 10
  • 7
  • 10
  • 5
TopValue
66
HiddenCells
  • {"r":1,"c":1,"v":32}
  • {"r":3,"c":0,"v":10}
  • {"r":0,"c":0,"v":66}
  • {"r":3,"c":3,"v":5}

Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [_] → [_, 18] → [5, _, 12] → [3, _, 4, 8]

Show answer

Answer: Row2[1]=11, Row4[2]=2, Row1[1]=29, Row3[2]=6

SubType
number-pyramid
Difficulty
medium
Levels
  • [29]
  • [11,18]
  • [5,6,12]
  • [3,2,4,8]
Base
  • 3
  • 2
  • 4
  • 8
TopValue
29
HiddenCells
  • {"r":1,"c":0,"v":11}
  • {"r":3,"c":1,"v":2}
  • {"r":0,"c":0,"v":29}
  • {"r":2,"c":1,"v":6}