starter Set 24 Form Exercise

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

Show answer

Answer: Row3[3]=8, Row3[1]=10

SubType
number-pyramid
Difficulty
starter
Levels
  • [36]
  • [19,17]
  • [10,9,8]
Base
  • 10
  • 9
  • 8
TopValue
36
HiddenCells
  • {"r":2,"c":2,"v":8}
  • {"r":2,"c":0,"v":10}

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

Show answer

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

SubType
number-pyramid
Difficulty
starter
Levels
  • [22]
  • [11,11]
  • [6,5,6]
Base
  • 6
  • 5
  • 6
TopValue
22
HiddenCells
  • {"r":1,"c":1,"v":11}
  • {"r":2,"c":0,"v":6}

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

Show answer

Answer: Row2[1]=12, Row3[3]=2

SubType
number-pyramid
Difficulty
starter
Levels
  • [22]
  • [12,10]
  • [4,8,2]
Base
  • 4
  • 8
  • 2
TopValue
22
HiddenCells
  • {"r":1,"c":0,"v":12}
  • {"r":2,"c":2,"v":2}

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

Show answer

Answer: Row2[1]=14, Row3[3]=4

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