document.write( "Question 1000870: Write a function that models the distance D from a point on the line y = 11 x - 6 to the point (0,0) (as a function of x). \r
\n" );
document.write( "\n" );
document.write( "D(x) = √(122x2−132x+36) \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "The point on the line that is closest to (0, 0) is
\n" );
document.write( "( , ) (numerical answers) \r
\n" );
document.write( "\n" );
document.write( "I was able to find D(x) but unsure how to find the x and y coordinates? please explain \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #618165 by josgarithmetic(39618)![]() ![]() ![]() You can put this solution on YOUR website! You did the more advanced part but did not know how to do the less advanced part?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Intuition should tell you to find the equation of the line perpendicular to y=11x-6 which contains the point (0,0). At which point do the two lines intersect?\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Once you solved for x, you could then just use the value in the formula you found for D(x) to find that distance asked for. \n" ); document.write( " |