easy Set 34 Form Exercise

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

Show answer

Answer: Row2[1]=14, Row3[3]=6

SubType
number-pyramid
Difficulty
easy
Levels
  • [26]
  • [14,12]
  • [8,6,6]
Base
  • 8
  • 6
  • 6
TopValue
26
HiddenCells
  • {"r":1,"c":0,"v":14}
  • {"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): [22] → [_, _] → [10, 1, 10]

Show answer

Answer: Row2[2]=11, Row2[1]=11

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

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [12]
  • [5,7]
  • [1,4,3]
Base
  • 1
  • 4
  • 3
TopValue
12
HiddenCells
  • {"r":1,"c":0,"v":5}
  • {"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): [_] → [3, 7] → [1, _, 5]

Show answer

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

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