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): [32] → [_, 17] → [_, 9, 8]

Show answer

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

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

Show answer

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

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

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

Show answer

Answer: Row3[1]=9, Row1[1]=34

SubType
number-pyramid
Difficulty
easy
Levels
  • [34]
  • [18,16]
  • [9,9,7]
Base
  • 9
  • 9
  • 7
TopValue
34
HiddenCells
  • {"r":2,"c":0,"v":9}
  • {"r":0,"c":0,"v":34}

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

Show answer

Answer: Row3[2]=8, Row2[2]=9

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