easy Set 69 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row3[1]=10, Row2[1]=19

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

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

Show answer

Answer: Row3[1]=8, Row2[1]=12

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

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

Show answer

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

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