document.write( "Question 929070: y= x-3
\n" );
document.write( "y= -x+ 7
\n" );
document.write( "What's the solution ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564074 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! y= x-3 \n" ); document.write( " y= -x+ 7 \n" ); document.write( ".......... \n" ); document.write( "x-3 = -x + 7 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 and y = 2 \n" ); document.write( "Ordered Pair(5,2) the Solution for this System \n" ); document.write( " |