easy Set 37 Form Exercise

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

Show answer

Answer: Row1[1]=22, Row3[1]=4

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

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

Show answer

Answer: Row2[2]=7, Row3[1]=4

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

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

Show answer

Answer: Row1[1]=24, Row3[1]=4

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

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

Show answer

Answer: Row2[1]=14, Row2[2]=10

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