document.write( "Question 1092067: A class contains 9 boys and 3 girls. In how many ways can a committee of 4 students be formed if the committee must contain at least one girl? \n" ); document.write( "
Algebra.Com's Answer #706576 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!

The total number of ways of forming a committee of 4 from 12 students is \"12 choose 4\", which is
\n" ); document.write( "\"C%2812%2C4%29+=+%2812%21%29%2F%28%288%21%29%284%21%29%29+=+495\"

\n" ); document.write( "The number of ways of forming the committee with only boys is \"9 choose 4\",
\n" ); document.write( "\"C%289%2C4%29+=+%289%21%29%2F%28%285%21%29%284%21%29%29+=+126\"

\n" ); document.write( "So the number of ways of forming the committee with at least one girl is 495-126=369.
\n" ); document.write( "
\n" ); document.write( "
\n" );