easy Set 35 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=22, Row3[3]=6

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

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

Show answer

Answer: Row1[1]=18, Row2[1]=9

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

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

Show answer

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

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