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): [12] → [8, 4] → [_, 2, _]

Show answer

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [29]
  • [12,17]
  • [2,10,7]
Base
  • 2
  • 10
  • 7
TopValue
29
HiddenCells
  • {"r":2,"c":0,"v":2}
  • {"r":1,"c":0,"v":12}

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

Show answer

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

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

Show answer

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

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