easy Set 46 Form Exercise

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

Show answer

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

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

Show answer

Answer: Row3[2]=2, Row1[1]=18

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

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

Show answer

Answer: Row1[1]=20, Row3[1]=2

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

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

Show answer

Answer: Row2[2]=16, Row3[2]=10

SubType
number-pyramid
Difficulty
easy
Levels
  • [34]
  • [18,16]
  • [8,10,6]
Base
  • 8
  • 10
  • 6
TopValue
34
HiddenCells
  • {"r":1,"c":1,"v":16}
  • {"r":2,"c":1,"v":10}