document.write( "Question 208196: Hockey team receives two points when they win and one point when they tie. One season, a team won a championship with 57 points. The won 12 more games than they tied. How many wins and how many ties did the team have? I would very much apprecaiate solution. I have been working on this for hours and I can't seem to come up with the right solution.
\n" );
document.write( "Thank you very much. \n" );
document.write( "
Algebra.Com's Answer #157527 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x = ties\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"won 12 more games than they tied\" ___ so x+12 = wins\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x+12) + 1(x) = 57\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "distributing ___ 2x + 24 + x = 57 ___ 3x = 33 ___ x = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, 11 ties and 23 wins \n" ); document.write( " |