easy Set 92 Form Exercise

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

Show answer

Answer: Row2[2]=4, Row1[1]=14

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

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

Show answer

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

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

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

Show answer

Answer: Row2[1]=6, Row1[1]=16

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

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

Show answer

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

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