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): [11] → [_, 6] → [1, 4, _]

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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

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

Show answer

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

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