document.write( "Question 240724: Determine the solution to the system of linear equations graphically. If the system is dependent or inconsistent, so state. \r
\n" );
document.write( "\n" );
document.write( "y = x + 1 \r
\n" );
document.write( "\n" );
document.write( "y = 3x + 5 \n" );
document.write( "
Algebra.Com's Answer #176352 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! y = x + 1 \n" ); document.write( "y = 3x + 5 \n" ); document.write( "---------- \n" ); document.write( "x + 1 = 3x + 5 \n" ); document.write( "2x = -4 \n" ); document.write( "x = -2 \n" ); document.write( "---------- \n" ); document.write( "y = -1 \n" ); document.write( " |