document.write( "Question 581549: A box contains 11 red balls, 9 green balls, and 9 black balls. A sample of 9 is to be picked from the box.
\n" ); document.write( "(a) How many samples contain at least 1 red ball?
\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( " 9966385 samples \r
\n" ); document.write( "\n" ); document.write( "(b) How many samples contain exactly 4 red balls and exactly 3 black balls?
\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( " 997920 samples \r
\n" ); document.write( "\n" ); document.write( "(c) How many samples contain exactly 5 green balls or exactly 3 black balls?
\n" ); document.write( "I need to figure this last part of the problem out and I know that (C(9,5)*C(20,4))+(C(9,3)*C(20,6))-(C(9,5)*C(9,3)) is the format I need but I can't seem to get the correct answer out of it.
\n" ); document.write( "

Algebra.Com's Answer #371702 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A box contains 11 red balls, 9 green balls, and 9 black balls. A sample of 9 is to be picked from the box.
\n" ); document.write( "(a) How many samples contain at least 1 red ball?
\n" ); document.write( "Total number of samples: 29C9
\n" ); document.write( "Total number with no red: 18C9
\n" ); document.write( "Number with at least 1 red: 29C9-18C9 = 9966385 samples
\n" ); document.write( "-----------------------------------------------------------------------
\n" ); document.write( "(b) How many samples contain exactly 4 red balls and exactly 3 black balls?
\n" ); document.write( "11C4 * 9C3 * 9C2 = 997920 samples
\n" ); document.write( "-----------------------------------------------------------------------
\n" ); document.write( "(c) How many samples contain exactly 5 green balls or exactly 3 black balls?
\n" ); document.write( "9C5 * 9C3 * 11C1 = 116424
\n" ); document.write( "=============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );