easy Set 92 Form Exercise

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

Show answer

Answer: Row2[2]=14, Row1[1]=22

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

Answer: Row2[2]=6, Row3[2]=2

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