easy Set 68 Form Exercise

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

Show answer

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

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

Show answer

Answer: Row3[1]=7, Row1[1]=26

SubType
number-pyramid
Difficulty
easy
Levels
  • [26]
  • [13,13]
  • [7,6,7]
Base
  • 7
  • 6
  • 7
TopValue
26
HiddenCells
  • {"r":2,"c":0,"v":7}
  • {"r":0,"c":0,"v":26}

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

Show answer

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

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

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

Show answer

Answer: Row2[2]=13, Row2[1]=10

SubType
number-pyramid
Difficulty
easy
Levels
  • [23]
  • [10,13]
  • [7,3,10]
Base
  • 7
  • 3
  • 10
TopValue
23
HiddenCells
  • {"r":1,"c":1,"v":13}
  • {"r":1,"c":0,"v":10}