document.write( "Question 744549: There are n>=3 people positioned on a field (euclidean plane)so that each has a unique neighbor. Each person has a cream pie.At a signal,everybody hurles his or her pie at the nearest neighbor.assuming that n is odd and that nobody can miss his or her target,true or false:there always remains at least one person not hit by a pie?Explain the method so that i can implement a program on it...
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #852667 by ikleyn(53107) You can put this solution on YOUR website! . \n" ); document.write( "There are n>=3 people positioned on a field (Euclidean plane)so that each has a unique \n" ); document.write( "Each person has a cream pie. At a signal, everybody hurls his or her pie at the nearest neighbor. \n" ); document.write( "assuming that n is odd and that nobody can miss his or her target, true or false: there always \n" ); document.write( "remains at least one person not hit by a pie? \n" ); document.write( "Explain the method so that i can implement a program on it... \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "According to the problem, we have a finite number of points (persons) at the plane, and each point has a unique \n" ); document.write( "closest point.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So, let's take a point (a person) 'A', for which this distance to the closest neighbor is maximal (greatest) among \n" ); document.write( "al other points (persons).\r \n" ); document.write( "\n" ); document.write( "Since the set of points is finite, we can do it.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "According to the problem, point 'A' has a unique closest point 'B', but by the choice of 'A', \n" ); document.write( "for point B its closest point is positioned closer to 'B' than 'A'.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It means that 'B' will not hurl his/her pie at 'A': 'B' will hurl his/her pie to his/her closest neighbor, \n" ); document.write( "which is different from 'A'.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So and thus, NOBODY will hurl his/her pie to 'A', so 'A' will remain not hit by a pie.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Thus, I proved that under given conditions, the answer is \"TRUE\", \n" ); document.write( "and I constructed/pointed such exclusive person/point explicitly:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " it is the unique person/point A, whose distance \n" ); document.write( " from other people/points is maximal.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |