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): [26] → [12, 14] → [_, _, 10]

Show answer

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

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

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

Show answer

Answer: Row3[2]=9, 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":1,"v":9}
  • {"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): [22] → [10, 12] → [_, 3, _]

Show answer

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

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

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

Show answer

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

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