document.write( "Question 1210234: Vera has 20 white socks, 21 black socks, 22 brown socks, 23 blue socks, 24 red socks, and 25 green socks. How many socks (at a minimum) must she pull out of her sock drawer to ensure at least six matching pairs of different colors?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #851708 by CPhill(1959)\"\" \"About 
You can put this solution on YOUR website!
That's a colorful sock drawer! Let's figure out the minimum number of socks Vera needs to pull to guarantee six matching pairs of different colors.\r
\n" ); document.write( "\n" ); document.write( "To ensure she has six matching pairs of *different* colors, we need to consider the worst-case scenario. Imagine Vera keeps picking one sock of each color before she gets a second one of any color.\r
\n" ); document.write( "\n" ); document.write( "Here's the breakdown:\r
\n" ); document.write( "\n" ); document.write( "1. She could pick one white, one black, one brown, one blue, one red, and one green sock. That's 6 socks, and no pairs yet.
\n" ); document.write( "2. She could then pick a second white sock, making one white pair. That's 7 socks.
\n" ); document.write( "3. Next, she could pick a second black sock, making one black pair. That's 8 socks.
\n" ); document.write( "4. She could continue this pattern, picking one of each of the remaining colors to form a pair. After picking a second brown, blue, red, and green sock, she would have 6 pairs of different colors. This would be $6 + 6 = 12$ socks.\r
\n" ); document.write( "\n" ); document.write( "However, we need to *ensure* at least six matching pairs of *different* colors. Consider the absolute worst luck:\r
\n" ); document.write( "\n" ); document.write( "* She could pick all 20 white socks.
\n" ); document.write( "* Then, she could pick all 21 black socks.
\n" ); document.write( "* Then, she could pick all 22 brown socks.
\n" ); document.write( "* Then, she could pick all 23 blue socks.
\n" ); document.write( "* Then, she could pick all 24 red socks.\r
\n" ); document.write( "\n" ); document.write( "At this point, she has $20 + 21 + 22 + 23 + 24 = 110$ socks, and she still doesn't have six matching pairs of *different* colors. The very next sock she picks *must* be green, creating her first green pair.\r
\n" ); document.write( "\n" ); document.write( "Now, to guarantee six different colored pairs, after picking all of the socks of five colors, she would need to pick two socks of the sixth color.\r
\n" ); document.write( "\n" ); document.write( "So, the worst-case scenario to guarantee six matching pairs of different colors is:\r
\n" ); document.write( "\n" ); document.write( "* Pick all the socks of 5 colors (the largest quantities): $25 + 24 + 23 + 22 + 21 = 115$ socks.
\n" ); document.write( "* Then, pick 2 socks of the remaining color (white) to form a sixth pair.\r
\n" ); document.write( "\n" ); document.write( "Therefore, Vera must pull out a minimum of $115 + 2 = 117$ socks to ensure at least six matching pairs of different colors.
\n" ); document.write( "
\n" );