easy Set 62 Form Exercise

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

Show answer

Answer: Row2[1]=15, Row3[3]=4

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [22]
  • [10,12]
  • [4,6,6]
Base
  • 4
  • 6
  • 6
TopValue
22
HiddenCells
  • {"r":1,"c":1,"v":12}
  • {"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): [15] → [11, 4] → [_, 3, _]

Show answer

Answer: Row3[1]=8, Row3[3]=1

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

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

Show answer

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

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