easy Set 63 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=30, Row2[2]=14

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

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

Show answer

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

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