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): [11] → [7, 4] → [_, _, 2]

Show answer

Answer: Row3[1]=5, Row3[2]=2

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

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

Show answer

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

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

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

Show answer

Answer: Row3[1]=6, Row1[1]=28

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

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

Show answer

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

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