easy Set 48 Form Exercise

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

Show answer

Answer: Row3[1]=9, Row2[2]=8

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

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

Show answer

Answer: Row2[2]=15, Row3[3]=8

SubType
number-pyramid
Difficulty
easy
Levels
  • [28]
  • [13,15]
  • [6,7,8]
Base
  • 6
  • 7
  • 8
TopValue
28
HiddenCells
  • {"r":1,"c":1,"v":15}
  • {"r":2,"c":2,"v":8}

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

Show answer

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

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

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

Show answer

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

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