document.write( "Question 182127This question is from textbook
\n" );
document.write( ": At one time, hockey teams receive two points when they won a game and one point when they tied. One season, a team won the championship with 60 points. They won 9 games more than they tied. How many wins and how many ties did the team have. \n" );
document.write( "
Algebra.Com's Answer #136694 by tvandenberg(45)![]() ![]() ![]() You can put this solution on YOUR website! Well, we will call Wins \"W\" and ties \"T\".\r \n" ); document.write( "\n" ); document.write( "So, we know two equations:\r \n" ); document.write( "\n" ); document.write( "(A) 2*W + 1*T = 60 \n" ); document.write( "(B) W = T + 9\r \n" ); document.write( "\n" ); document.write( "Substituting (B) into (A)\r \n" ); document.write( "\n" ); document.write( "2(T+9) + T = 60\r \n" ); document.write( "\n" ); document.write( "3T = 42 --> T = 14\r \n" ); document.write( "\n" ); document.write( "Substituting back into (B)\r \n" ); document.write( "\n" ); document.write( "W = 14 + 9 = 23\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "23 wins, 14 ties \n" ); document.write( " |