I have several points $(a,b)$ and a circle with center point at $(x,y)$ and radius $r$. If point $(a,b)$ lies on the circle, then $(x-a)^2+(y-b)^2=r^2$. Given $a=12, b=288$ and $x=18.912, y= 290.912, r=7.5$.
So using that values:
$(x-a)^2+(y-b)^2=56.255$
and
$r^2=56.25$.
If you want to see the sketch, 
according to the picture, it looks as if point $A$ lies on the circle but there is a slight difference between $56.255$ and $56.25$. My question is what is the maximum error between $(x-a)^2+(y-b)^2$ and $r^2$ for the point $(a,b)$ to be considered on the circle?
Thanks