easy Set 32 Form Exercise

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

Show answer

Answer: Row3[1]=4, Row3[3]=2

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

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

Show answer

Answer: Row3[1]=6, Row2[2]=14

SubType
number-pyramid
Difficulty
easy
Levels
  • [27]
  • [13,14]
  • [6,7,7]
Base
  • 6
  • 7
  • 7
TopValue
27
HiddenCells
  • {"r":2,"c":0,"v":6}
  • {"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): [_] → [_, 13] → [2, 6, 7]

Show answer

Answer: Row2[1]=8, Row1[1]=21

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

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

Show answer

Answer: Row1[1]=35, Row3[3]=9

SubType
number-pyramid
Difficulty
easy
Levels
  • [35]
  • [17,18]
  • [8,9,9]
Base
  • 8
  • 9
  • 9
TopValue
35
HiddenCells
  • {"r":0,"c":0,"v":35}
  • {"r":2,"c":2,"v":9}