easy Set 97 Form Exercise

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

Show answer

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

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

Show answer

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

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

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] → [_, 10] → [_, 2, 8]

Show answer

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

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