Question 337225
{{{A+B<10}}}
{{{A-B>1}}}
.
.
.
Let A be on the x axis, B on the y axis.
{{{drawing(300,300,-2,12,-2,12,grid(1),
circle(3,1,0.2),
circle(4,1,0.2),
circle(5,1,0.2),
circle(6,1,0.2),
circle(7,1,0.2),
circle(8,1,0.2),
circle(4,2,0.2),
circle(5,2,0.2),
circle(6,2,0.2),
circle(7,2,0.2),
circle(5,3,0.2),
circle(6,3,0.2),
graph(300,300,-2,12,-2,12,10-x,x-1))}}}