easy Set 96 Form Exercise

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

Show answer

Answer: Row2[2]=17, Row3[2]=7

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

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=26, Row3[2]=5

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

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

Show answer

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

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