document.write( "Question 618134: solve the following systems of equations.
\n" );
document.write( "x+4y=8(1)
\n" );
document.write( "x=3-4y(2)
\n" );
document.write( "What is the solution of the method? \n" );
document.write( "
Algebra.Com's Answer #388732 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! solve the following systems of equations. \n" ); document.write( "x+4y=8(1) \n" ); document.write( "x=3-4y(2) --> x+4y=3 \n" ); document.write( "---------- \n" ); document.write( "x+4y=8 \n" ); document.write( "x+4y=3 \n" ); document.write( "-------- Subtract \n" ); document.write( "0 = 5 \n" ); document.write( "--> inconsistent, no solution \n" ); document.write( " \n" ); document.write( " |