Is it possible to have four points, in which the length between each of them is an integer?

71 Views Asked by At

Is it possible to have four points on a plane, which the length between each of those points (six lengths) can be divided by an integer to get 1? Give an example of this, with the lengths between each point shown.

If you can, what about 5? What about 6?

enter image description here

1

There are 1 best solutions below

1
On BEST ANSWER

For any Pythagorean triple $a,b,c \in \mathbb{N}$ with $a^2 + b^2 = c^2$ the four points \begin{equation} (0,0), (a,0), (a,b) \text{ and } (0, b) \end{equation} satisfy the given constraints.