document.write( "Question 1146387: Numbers are drawn from 100 integers 1 to 100. At least how many numbers is/are drawn at random to ensure that there are two numbers whose sum is 30? \n" ); document.write( "
Algebra.Com's Answer #767654 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "For the sum of two different positive integers to be 30, the largest possible value for the smaller of the two is 14. \n" ); document.write( "So the worst case is to draw all the numbers from 15 to 100 before drawing any number less than 15. \n" ); document.write( "That's 86 numbers, from 15 to 100 inclusive, without having a sum of 30 with two of them. \n" ); document.write( "Then the 87th number will be less than 15; it will match up with a number already drawn to make a sum of 30. \n" ); document.write( "ANSWER: 87 numbers need to be drawn to assure that two of them have a sum of 30. \n" ); document.write( " |