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): [20] → [10, 10] → [_, _, 6]

Show answer

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

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

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

Show answer

Answer: Row3[3]=9, Row2[2]=14

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

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

Show answer

Answer: Row2[1]=6, Row1[1]=19

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

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

Show answer

Answer: Row1[1]=24, Row3[3]=7

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