document.write( "Question 354706: Find the coordinates of the point on the line y=4x+1 closest to (2,0) \n" ); document.write( "
Algebra.Com's Answer #253439 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! It's on the line thru the point (2,0) that's perpendicular to the line y = 4x+1 \n" ); document.write( "Slope = -1/4 thru (2,0) \n" ); document.write( "Use y = mx + b and the point to find b \n" ); document.write( "0 = (-1/4)*2 + b \n" ); document.write( "b = 1/2 \n" ); document.write( "--> y = (-1/4)x + 1/2 \n" ); document.write( "It's the intersection of those two lines. \n" ); document.write( "4x+1 = -x/4 + 1/2 \n" ); document.write( "16x+4 = -x + 2 \n" ); document.write( "17x = -2 \n" ); document.write( "x = -2/17, y = 9/17 \n" ); document.write( "(-2/17,9/17) \n" ); document.write( " |