easy Set 34 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, _] → [10, 4, _]

Show answer

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

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

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

Show answer

Answer: Row3[3]=5, Row1[1]=29

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

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

Show answer

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

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

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

Show answer

Answer: Row3[3]=5, Row3[2]=4

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