document.write( "Question 365510: 9 basketball players are trying out to be on a newly formed basketball team. Of these players, 5 will be chosen for the team. If 6 of the players are guards and 3 of the players are forwards, how many different teams of 3 guards and 2 forwards can be chosen? \n" ); document.write( "
Algebra.Com's Answer #261413 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways to choose 3 guards from 6 = 6C3 = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "no. of ways to choose 2 forwards from 3 = 3C2 = 3 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "total no. of ways = 20 * 3 = 60\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |