starter Set 54 Form Exercise

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

Show answer

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

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

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

Show answer

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

SubType
number-pyramid
Difficulty
starter
Levels
  • [14]
  • [6,8]
  • [5,1,7]
Base
  • 5
  • 1
  • 7
TopValue
14
HiddenCells
  • {"r":1,"c":1,"v":8}
  • {"r":1,"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): [26] → [_, 10] → [10, _, 4]

Show answer

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

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

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

Show answer

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

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