document.write( "Question 181727: Method of Substitution
\n" );
document.write( "8. Ugo plays hockey and is awarded 2 points for each goal and 1 point for each assist. Last season he had a total of 86 points. He scored 17 fewer goals than assists.
\n" );
document.write( "a) Write a linear system to represent the information.
\n" );
document.write( "b) Solve the system using the method of substitution.
\n" );
document.write( "c) What does the solution represent in the context of this equation?
\n" );
document.write( "Please and thank you very much. \n" );
document.write( "
Algebra.Com's Answer #136371 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! Method of Substitution \n" ); document.write( "8. Ugo plays hockey and is awarded 2 points for each goal and 1 point for each assist. Last season he had a total of 86 points. He scored 17 fewer goals than assists. \n" ); document.write( "a) Write a linear system to represent the information. \n" ); document.write( "b) Solve the system using the method of substitution. \n" ); document.write( "c) What does the solution represent in the context of this equation?\r \n" ); document.write( "\n" ); document.write( ": \n" ); document.write( "let g and a be the number of goals and assists respectively \n" ); document.write( ": \n" ); document.write( "a)2g+1a=86........eq 1 \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "b)take g's value from eq 2 and substitute into eq 1 \n" ); document.write( ": \n" ); document.write( "2(a-17)+a=86 \n" ); document.write( ": \n" ); document.write( "2a-34+a=86 \n" ); document.write( ": \n" ); document.write( "3a=120 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "c) the solutions represent the number of assists and goals \n" ); document.write( " |