easy Set 64 Form Exercise

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

Answer: Row3[1]=4, Row2[1]=6

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