Show that $3$ distinct points $(p, p^2), (q, q^2)$ and $(r, r^2)$ can never be collinear, using the triangle formula.
I tried doing it using $$\text{Area }= \frac{1}{2}\big| (x_1y_2 + x_2y_3 + x_3y_1) - (x_2y_1 + x_3y_2 + x_1y_3) \big|$$ and equating it to zero. But I can’t. Plz help.
If factoring area formula seems hard, equivalently, you may row reduce the determinant and show the product along diagonal is never zero: $$\begin{vmatrix}1&p&p^2\\1&q&q^2\\1&r&r^2 \end{vmatrix}\ne 0$$ when $p,q,r$ are distinct.