document.write( "Question 400542: How many ways can two teams of 4 players be chosen from 10 people? \n" ); document.write( "
Algebra.Com's Answer #283538 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!
no. of ways to choose players for first team = 10C4\r
\n" ); document.write( "\n" ); document.write( "no. of ways to choose players for second team = 6C4 \r
\n" ); document.write( "\n" ); document.write( "no. of ways = 210 * 15 = 3150
\n" ); document.write( "(if there are two particular team, i.e team A and team B)\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if order of team doesn't matter \r
\n" ); document.write( "\n" ); document.write( "then no. of ways = 210 * 15 / 2! = 1575 \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );