document.write( "Question 187522: In a sports league of n teams in which each team plays every other team twice, the total number N of games to be played by N=n2 – n. \r
\n" );
document.write( "\n" );
document.write( "How many teams are in a softball league if the total number of games played is 42?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #140680 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! In a sports league of n teams in which each team plays every other team twice, the total number N of games to be played by: N = n^2 – n. \n" ); document.write( ": \n" ); document.write( "How many teams are in a softball league if the total number of games played is 42? \n" ); document.write( ": \n" ); document.write( "n^2 - n = 42 \n" ); document.write( ": \n" ); document.write( "n^2 - n - 42 = 0; A quadratic equation \n" ); document.write( "factors to: \n" ); document.write( "(n-7)(n+6) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "n = 7 teams \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in original equation: \n" ); document.write( "N = 7^2 - 7 \n" ); document.write( "N = 42 \n" ); document.write( " \n" ); document.write( " |