Part a) of the following problem appeared in one of the Putnam Exams (sorry, don't know which year exactly).
If you want to solve Part a) don't read Part b).
You have a painting device, which given the co-ordinates of a points in the 2D plane, will colour all points on that plane black, which are at an irrational distance from the given point.
Initially you start out with the 2D plane being white.
a) You want to colour the whole plane black. What is the minimum number of points you need to feed to the painting device?
b) Show that it is sufficient to feed $(0,0), (1,0), (\sqrt{2},0)$.

Just so I don't forget, here is the solution I was thinking of, for part b).
Let $(x,y)$ be a point which is at a rational distance from $(0,0), (1,0)$ and $(\sqrt{2},0)$.
Then we have that $x^2 + y^2$, $(x-1)^2 + y^2$ and $(x-\sqrt{2})^2 + y^2$ are all squares of rational numbers.
The difference of the first and second implies $x$ is rational.
The difference of the second and third implies that $x = 0$.
Thus $y$ is rational.
Thus we have that for some integers $a,b,p,q$, $a \neq 0$, $b \neq 0$ that
(1) $a^2 + b^2 = p^2$
and
(2) $a^2 + 2b^2 = q^2$
Square (1) and multiply (2) by $a^2$ and subtract.
We get
$b^4 = p^4 - (aq)^2$.
It is well known that the equation $x^4 + y^2 = z^4$ has no non-trivial solutions (and in fact can be used to show that Fermat's Last theorem is true for $n=4$).
See here for instance: Link