This plane can't crash, it doesn't fly

There are n n distinct lattice points marked on the 2D plane (2 dimensional).

Find least possible value of n n , such that we can always choose 2 points out of n n points (wherever they may be marked), such that there's at least one more lattice point on the segment joining them.


Details and assumptions :-

\bullet In the 2D plane (or Cartesian plane), every point can be represented as coordinates ( x , y ) (x,y) , where x , y R x,y \in \mathbb{R}

\bullet Lattice points are points that have integer coordinates.


Harder versions 3D and 5D


The answer is 5.

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.

1 solution

Aditya Raut
Mar 27, 2015

Let a lattice point be P ( x , y ) P(x,y) .

Both x x and y y can either be O D D ODD or E V E N EVEN . Thus there are 2 2 = 4 2^2=4 different combinations possible, they'll be ( o , o ) , ( e , e ) , ( e , o ) , ( o , e ) (o,o),(e,e),(e,o),(o,e)

If we choose 5 5 distinct lattice points, then one of the above parity patterns repeats, so midpoint of the segment joining the 2 points, which will be ( x 1 + x 2 2 , y 1 + y 2 2 ) \Bigl( \frac{x_1+x_2}{2} , \frac{y_1+y_2}{2}\Bigr) will have to be a lattice point (as x 1 x_1 and x 2 x_2 have same parity, their sum is divisible by 2 2 ).

Hence answer is 2 2 + 1 = 5 2^2+1 = \boxed{5}

Congo for ur kvpy selection... u are in pace ryt? me too...

Mayank Shrivastava - 6 years, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...