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): [32] → [18, 14] → [_, _, 4]

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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