starter Set 34 Form Exercise

Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [22] → [14, 8] → [_, _, 2]

Show answer

Answer: Row3[2]=6, Row3[1]=8

SubType
number-pyramid
Difficulty
starter
Levels
  • [22]
  • [14,8]
  • [8,6,2]
Base
  • 8
  • 6
  • 2
TopValue
22
HiddenCells
  • {"r":2,"c":1,"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): [_] → [14, _] → [9, 5, 3]

Show answer

Answer: Row1[1]=22, Row2[2]=8

SubType
number-pyramid
Difficulty
starter
Levels
  • [22]
  • [14,8]
  • [9,5,3]
Base
  • 9
  • 5
  • 3
TopValue
22
HiddenCells
  • {"r":0,"c":0,"v":22}
  • {"r":1,"c":1,"v":8}

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

Show answer

Answer: Row2[1]=16, Row3[3]=6

SubType
number-pyramid
Difficulty
starter
Levels
  • [31]
  • [16,15]
  • [7,9,6]
Base
  • 7
  • 9
  • 6
TopValue
31
HiddenCells
  • {"r":1,"c":0,"v":16}
  • {"r":2,"c":2,"v":6}

Number Pyramid: Each block equals the sum of the two blocks below it. Fill the missing values. Pyramid (top to bottom): [24] → [_, 14] → [1, 9, _]

Show answer

Answer: Row3[3]=5, Row2[1]=10

SubType
number-pyramid
Difficulty
starter
Levels
  • [24]
  • [10,14]
  • [1,9,5]
Base
  • 1
  • 9
  • 5
TopValue
24
HiddenCells
  • {"r":2,"c":2,"v":5}
  • {"r":1,"c":0,"v":10}