document.write( "Question 1166019: a committee of three people is selected at random from a sec system of six teachers, four parents of students, and seven alumni.
\n" );
document.write( "A) What is the probability of the event that the committee consists of all teachers?
\n" );
document.write( "B) What is the probability of the event that the committee has no teachers? \n" );
document.write( "
Algebra.Com's Answer #790640 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the denominator is the number of ways to choose 3 from 20, which is 1140 \n" ); document.write( "all teachers is 6C3 4P0 7A0 which is 20/1140 or 0.0175 \n" ); document.write( "no teachers is 6C0*11C3/20C3 \n" ); document.write( "this is 165/1140 or 0.1447 \n" ); document.write( " |