easy Set 24 Form Exercise

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

Show answer

Answer: Row2[2]=6, Row2[1]=8

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [36]
  • [20,16]
  • [10,10,6]
Base
  • 10
  • 10
  • 6
TopValue
36
HiddenCells
  • {"r":2,"c":1,"v":10}
  • {"r":2,"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): [19] → [_, 7] → [6, _, 1]

Show answer

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

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

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

Show answer

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

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