easy Set 22 Form Exercise

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

Show answer

Answer: Row2[1]=10, Row1[1]=24

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

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

Show answer

Answer: Row2[1]=12, Row3[2]=10

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

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

Show answer

Answer: Row2[1]=10, Row1[1]=23

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

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

Show answer

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

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