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): [_] → [16, 16] → [9, _, 9]

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [32]
  • [16,16]
  • [9,7,9]
Base
  • 9
  • 7
  • 9
TopValue
32
HiddenCells
  • {"r":0,"c":0,"v":32}
  • {"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): [23] → [_, 14] → [_, 4, 10]

Show answer

Answer: Row2[1]=9, Row3[1]=5

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

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

Show answer

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

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

Show answer

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

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