Definition. A line is the set of points $(x,y)\in\mathbb{R}^2$ that satisfy the equation $$ax+by+c=0,$$ where at least one of $a$ or $b$ is non-zero.
How to prove that given two distinct points $(p,q)$ and $(r,s)$, there is at most one line that contains both points? (Edit: Ideally without much more knowledge than high school level algebra and arithmetic, so ideally without linear algebra.)
Unfortunately my proof (posted below) is long and inelegant, so I'm hoping for a short and elegant one.
Well, the equation $ax=by$ describes all possible lines through the origin (also the vertical one). Now the line through $(p,q)$ can be described as
$$a(x-p)=b(y-q)$$
When does this include $(r,s)$? Well, if it does, we have
$$a(r-s)=b(s-q)$$
meaning $\tfrac{a}{b}=\tfrac{s-q}{r-s}$. Since $\tfrac ab$ describes the slope of the line, and $\tfrac ab$ is fixed by $p,q,r,s$ (and we've already got two points it has to pass through), we know there's only one. We do have to be a little careful as $r-s$ cannot be $0$, but the case where it is is easily handle-able (it means $b=0$ as $s-q\neq 0$ because the two points are distinct).