easy Set 34 Form Exercise

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

Show answer

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

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

Show answer

Answer: Row3[1]=7, Row2[1]=14

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

Show answer

Answer: Row2[2]=18, Row1[1]=35

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

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

Show answer

Answer: Row1[1]=16, Row3[1]=3

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