Given $n$, how to construct $n$ points

32 Views Asked by At

Given $n$, how to construct $n$ points on a plane s.t. any 3 points are not on a line, and the distance between any 2 points is an integer?

Below is how to do it for $n=6$ here ABC is the 3,4,5 triangle. n=6