easy Set 17 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): [22] → [14, 8] → [_, _, 3]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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