easy Set 64 Form Exercise

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

Show answer

Answer: Row2[2]=13, Row2[1]=11

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=23, Row3[3]=10

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