easy Set 45 Form Exercise

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

Show answer

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

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

Show answer

Answer: Row3[3]=10, Row3[2]=6

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

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

Show answer

Answer: Row3[2]=8, Row1[1]=33

SubType
number-pyramid
Difficulty
easy
Levels
  • [33]
  • [15,18]
  • [7,8,10]
Base
  • 7
  • 8
  • 10
TopValue
33
HiddenCells
  • {"r":2,"c":1,"v":8}
  • {"r":0,"c":0,"v":33}

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

Show answer

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

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