document.write( "Question 209866: A committee of three is selected at random from a set consisting of five Democrats, eight Republicans,and two Independents.
\n" ); document.write( "(a) What is the probability that the committee consists of all Democrats?
\n" ); document.write( "(b) What is the probability that the committee consists of no Republicans?
\n" ); document.write( "

Algebra.Com's Answer #158637 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A committee of three is selected at random from a set consisting of five Democrats, eight Republicans,and two Independents.
\n" ); document.write( "(a) What is the probability that the committee consists of all Democrats?
\n" ); document.write( "# of ways to select 3 Democrats: 5C3 = 10
\n" ); document.write( "# of ways to pick 3 from the group: 15C3 = 455
\n" ); document.write( "---
\n" ); document.write( "P(pick 3 Demoncrats) = 10/455
\n" ); document.write( "============================================
\n" ); document.write( "(b) What is the probability that the committee consists of no Republicans?
\n" ); document.write( "# of ways to pick no Republicans: 7C3
\n" ); document.write( "# of ways to pick 3 from the group: 15C3
\n" ); document.write( "P(pick 3 that are not Republicans) = 7C3/15C3 = 35/455
\n" ); document.write( "==========================================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );