easy Set 37 Form Exercise

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

Show answer

Answer: Row3[3]=6, Row2[2]=8

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

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

Show answer

Answer: Row2[1]=12, Row3[2]=9

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

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

Show answer

Answer: Row1[1]=20, Row3[1]=2

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

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

Show answer

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

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