easy Set 33 Form Exercise

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

Show answer

Answer: Row3[3]=6, Row2[1]=19

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [32]
  • [16,16]
  • [10,6,10]
Base
  • 10
  • 6
  • 10
TopValue
32
HiddenCells
  • {"r":1,"c":0,"v":16}
  • {"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): [39] → [19, _] → [9, _, 10]

Show answer

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

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

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

Show answer

Answer: Row2[1]=9, Row2[2]=7

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