Please help me with this question:
In triangle $ABC$, the respective coordinates of $A$ and $B$ are $(0,0)$ and $(15,20)$. It is known that $C$ has integer coordinates. What is the minimum positive area of triangle $ABC$?
Really, I have no idea what to do.
Thank you for your help.
Let the third point of triangle be given by $(h,k)$.
Thus the area of triangle formed by : $(0,0) ,(15,20)$ & $(h,k)$ is -
\begin{align} \text{area} ~&=\left |\frac 12 \det \begin{pmatrix}0 & 0 & 1\\ h & k & 1 \\ 15 & 20 & 1 \\ \end{pmatrix} \right |\\ &=\frac{5}{2} \left |4h-3k \right | \end{align}
Now you need to minimize $4h-3k$ in order to get least positive area. Since $h$ and $k$ are integers, you can easily conclude that minimum positive value of $4h-3k$ can be $1$ (For example, at $h=1$ and $k=1$). Hence, the desired area is $\dfrac{5}{2}$.