document.write( "Question 157324: In the sports league of n team s in which each team plays every other team twice, the total number of N of games to be played is given by N=n^2-n. How many teams are in a softball league if the number of games played is 42? \n" ); document.write( "
Algebra.Com's Answer #115985 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
42=n^2-n
\n" ); document.write( "n^2-n-42=0
\n" ); document.write( "(n-7)(n+6)=0
\n" ); document.write( "n-7=0
\n" ); document.write( "n=7 number of games
\n" ); document.write( "
\n" );