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): [32] → [17, 15] → [_, _, 5]

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [32]
  • [17,15]
  • [7,10,5]
Base
  • 7
  • 10
  • 5
TopValue
32
HiddenCells
  • {"r":2,"c":0,"v":7}
  • {"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): [_] → [_, 8] → [7, 2, 6]

Show answer

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

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

Show answer

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

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

Show answer

Answer: Row3[2]=8, Row1[1]=18

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