Question 886433
The radius will be size of the distance from (1,3) to (2,2).


{{{r=sqrt((1-2)^2+(3-2)^2)}}}


and area of the circle is {{{pi*r^2=highlight_green(pi*((1-2)^2+(3-2)^2))}}}.
Just needs simplification.