document.write( "Question 394730: There are 5 groups (A,B,C,D,E)and in each group there are 4 teams. Each team in a group will play against the other team only once.
\n" );
document.write( "how many games will each group play?
\n" );
document.write( "How many games are played total? \n" );
document.write( "
Algebra.Com's Answer #280058 by MCAT(6)![]() ![]() ![]() You can put this solution on YOUR website! In each group there are 4 teams; team 1,2,3 and 4.\r \n" ); document.write( "\n" ); document.write( "Group no 1:\r \n" ); document.write( "\n" ); document.write( "1 vs. 2 \n" ); document.write( "1 vs. 3 \n" ); document.write( "1 vs. 4 \n" ); document.write( "2 vs. 3 \n" ); document.write( "2 vs. 4 \n" ); document.write( "3 vs. 4\r \n" ); document.write( "\n" ); document.write( "As you can see 6 games will be played per group.\r \n" ); document.write( "\n" ); document.write( "6(the amount of games played in each group)x5(the amount of groups)=30(the amount of games played in total)\r \n" ); document.write( "\n" ); document.write( "Therefore, each group will play 6 games and there will be 30 games played in total. \n" ); document.write( " |