easy Set 53 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row2[2]=8, Row2[1]=8

SubType
number-pyramid
Difficulty
easy
Levels
  • [16]
  • [8,8]
  • [1,7,1]
Base
  • 1
  • 7
  • 1
TopValue
16
HiddenCells
  • {"r":1,"c":1,"v":8}
  • {"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): [17] → [_, 7] → [7, _, 4]

Show answer

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

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

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

Show answer

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

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