easy Set 70 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row2[1]=14, Row3[3]=9

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

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

Show answer

Answer: Row2[2]=18, Row3[1]=7

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

Show answer

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

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