easy Set 76 Form Exercise

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

Show answer

Answer: Row2[1]=10, Row1[1]=14

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

Show answer

Answer: Row1[1]=23, Row2[1]=14

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [9]
  • [5,4]
  • [3,2,2]
Base
  • 3
  • 2
  • 2
TopValue
9
HiddenCells
  • {"r":1,"c":1,"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): [9] → [_, 3] → [5, 1, _]

Show answer

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

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