document.write( "Question 312665: There are N teams in a league & the number of games played is given by the polynomial n to the 2nd power minus n = N. A womens soft ball league had 9 teams. what is the total number of games played? \n" ); document.write( "
Algebra.Com's Answer #223532 by nyc_function(2741) You can put this solution on YOUR website! n^2 - n = N\r \n" ); document.write( "\n" ); document.write( "Let N = 9\r \n" ); document.write( "\n" ); document.write( "n^2 - n = 9\r \n" ); document.write( "\n" ); document.write( "Can you take it from there? \n" ); document.write( " |