document.write( "Question 269908: In each of the following systems , determine the solution ( Find the intersection of both lines\r
\n" );
document.write( "\n" );
document.write( "y=2x+3
\n" );
document.write( "y=-x+5 \n" );
document.write( "
Algebra.Com's Answer #197759 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Using substitution, we get \n" ); document.write( "2x + 3 = -x + 5 \n" ); document.write( "subtract x to get \n" ); document.write( " 3x + 3 = 5 \n" ); document.write( "subtract 3 to get \n" ); document.write( "3x = 2 \n" ); document.write( "divide to get \n" ); document.write( "x = 2/3 \n" ); document.write( "If x = 2/3 then y = 4 1/3. \n" ); document.write( "Your coordinate of intersection is \n" ); document.write( "(2/3, 4 1/3) \n" ); document.write( " |