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): [32] → [16, 16] → [_, _, 7]

Show answer

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

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

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

Show answer

Answer: Row1[1]=33, Row2[1]=16

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

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=28, Row3[2]=9

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