document.write( "Question 1201202: dmitri plays hockey. He earns 1 point for every goal he scores and 1 point for every assist. This season he earned 63 points. He scored 17 fewer goals than assist. How many goals did dmitri score this season? How many assist did he have? \n" ); document.write( "
Algebra.Com's Answer #835471 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
g = number of goals
\n" ); document.write( "a = number of assists.
\n" ); document.write( "g + a = 63
\n" ); document.write( "g = a - 17
\n" ); document.write( "replace g with a - 17 to get:
\n" ); document.write( "a - 17 + a = 63
\n" ); document.write( "combine like terms to get:
\n" ); document.write( "2a - 17 = 63
\n" ); document.write( "add 17 to both sides to get:
\n" ); document.write( "2a = 80
\n" ); document.write( "solve for a to get:
\n" ); document.write( "a = 80/2 = 40
\n" ); document.write( "g = 40 - 17 = 23
\n" ); document.write( "g + a = 23 + 40 = 63
\n" ); document.write( "number of goals is 17 fewer that number of assists.
\n" ); document.write( "number of goals plus number of assists is equal to 63.
\n" ); document.write( "solution is he scored 40 assists.
\n" ); document.write( "
\n" ); document.write( "
\n" );