document.write( "Question 1196510: a base ball team consisting of 5 boys and 4 girls will be formed from a group of 6 boys and 7 girls. find how many different teams can be formed from the group? \n" ); document.write( "
Algebra.Com's Answer #829399 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "You need to choose 5 of the 6 boys AND 4 of the 7 girls: \n" ); document.write( "C(6,5)*C(7,4) = 6*35 = 210 \n" ); document.write( "ANSWER: 210 \n" ); document.write( "Note you chose \"permutations\" for the topic, but since nothing is said about the order in which they are picked, or about the positions each player plays, the problem is about combinations, not permutations. \n" ); document.write( " \n" ); document.write( " |