document.write( "Question 776648: 2x + 3y = 8
\n" );
document.write( "-x + y = -4\r
\n" );
document.write( "\n" );
document.write( "Graph the linear system and estimate the solution \n" );
document.write( "
Algebra.Com's Answer #473657 by 1998Baby(63)![]() ![]() ![]() You can put this solution on YOUR website! 2x+3y=8 \n" ); document.write( "-x+y=-4 => mulitply this whole bottem equation by 2 \n" ); document.write( "_______ \n" ); document.write( "2x+3y=8 \n" ); document.write( "-2x+2y=-8 \n" ); document.write( "cross out the x values and add down \n" ); document.write( "you should get 5y=0 \n" ); document.write( "divide by five and y =0 \n" ); document.write( "then use 0 and put it in any equation. \n" ); document.write( "2x+3(0)=8 \n" ); document.write( "2x+0=8 \n" ); document.write( "x=4 \n" ); document.write( "ordered pair=(4,0) \n" ); document.write( " |