easy Set 94 Form Exercise

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

Show answer

Answer: Row3[3]=6, Row1[1]=21

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

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[3]=7

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

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

Show answer

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

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

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

Show answer

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

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