easy Set 96 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row2[1]=9, Row3[3]=5

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

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

Show answer

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

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

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

Show answer

Answer: Row2[1]=4, Row2[2]=10

SubType
number-pyramid
Difficulty
easy
Levels
  • [14]
  • [4,10]
  • [1,3,7]
Base
  • 1
  • 3
  • 7
TopValue
14
HiddenCells
  • {"r":1,"c":0,"v":4}
  • {"r":1,"c":1,"v":10}