easy Set 13 Form Exercise

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

Show answer

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

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

Show answer

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

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

Show answer

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

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

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

Show answer

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

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