easy Set 95 Form Exercise

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

Show answer

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

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

Show answer

Answer: Row1[1]=16, Row2[2]=9

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

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

Show answer

Answer: Row2[2]=16, Row3[1]=8

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [32]
  • [13,19]
  • [4,9,10]
Base
  • 4
  • 9
  • 10
TopValue
32
HiddenCells
  • {"r":2,"c":2,"v":10}
  • {"r":2,"c":1,"v":9}