\n" );
document.write( "Hi \n" );
document.write( "3x-y=2 |multiplying thru by -2 to eliminate the y variable by adding the Eqs \n" );
document.write( "5x-2y=6\r \n" );
document.write( "\n" );
document.write( "-6x+2y=-4 |ADDing the two EQuations together \n" );
document.write( "5x-2y=6 \n" );
document.write( " -x = 2 \n" );
document.write( " x = -2 and y = -8 Substituting x = -2 in to the 1st EQ to find y \n" );
document.write( "Ordered Pair(-2,-8) the Solution for this system of Equations