document.write( "Question 1162481: A committee of three people is selected at random from a set consisting of
\n" );
document.write( "six teachers, \r
\n" );
document.write( "\n" );
document.write( "three parents of students, and \r
\n" );
document.write( "\n" );
document.write( "four alumni.\r
\n" );
document.write( "\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 consists of all parents?
\n" );
document.write( "c. What is the probability of the event that there will be at least 1 teacher on the committee? \n" );
document.write( "
Algebra.Com's Answer #786292 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! for 3 teachers, easiest way, if one doesn't like combinatorial notation, is (6/13) for first (5/12) for second and (4/11) for third=120/1716=0.0699\r \n" ); document.write( "\n" ); document.write( "also is (6C3)/(13C3) =20/286=0.0699\r \n" ); document.write( "\n" ); document.write( "for all parents it is (4C3)/(13C3)=4/286=0.0140\r \n" ); document.write( "\n" ); document.write( "At least 1 teacher on committee \n" ); document.write( "do it with 0 teachers on committee and then subtract from 1 \n" ); document.write( "(7C3)/(13C3)=35/286=0.1224. looking at a committee of all parents or alumni \n" ); document.write( "so the answer with at least 1 teacher is 1-0.1224 or 0.8776. \n" ); document.write( " |