starter Set 34 Form Exercise

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

Show answer

Answer: Row3[3]=6, Row1[1]=26

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

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

Show answer

Answer: Row3[3]=3, Row2[1]=7

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

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

Show answer

Answer: Row1[1]=16, Row2[2]=5

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

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

Show answer

Answer: Row2[1]=5, Row3[1]=1

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