document.write( "Question 206061: solve the following system of equations\r
\n" );
document.write( "\n" );
document.write( "x +3y =9 (1)
\n" );
document.write( "x=5-3y (2) \n" );
document.write( "
Algebra.Com's Answer #155660 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! x + 3y = 9 (1) \n" ); document.write( "x = 5 - 3y (2) \n" ); document.write( "; \n" ); document.write( "Add 3y to both sides of the 2nd equation and you have: \n" ); document.write( "x + 3y = 9 \n" ); document.write( "x + 3y = 5 \n" ); document.write( ": \n" ); document.write( "Obviously, there is no solution to this system \n" ); document.write( " |