How to put numbers from 1-11 to the 9 circles with some rules?

54 Views Asked by At

How to put numbers from 1-11 to the 9 circles below, each number can only occur once. The rules are:

  • the sum of the numbers in a row must be 22
  • no two consecutive numbers are connected by a line/edge.

enter image description here


Attempt

I have been trying but always left with 1 number that occur twice.