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

Show answer

Answer: Row1[1]=14, Row3[2]=3

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

Show answer

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

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

Show answer

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

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

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

Show answer

Answer: Row1[1]=18, Row2[2]=11

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