document.write( "Question 449204: 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 12 more games than they tied. How many wins and how many ties did the team have? \n" ); document.write( "
Algebra.Com's Answer #316057 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
2x+y=63
\n" ); document.write( "x=y+12
\n" ); document.write( "2(y+12)+y=63
\n" ); document.write( "3y+24=63
\n" ); document.write( "3y=39
\n" ); document.write( "y=13
\n" ); document.write( "x=25
\n" ); document.write( "The hockey team won 25 games and tied 13..
\n" ); document.write( "
\n" );