easy Set 93 Form Exercise

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

Show answer

Answer: Row3[3]=9, Row2[1]=13

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

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

Show answer

Answer: Row1[1]=13, Row2[1]=9

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

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[3]=2, Row1[1]=6

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

Show answer

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

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