easy Set 46 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row3[2]=9, Row2[2]=12

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

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

Show answer

Answer: Row2[1]=13, Row3[1]=6

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

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

Show answer

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

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