document.write( "Question 889404: find two numbers a and b such that following system on linear equation is an inconsistent system
\n" );
document.write( " x-y =-4
\n" );
document.write( " ax+2y=b \n" );
document.write( "
Algebra.Com's Answer #538147 by richwmiller(17219) You can put this solution on YOUR website! -2x+2y=8 \n" ); document.write( "a=-2 \n" ); document.write( "b=8 \n" ); document.write( " |