document.write( "Question 161718: Solve the system of equations using the addition (elimination) method.
\n" );
document.write( "If the answer is a unique solution, present it as an ordered pair: (x,y).
\n" );
document.write( "If not, specify whether the answer is \"no solution\" or infinitely many solutions.\"
\n" );
document.write( "5x-4y=1
\n" );
document.write( "-10x+8y=-3 \n" );
document.write( "
Algebra.Com's Answer #119185 by Edwin McCravy(20056)  You can put this solution on YOUR website!  \n" );
document.write( "\r\n" );
document.write( "To eliminate the terms in y, multiply the first equation\r\n" );
document.write( "through by 2:\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "Now add corresponding terme vertically:\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "\r\n" );
document.write( "Since all the variables cancelled out leaving only\r\n" );
document.write( "numbers, and the resulting numerical equation is \r\n" );
document.write( "FALSE, the system is said to be INCONSISTENT, and\r\n" );
document.write( "has NO SOLUTION. \r\n" );
document.write( "\r\n" );
document.write( "[Note: If all the variables had cancelled out leaving \r\n" );
document.write( "only numbers, and the resulting numerical equation had \r\n" );
document.write( "been TRUE instead of FALSE, then the system would have \r\n" );
document.write( "been DEPENDENT, and the system would have INFINITELY\r\n" );
document.write( "MANY SOLUTIONS.]\r\n" );
document.write( "\r\n" );
document.write( "Edwin \n" );
document.write( " |
\n" );