easy Set 76 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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