document.write( "Question 623910: find a solution for -2x + y = -3 and -x + 2y = -3? \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( " 4x - 2y = 6 ||multiplying (-2x+y= -3) thru by -2 to eliminate the y variable\n" ); document.write( " -x + 2y = -3\n" ); document.write( " 3x = 3, x = 1 and y = - 1 \n" ); document.write( "Ordered Pair(1,-1) the slution for this system\n" ); document.write( "\n" ); document.write( "