easy Set 33 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

Answer: Row3[3]=10, Row2[2]=20

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

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

Show answer

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

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