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): [36] → [18, 18] → [_, 8, _]

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [36]
  • [18,18]
  • [10,8,10]
Base
  • 10
  • 8
  • 10
TopValue
36
HiddenCells
  • {"r":2,"c":2,"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): [23] → [10, _] → [_, 8, 5]

Show answer

Answer: Row3[1]=2, Row2[2]=13

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

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

Show answer

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

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

Show answer

Answer: Row3[2]=10, Row3[3]=4

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