document.write( "Question 339643: Graph the lines on the same coordinate plane. Use algebra to find the coordinates of the point of intersection (the coordinates are integers).
\n" );
document.write( "x-3y=-51 3x-y=-65 \n" );
document.write( "
Algebra.Com's Answer #243361 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x-3y=-51 \n" ); document.write( "-3Y=-X-51 \n" ); document.write( "Y=-X/-3-51/-3 \n" ); document.write( "Y=X/3+17 (RED LINE) \n" ); document.write( "3x-y=-65 \n" ); document.write( "-Y=-3X-65 \n" ); document.write( "Y=3X+65 (GREEN LINE) \n" ); document.write( " \n" ); document.write( "INTERCEPTS (-18,11) \n" ); document.write( " |