document.write( "Question 639930: Solve the simultaneous equation :f-2g+3=2f-3g+2=1 \n" ); document.write( "
Algebra.Com's Answer #403003 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve the simultaneous equation : \n" ); document.write( "Assume the equations are: (some commas, and/or spaces would help) \n" ); document.write( "f - 2g + 3 = 2 \n" ); document.write( "f - 3g + 2 = 1 \n" ); document.write( "combine the numerical terms on the right \n" ); document.write( "f - 2g = 2 - 3 \n" ); document.write( "f - 2g = -1 \n" ); document.write( "and \n" ); document.write( "f - 3g = 1 - 2 \n" ); document.write( "f - 3g = -1 \n" ); document.write( ": \n" ); document.write( "Using elimination \n" ); document.write( "f - 2g = -1 \n" ); document.write( "f - 3g = -1 \n" ); document.write( "-------------- \n" ); document.write( "Subtraction eliminates f, find g \n" ); document.write( "g = 0 \n" ); document.write( "then obviously \n" ); document.write( "f = -1 \n" ); document.write( " |