document.write( "Question 426741: There are n teams in a league and the number of games played is given by the polynomial n2 -n =N. A woman softball leagues has 6 teams. what is the total numbers of games to be played?? \n" ); document.write( "
Algebra.Com's Answer #296824 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
If the total number of games is given by n^2-n then we can factor n^2-n = n(n-1).
\n" ); document.write( "Thus for 6 teams it's 6(6-1)=30 games.
\n" ); document.write( "
\n" );