easy Set 24 Form Exercise

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

Show answer

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

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

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

Show answer

Answer: Row2[2]=11, Row3[2]=9

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

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

Show answer

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

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

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

Show answer

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

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