easy Set 58 Form Exercise

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

Show answer

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

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

Show answer

Answer: Row3[1]=3, Row1[1]=19

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

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

Show answer

Answer: Row3[1]=5, Row3[2]=7

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [27]
  • [12,15]
  • [6,6,9]
Base
  • 6
  • 6
  • 9
TopValue
27
HiddenCells
  • {"r":0,"c":0,"v":27}
  • {"r":1,"c":1,"v":15}