document.write( "Question 799362: when all n teams in a league play every other team twice, a total N games are played, where N= n^2-n. A soccer league has 8 teams and all play each other twice. How many games are played? \n" ); document.write( "
Algebra.Com's Answer #482633 by thejackal(72)![]() ![]() You can put this solution on YOUR website! f(N) = n^2-n \n" ); document.write( "substitute \n" ); document.write( "f(N) = 8^2-8 \n" ); document.write( "f(N) = number of games = 56 \n" ); document.write( " |