easy Set 16 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] → [_, 7, 1]

Show answer

Answer: Row3[1]=7, Row2[1]=14

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

Show answer

Answer: Row3[3]=7, Row1[1]=23

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

Show answer

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

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

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

Show answer

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

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