document.write( "Question 162248This question is from textbook intermediate algebra
\n" );
document.write( ": at one time, hockey teams received 2 points when they won a game and 1 point when they tied. one season, a team won a championship with 60 points. they won 9 more games than they tied. how many wins and how many ties did the team have? \n" );
document.write( "
Algebra.Com's Answer #119569 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = number of games tied \n" ); document.write( "then from \"they won 9 more games than they tied\" we get \n" ); document.write( "x+9 = number of games won \n" ); document.write( ". \n" ); document.write( "\"tied points\" + \"win points\" = \"total points\" \n" ); document.write( "x + 2(x+9) = 60 \n" ); document.write( "x + 2x + 18 = 60 \n" ); document.write( "3x = 42 \n" ); document.write( "x = 14 (games tied) \n" ); document.write( ". \n" ); document.write( "games won: \n" ); document.write( "x+9 = 14+9 = 23 (games won) \n" ); document.write( " \n" ); document.write( " |