easy Set 19 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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