easy Set 53 Form Exercise

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

Show answer

Answer: Row2[1]=12, Row3[1]=8

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

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

Show answer

Answer: Row3[1]=5, Row1[1]=14

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

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

Show answer

Answer: Row1[1]=19, Row3[2]=6

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

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

Show answer

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

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