starter 4×4 Set 6 Form Exercise

Exercise 1

  • {"row":3,"col":2}
  • {"row":3,"col":3}
  • {"row":1,"col":2}
  • {"row":0,"col":2}
Show answer

Answer: 3, 7, 4, 6

GridSize
4
Operation
addition
RowHeaders
  • 4
  • 2
  • 5
  • 1
ColHeaders
  • 1
  • 7
  • 2
  • 6
Grid
  • [5,11,6,10]
  • [3,9,4,8]
  • [6,12,7,11]
  • [2,8,3,7]

Exercise 2

  • {"row":2,"col":1}
  • {"row":0,"col":0}
  • {"row":3,"col":3}
  • {"row":1,"col":1}
Show answer

Answer: 18, 13, 4, 14

GridSize
4
Operation
addition
RowHeaders
  • 8
  • 6
  • 10
  • 3
ColHeaders
  • 5
  • 8
  • 2
  • 1
Grid
  • [13,16,10,9]
  • [11,14,8,7]
  • [15,18,12,11]
  • [8,11,5,4]