easy Set 54 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row3[3]=7, Row1[1]=24

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

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

Show answer

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

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

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

Show answer

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

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