document.write( "Question 390478: There are 2 girls and 7 boys in a math club. A team of four persons must be chosen for a tournament, and there must be at least 1 girl on the team. In how many ways can this be done? \n" ); document.write( "
Algebra.Com's Answer #276919 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!
2 girls, 7 boys , total 9 persons\r
\n" ); document.write( "\n" ); document.write( "No. of ways to choose 4 persons from 9 = 9C4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "no. of ways to choose 4 persons from 7 boys = 7C4 ( no girls)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "according to question, there must be at least 1 girl, so we will reduce number of ways in which no girls in team...\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total no. of ways in which there must be at least 1 girl = 9C4 -7C4\r
\n" ); document.write( "\n" ); document.write( "= 126 - 35\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "=91\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if any problem related to the concept, u r welcome to contact ......\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );