document.write( "Question 607074: We have 6 golfers, we are playing together over six days, split into 2 teams of 3
\n" );
document.write( "Larry
\n" );
document.write( "John
\n" );
document.write( "Peter\r
\n" );
document.write( "\n" );
document.write( "Brian
\n" );
document.write( "Trevor
\n" );
document.write( "Mike\r
\n" );
document.write( "\n" );
document.write( "What is best way to ensure that the team members are playing evenly with the other team members. \n" );
document.write( "
Algebra.Com's Answer #382467 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! Larry, John, Peter, Brian, Trevor, Mike \n" ); document.write( " \r\n" ); document.write( "Pick one of the golfers, say Larry, as the chooser of \r\n" ); document.write( "his two team-mates. Any choice Larry makes for his two \r\n" ); document.write( "team-mates will determine both teams. That's because\r\n" ); document.write( "Larry will play with the two golfers he chose as \r\n" ); document.write( "team-mates, and the 3 that he didn't choose will make\r\n" ); document.write( "up the other team.\r\n" ); document.write( "\r\n" ); document.write( "The number of ways Larry can choose his 2 team-mates \r\n" ); document.write( "from the 5 is:\r\n" ); document.write( "\r\n" ); document.write( "C(5,2), 5C2, \n" ); document.write( " \n" ); document.write( " |