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)![]() ![]() 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( " \n" ); document.write( "The number of ways of forming the committee with only boys is \"9 choose 4\", \n" ); document.write( " \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( " |