easy 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): [33] → [_, 17] → [_, 9, 8]

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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