starter Set 62 Form Exercise

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

Show answer

Answer: Row3[2]=7, Row3[1]=9

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

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

Show answer

Answer: Row3[3]=6, Row3[2]=9

SubType
number-pyramid
Difficulty
starter
Levels
  • [34]
  • [19,15]
  • [10,9,6]
Base
  • 10
  • 9
  • 6
TopValue
34
HiddenCells
  • {"r":2,"c":2,"v":6}
  • {"r":2,"c":1,"v":9}

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

Show answer

Answer: Row1[1]=16, Row3[1]=6

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

Show answer

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

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