document.write( "Question 91666: Grace has 16 jellybeans in her pocket. She has 8 red ones, 4 green ones, and 4 blue ones. What is the minimum number of jellybeans she must take out of her pocket to ensure that she has one of each color?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #66594 by bucky(2189) ![]() You can put this solution on YOUR website! The important consideration in this problem is that Grace has to be positive she has one \n" ); document.write( "jellybean of each color. That means that she must be in a position that her last draw \n" ); document.write( "must be the third color. \n" ); document.write( ". \n" ); document.write( "There is a possibility that Grace could draw 8 red jellybeans in a row and then could draw \n" ); document.write( "4 blue ones in a row. Then since there are only green ones left her next draw would have to \n" ); document.write( "give her the missing color. This is 13 jellybeans drawn. \n" ); document.write( ". \n" ); document.write( "She could also draw 8 red ones in a row followed by 4 green ones. But the next draw would \n" ); document.write( "have to be blue. Again this is 13 jellybeans drawn. \n" ); document.write( ". \n" ); document.write( "If she were lucky, she could draw one jellybean of each color in 3 picks, but she could \n" ); document.write( "not be sure that she would have one of each color. She also might do it in 4 picks, or \n" ); document.write( "5, or 6, or 7, or 8, or 9, or 10, or 11, or 12. But to be absolutely sure she has one bean \n" ); document.write( "of each color she must draw 13 times. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to think your way through the problem. \n" ); document.write( " \n" ); document.write( " |