While making my way through an exercise, I stalled on question 7:
7. Prove that the points $(9, 6)$, $(4, -4)$, $(1, -2)$, $(0, 0)$ are concyclic.
The book does not provide any guidance on how to tackle such a question and I can only assume that the authors are assuming that anybody using their textbook will have covered this in a previous course.
I have looked around online for resources that could help me, but none of the ones I've found seem to offer a thorough explanation, building from the ground up.
Would anybody here happen to know where I can find a good explanation of how to prove such a thing?
You can use Ptolemy's theorem:
In our case, it is obvious from mental diagram that diagonals are $\overline{(9, 6)(1, -2)}$ and $\overline{(0, 0)(4, -4)}$, and
$$|\overline{(9, 6)(1, -2)}|\cdot |\overline{(0, 0)(4, -4)}|=8\sqrt2\cdot4\sqrt2=\color{#c00}{64}$$
and
$$|\overline{(9, 6)(0, 0)}|\cdot |\overline{(1, -2)(4, -4)}|+|\overline{(0, 0)(1, -2)}|\cdot |\overline{(9, 6)(4, -4)}|=$$ $$=\sqrt{117}\cdot\sqrt{13}+\sqrt5\cdot\sqrt{125}=\sqrt{9\cdot13}\cdot\sqrt{13}+\sqrt5\cdot\sqrt{5\cdot25}=39 + 25 = \color{#c00}{64}$$
so points are concyclical.