easy Set 58 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[1]=6, Row3[2]=2

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

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

Show answer

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

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

Show answer

Answer: Row2[2]=11, Row3[3]=1

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

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

Show answer

Answer: Row3[3]=3, Row1[1]=30

SubType
number-pyramid
Difficulty
easy
Levels
  • [30]
  • [18,12]
  • [9,9,3]
Base
  • 9
  • 9
  • 3
TopValue
30
HiddenCells
  • {"r":2,"c":2,"v":3}
  • {"r":0,"c":0,"v":30}