easy Set 29 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

Answer: Row3[3]=5, Row2[2]=7

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [23]
  • [13,10]
  • [10,3,7]
Base
  • 10
  • 3
  • 7
TopValue
23
HiddenCells
  • {"r":2,"c":0,"v":10}
  • {"r":1,"c":0,"v":13}