easy Set 14 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=19, Row2[2]=8

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

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

Show answer

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

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

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

Show answer

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

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