easy Set 46 Form Exercise

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [26]
  • [14,12]
  • [5,9,3]
Base
  • 5
  • 9
  • 3
TopValue
26
HiddenCells
  • {"r":2,"c":1,"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): [12] → [5, _] → [2, _, 4]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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