easy Set 46 Form Exercise

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

Show answer

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

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

Show answer

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

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":2,"c":0,"v":5}

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

Show answer

Answer: Row1[1]=24, Row3[2]=9

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

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

Show answer

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

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