easy Set 62 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [26]
  • [11,15]
  • [3,8,7]
Base
  • 3
  • 8
  • 7
TopValue
26
HiddenCells
  • {"r":2,"c":1,"v":8}
  • {"r":2,"c":0,"v":3}

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

Show answer

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

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