starter Set 64 Form Exercise

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

Show answer

Answer: Row2[2]=16, Row2[1]=18

SubType
number-pyramid
Difficulty
starter
Levels
  • [34]
  • [18,16]
  • [8,10,6]
Base
  • 8
  • 10
  • 6
TopValue
34
HiddenCells
  • {"r":1,"c":1,"v":16}
  • {"r":1,"c":0,"v":18}

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

Show answer

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

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

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

Show answer

Answer: Row2[1]=8, Row2[2]=14

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

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[2]=14, Row3[3]=4

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