There are distinct lattice points marked in the 3D space.
Find least possible value of , such that we can always choose 2 points out of points (wherever they may be marked), such that there's at least one more lattice point on the segment joining them.
Details and assumptions :-
In the 3D space, every point can be represented as coordinates , where
Lattice points are points that have integer coordinates.
Easier version 2D
Harder version 5D
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.
Let k be the number of points to be chosen out of n lattice points in r D space, then the least value of n can be given as k r + 1
Here k = 2 and r = 3 hence 2 3 + 1 = 9