easy Set 24 Form Exercise

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

Show answer

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [27]
  • [12,15]
  • [5,7,8]
Base
  • 5
  • 7
  • 8
TopValue
27
HiddenCells
  • {"r":1,"c":0,"v":12}
  • {"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): [21] → [_, 8] → [_, 4, 4]

Show answer

Answer: Row2[1]=13, Row3[1]=9

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

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

Show answer

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

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