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): [19] → [_, 6] → [9, _, 2]

Show answer

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

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

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

Show answer

Answer: Row1[1]=24, Row2[2]=12

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":1,"c":1,"v":12}

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

Show answer

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

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

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

Show answer

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

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