document.write( "Question 980210: 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( " All Democrats. Round your answer to five decimal places.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #601419 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 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( " All Democrats. Round your answer to five decimal places. \n" ); document.write( "-------------- \n" ); document.write( "The 1st choice is 3/10 \n" ); document.write( "Then 2/9 \n" ); document.write( "Then 1/8 \n" ); document.write( "--- \n" ); document.write( "3*2*1/(10*9*8) = 1/120 \n" ); document.write( " \n" ); document.write( " |