easy Set 14 Form Exercise

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

Show answer

Answer: Row3[1]=10, Row1[1]=24

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

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

Show answer

Answer: Row2[2]=4, Row2[1]=10

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

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

Show answer

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

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

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

Show answer

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

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