easy Set 92 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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