easy Set 44 Form Exercise

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [29]
  • [14,15]
  • [5,9,6]
Base
  • 5
  • 9
  • 6
TopValue
29
HiddenCells
  • {"r":1,"c":0,"v":14}
  • {"r":2,"c":0,"v":5}

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

Show answer

Answer: Row3[1]=10, Row1[1]=23

SubType
number-pyramid
Difficulty
easy
Levels
  • [23]
  • [12,11]
  • [10,2,9]
Base
  • 10
  • 2
  • 9
TopValue
23
HiddenCells
  • {"r":2,"c":0,"v":10}
  • {"r":0,"c":0,"v":23}

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

Show answer

Answer: Row3[3]=10, Row1[1]=16

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

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

Show answer

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

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