-2

How to prove that the distance between the origin and the point $P$ is a natural number, where $P=(n, n+1, n(n+1))$.

tortue
  • 2,223

1 Answers1

2

The distance is $$\sqrt{n^2+(n+1)^2+(n(n+1))^2}=\sqrt{(n^2+n)^2+2(n^2+n)+1}=\sqrt{(n^2+n+1)^2}=n^2+n+1$$

A. Goodier
  • 10,964