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): [26] → [11, 15] → [5, _, _]

Show answer

Answer: Row3[3]=9, Row3[2]=6

SubType
number-pyramid
Difficulty
easy
Levels
  • [26]
  • [11,15]
  • [5,6,9]
Base
  • 5
  • 6
  • 9
TopValue
26
HiddenCells
  • {"r":2,"c":2,"v":9}
  • {"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): [29] → [_, _] → [5, 9, 6]

Show answer

Answer: Row2[1]=14, Row2[2]=15

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [17]
  • [7,10]
  • [2,5,5]
Base
  • 2
  • 5
  • 5
TopValue
17
HiddenCells
  • {"r":2,"c":2,"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): [_] → [9, 3] → [7, _, 1]

Show answer

Answer: Row1[1]=12, Row3[2]=2

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