document.write( "Question 32790: A bowl contains 50 colored marbles, 13 Green, 10 Red, 9 Blue, 8 Yellow, 6 Black, 4 White. If you are blindfolded, what is the smallest number of marbles you must pick to guarantee that you have at least 7 marbles of the same color? \n" ); document.write( "
Algebra.Com's Answer #19228 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! First I ask the question: \"What is the largest number of marbles I must pick \n" ); document.write( "and still have the possibility that I don't have 7 of the same color?\" \n" ); document.write( "green 13......6 \n" ); document.write( "red...10......6 \n" ); document.write( "blue..9.......6 \n" ); document.write( "yellow 8......6 \n" ); document.write( "black..6......6 \n" ); document.write( "whitee.4......4 \n" ); document.write( "If I happened to pick these colors in the indicated numbers, I still \n" ); document.write( "wouldn't have 7 of the same color \n" ); document.write( "But if I pick one more, I am guaranteed to have 7 of the same color. \n" ); document.write( "The answer is 35 \n" ); document.write( " |