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): [23] → [_, 12] → [5, 6, _]

Show answer

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

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

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

Show answer

Answer: Row1[1]=13, Row2[1]=7

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

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

Show answer

Answer: Row3[2]=7, Row3[1]=10

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

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

Show answer

Answer: Row2[2]=17, Row3[3]=10

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