document.write( "Question 894361: Determine if the solution set for the system of equations shown is the empty set, contains one point or is infinite.
\n" );
document.write( "x - y = 5
\n" );
document.write( "2x + y = 1\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #541986 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x - y = 5 \n" ); document.write( "2x + y = 1 \n" ); document.write( "add them \n" ); document.write( "3x=6 \n" ); document.write( "x=2 \n" ); document.write( "y=-3 \n" ); document.write( "one point\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |