document.write( "Question 731712: Graph to solve the following linear system.\r
\n" );
document.write( "\n" );
document.write( "Y=-x+5
\n" );
document.write( "-5x+2y=10 \n" );
document.write( "
Algebra.Com's Answer #447237 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Y=-x+5.......................(1) \n" ); document.write( "-5x+2y=10.....................(2)\r \n" ); document.write( "\n" ); document.write( "Find the x & y intercept points by plugging x=0,y=0 in both equations. \n" ); document.write( "equation I \n" ); document.write( "when x= 0 y= 5 ,( 0 , 5 ) \n" ); document.write( "when y = 0 x= 5 ,( 5 , 0 ) \n" ); document.write( "Equation 2 \n" ); document.write( "when x= 0 y= 5 ( 0 , 5 ) \n" ); document.write( "when y = 0 x= -2 ( -2 , 0 ) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "You will observe that the point of intersection is 0 , 5 \n" ); document.write( "The solution of the system is ( 0 , 5 ) \n" ); document.write( " \n" ); document.write( " |