easy Set 29 Form Exercise

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

Show answer

Answer: Row2[1]=11, Row3[1]=5

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

Show answer

Answer: Row3[1]=9, Row2[1]=18

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

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

Show answer

Answer: Row1[1]=27, Row2[2]=13

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

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

Show answer

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

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