document.write( "Question 1062301: I have to estimate the solution of the linear system graphically. Then check the solution algebraically.\r
\n" );
document.write( "\n" );
document.write( "y= -x + 3
\n" );
document.write( "y= x + 1\r
\n" );
document.write( "\n" );
document.write( "Please help! \n" );
document.write( "
Algebra.Com's Answer #677168 by rothauserc(4718) You can put this solution on YOUR website! Here is a graph of the two lines, red line is y = -x + 3, green line is y = x + 1 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "point of intersection looks like (1, 2) \n" ); document.write( ": \n" ); document.write( "set both equations = to each other \n" ); document.write( ": \n" ); document.write( "-x + 3 = x+ 1 \n" ); document.write( ": \n" ); document.write( "2x = 2 \n" ); document.write( ": \n" ); document.write( "x = 1 \n" ); document.write( ": \n" ); document.write( "the solution is x = 1, y = 2 \n" ); document.write( " |