document.write( "Question 562838: Question
\n" );
document.write( "write a system of linear equations that has no solution
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "my work
\n" );
document.write( "x+y=8
\n" );
document.write( "-x-y=-8\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #364710 by issacodegard(60)![]() ![]() You can put this solution on YOUR website! Hi, the system you gave has infinitely many solutions (any choice of x and y works). Here is a system with no solutions, \n" ); document.write( "x+y=8 \n" ); document.write( "-x-y=-7 \n" ); document.write( "Proof: \n" ); document.write( "Suppose there exists a solution pair, call it x,y. Then the equations are satisfied i.e. x+y=8 and -x-y=-7. Add the equations to get 0=1. But this can't be true, so there is no solution pair to the system by contradiction. \n" ); document.write( " |