easy Set 39 Form Exercise

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [16]
  • [8,8]
  • [2,6,2]
Base
  • 2
  • 6
  • 2
TopValue
16
HiddenCells
  • {"r":2,"c":0,"v":2}
  • {"r":2,"c":2,"v":2}

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

Show answer

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [32]
  • [14,18]
  • [5,9,9]
Base
  • 5
  • 9
  • 9
TopValue
32
HiddenCells
  • {"r":2,"c":2,"v":9}
  • {"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): [7] → [_, 5] → [_, 1, 4]

Show answer

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

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