document.write( "Question 366130: in the 2004-2005 nba regular season, the phoenix suns won two more than three times as many games as they lost. the suns played 82 games. how many wins and losses did the team have? \n" ); document.write( "
Algebra.Com's Answer #260913 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let \n" ); document.write( "W = number of wins \n" ); document.write( "and \n" ); document.write( "L = number of losses \n" ); document.write( "Now we translate the English facts into algebra... \n" ); document.write( "W = 2 + 3L (two more than three times what they lost) \n" ); document.write( "W + L = 82 (since there are 82 games total) \n" ); document.write( "Let's substitute the first equation into the second and get \n" ); document.write( "(2 + 3L) + L = 82 \n" ); document.write( "2 + 4L = 82 \n" ); document.write( "Now subtract two and get \n" ); document.write( "4L = 80 \n" ); document.write( "Divide by four... \n" ); document.write( "L = 20 \n" ); document.write( "Subtract from 82 games... \n" ); document.write( "W = 62 \n" ); document.write( "They won 62 and lost 20. \n" ); document.write( " |