easy Set 86 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

Answer: Row2[1]=8, Row3[1]=4

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

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

Show answer

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

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