easy Set 56 Form Exercise

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

Show answer

Answer: Row1[1]=28, Row2[2]=14

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [12]
  • [7,5]
  • [4,3,2]
Base
  • 4
  • 3
  • 2
TopValue
12
HiddenCells
  • {"r":1,"c":0,"v":7}
  • {"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): [24] → [11, _] → [_, 4, 9]

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [24]
  • [11,13]
  • [7,4,9]
Base
  • 7
  • 4
  • 9
TopValue
24
HiddenCells
  • {"r":2,"c":0,"v":7}
  • {"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): [_] → [3, 8] → [1, 2, _]

Show answer

Answer: Row3[3]=6, Row1[1]=11

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