document.write( "Question 132838: Thirty-eight teams are in a tournament. If each team plays every other team only once, then how many games will occur? \n" ); document.write( "
| Algebra.Com's Answer #97416 by scott8148(6628)     You can put this solution on YOUR website! each of 38 teams plays 37 other teams __ BUT - A playing B is the same as B playing A\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, 38*37/2 \n" ); document.write( " |