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): [23] → [10, 13] → [_, 5, _]

Show answer

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

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

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

Show answer

Answer: Row2[1]=13, Row1[1]=31

SubType
number-pyramid
Difficulty
easy
Levels
  • [31]
  • [13,18]
  • [5,8,10]
Base
  • 5
  • 8
  • 10
TopValue
31
HiddenCells
  • {"r":1,"c":0,"v":13}
  • {"r":0,"c":0,"v":31}

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

Show answer

Answer: Row3[3]=10, Row2[1]=11

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

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

Show answer

Answer: Row3[1]=5, Row2[2]=13

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