document.write( "Question 432988: A youth indoor soccer team has 6 starting players. The starting players must consist of 3 boys and 3 girls. there are 7 boys and 6 girls on the team. each player can play each position. In how many ways can the coach select players to start the game? \n" ); document.write( "
Algebra.Com's Answer #300168 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I think here positions of players should be considered...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "no. of ways = 7C3 * 6C3 * 6!\r \n" ); document.write( "\n" ); document.write( "= 504000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "otherwise no. of ways = 7C3 * 6C3 \r \n" ); document.write( "\n" ); document.write( "= 700\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |