document.write( "Question 287713: Hockey teams receive 2 points when they win and 1 point when they tie. One season, a team won a championship with 63 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 #208475 by tinkerbell146(2)![]() ![]() ![]() You can put this solution on YOUR website! w=wins-2 point \n" ); document.write( "t=ties-1 point\r \n" ); document.write( "\n" ); document.write( "w+t=63 \n" ); document.write( "t=9+w\r \n" ); document.write( "\n" ); document.write( "Hope this helps \n" ); document.write( " \n" ); document.write( " |