easy Set 94 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=24, Row2[1]=14

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

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

Show answer

Answer: Row1[1]=13, Row2[2]=10

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

Show answer

Answer: Row3[2]=8, Row2[2]=16

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