document.write( "Question 1137245: A city council consists of 10 members. Four are Republicans, three are Democrats, and three are Independents. If a committee of three is to be selected, find the probability of selecting:
\n" );
document.write( "a. All Republicans
\n" );
document.write( "b. All Democrats
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #755099 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a. (4/10)*3/9*2/8=24/720 or 1/30 \n" ); document.write( "b, (3/10)(2/9)(1/8)=6/720 or 1/120 \n" ); document.write( " |