Suppose 3 lattice points (points with integer coordinates) on a plane, are chosen such that they do not form a degenerate triangle, then find the minimum possible area of such a triangle.
If your answer can be expressed in the form , then find
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The area of any lattice triangle can be found using Pick's Theorem A = I + 2 1 B − 1 , where I is the number of interior lattice points and B is the number of boundary lattice points. At a minimum, the triangle can have 0 interior points and 3 boundary points, which makes the minimum area A = 0 + 2 1 3 − 1 = 2 1 , so a = 1 , b = 2 , and a + b = 3 .