starter Set 96 Form Exercise

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

Show answer

Answer: Row3[1]=6, Row2[1]=12

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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