easy Set 42 Form Exercise

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

Show answer

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

SubType
number-pyramid
Difficulty
easy
Levels
  • [13]
  • [6,7]
  • [5,1,6]
Base
  • 5
  • 1
  • 6
TopValue
13
HiddenCells
  • {"r":2,"c":2,"v":6}
  • {"r":1,"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] → [11, 12] → [_, _, 6]

Show answer

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

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

Show answer

Answer: Row3[3]=5, Row3[1]=6

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

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

Show answer

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

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