A grid is shown below, where the shortest distance between any two points is 1. Find the area of the circle that passes through points $X,$ $Y,$ and $Z.$
Can it be assumed that the arc created over each of the chord lengths shown will create a semicircle when put together? How can I determine what fraction of the circle passes through points X,Y, and Z to calculate the area?


Let $X(3,3)$, $(0,0)$ and $Z(4,-4)$. Then, the area of the triangle XYZ is
$$A= \frac12| X_x(Y_y-Z_y) + Y_x(Z_y-X_y) + Z_x(X_y-Y_y)|= 12$$
The area is also given by
$$A= \frac{XY\cdot YZ\cdot ZX }{4R}$$
where $R$ is the circumradius. Thus, the area of the circumcircle is
$$Area= \pi R^2 = \pi\left( \frac{XY\cdot YZ\cdot ZX }{4A} \right)^2=\frac{\pi\cdot 18\cdot 32\cdot 50}{16\cdot 144}=\frac{25\pi}2 $$
Alternatively, recognize that XYZ is a right triangle with the hypotenuse $XZ= 5\sqrt2=2R$, which also leads to the area $\frac{25\pi}2$. But, the general approach above is applicable for arbitrary grid points.