easy Set 58 Form Exercise

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [35]
  • [16,19]
  • [7,9,10]
Base
  • 7
  • 9
  • 10
TopValue
35
HiddenCells
  • {"r":2,"c":0,"v":7}
  • {"r":2,"c":1,"v":9}

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

Show answer

Answer: Row3[1]=5, Row3[3]=10

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

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

Show answer

Answer: Row2[2]=11, Row1[1]=27

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

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

Show answer

Answer: Row1[1]=18, Row2[1]=9

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