Note: My exam is in about 1 hour and i just realized that i have a unsolved paper, this is one of the questions that i wasn't able to answer from it. I would highly appreciate it if a full explanation is provided, thanks a lot in advance.
Show that the points A(3,4), B(-4,3), and C(5,0) lie on the circle having center O.
The center of the circle is the origin $(0,0).\,$ One of the points given is $(5, 0).\,$ Hence it is located at a distance of $\sqrt{5^2 + 0^2} = \sqrt{25} = 5$ from the origin. So the circle centered at the origin, with the radius of $5$ interesects $(5,0)$. Now, if all points lie on the same circle, they will will satisfy the equation of the circle centered at the origin whose radius is $\,5$:
$$x^2 + y^2 = 5^2 = 25$$
Check whether the coordinates of your other two points satisfy this equation. If so, they all lie on that circle.
$$\;\;\;(3, 4): \;\;3^2 + 4^2 = 9 + 16 = 25 = 5^2 \quad\qquad \checkmark$$
$$\;\;(-4, 3):\quad(-4)^2 + 3^2 = 16 + 9 = 25 = 5^2\quad \checkmark$$
Hence all points lie on the same circle of radius $5$, centered at the origin.
ADDED: In general, if you have a point defined as the center of the circle $(x_c, y_c)$, and you have many points to test, this approach works nicely:
Pick one point other than the center of the circle, $(x_1, y_1)$ and compute it's distance from the center point, i.e. compute the radius $r$ of the circle centered at $(x_c, y_c)$ and intersecting $(x_1, y_1)$: $$r = \sqrt{(x_1 - x_c)^2 + (y_1 - y_c)^2}\tag{radius}$$
Then, you can write the equation of the circle centered at $(x_c, y_c)$ with radius $r$ as follows:
$$ (x - x_c)^2 + (y - y_c)^2 = r^2\tag{equation of circle}$$
Now you're set to determine whether all the points you need to test lie on the circle simply by checking whether they satisfy the equation of the circle.