document.write( "Question 1203324: Eighteen points are equally spaced on a circle, from which you will choose a certain number at random. How many do you need to choose to guarantee that you will have the four corners of at least one rectangle? \n" ); document.write( "
Algebra.Com's Answer #838788 by greenestamps(13206)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "If 4 points on the circle determine a rectangle, then there are 2 of those points on each half of the circle.

\n" ); document.write( "So the worst case, if you are trying to get a rectangle with the points you choose, is to first pick all 9 points on one half of the circle. Then any 2 points on the other half of the circle will determine a rectangle.

\n" ); document.write( "ANSWER: 9+2 = 11

\n" ); document.write( "Note this solution is easier to see by drawing sketches to consider cases with smaller even numbers of point on the circle.

\n" ); document.write( "6 points: choose the 3 on one side of the circle; any one 4th point still does not determine a rectangle, but then any 5th point does. 3+2 = 5

\n" ); document.write( "8 points: choose the 4 on one side of the circle; any one 5th point still does not determine a rectangle, but then any 6th point does. 4+2 = 6

\n" ); document.write( "
\n" ); document.write( "
\n" );