document.write( "Question 1145499: How far from the line 3x+2y=5 is the point of intersection of x+y=5 and x - y=3? \n" ); document.write( "
Algebra.Com's Answer #766725 by ikleyn(52835)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "The intersection point is easy to find : for it, add and subtract the given equations. You will get the intersection point (4,1).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To find its distance from the line 3x + 2y = 5, use this formula\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    d = \"abs%28Ap+%2B+Bq+%2BC%29%2Fsqrt%28A%5E2%2BB%5E2%29\",     (1)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "which is valid for any point (p,q) in a coordinate plane and any line Ax + By + C = 0.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "In your case, p= 4, q= 1, A = 3, B= 2, C= -5,  so the distance is\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    d = \"abs%283%2A4+%2B+2%2A1+-+5%29%2Fsqrt%283%5E2%2B2%5E2%29\" = \"9%2Fsqrt%2813%29\" units.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "--------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Regarding the formula (1), see the lesson\r
\n" ); document.write( "\n" ); document.write( "    - The distance from a point to a straight line in a coordinate plane \r
\n" ); document.write( "\n" ); document.write( "    - HOW TO calculate the distance from a point to a straight line in a coordinate plane \r
\n" ); document.write( "\n" ); document.write( "    - Using formula for the distance from a point to a straight line in a plane to solve word problems \r
\n" ); document.write( "\n" ); document.write( "    - OVERVIEW of lessons on the distance from a point to a straight line in a coordinate plane \r
\n" ); document.write( "\n" ); document.write( "in this site.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );