easy Set 48 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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