document.write( "Question 1116473: Find the perpendicular distance of the point (2, -1) from the line y= 3x+1 \n" ); document.write( "
Algebra.Com's Answer #731384 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find the perpendicular distance of the point (2, -1) from the line y= 3x+1
\n" ); document.write( "-------------
\n" ); document.write( "Find the perpendicular distance of the point (2,-1) from the line
\n" ); document.write( "3x - y + 1 = 0
\n" ); document.write( "a = 3
\n" ); document.write( "b = -1
\n" ); document.write( "c = 1
\n" ); document.write( "----
\n" ); document.write( "d = (ax + by + c)/sqrt(a^2 + b^2)
\n" ); document.write( "d = (3*2 + 1 + 1)/sqrt(9+1) = 8/sqrt(10)
\n" ); document.write( "d = 0.8*sqrt(10)
\n" ); document.write( "
\n" );