easy Set 76 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

Answer: Row3[3]=6, Row3[2]=8

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

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

Show answer

Answer: Row3[2]=9, Row3[3]=9

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