easy Set 29 Form Exercise

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

Show answer

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

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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