easy Set 94 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

Answer: Row3[2]=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":1,"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): [23] → [13, _] → [5, _, 2]

Show answer

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

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