easy Set 56 Form Exercise

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

Show answer

Answer: Row1[1]=22, Row2[1]=11

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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