easy Set 68 Form Exercise

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

Show answer

Answer: Row2[2]=10, Row3[2]=8

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

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

Show answer

Answer: Row1[1]=34, Row3[2]=9

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

Show answer

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

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

Show answer

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

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