On the line (x,5x+1) we want to find the point closest to (3,5). Write the distance formula (the square of distance formula) d^2 = (x-3)^2 + (5x+1-5)^2 = (x-3)^2 + (5x-4)^2 = x^2 - 6x + 9 + 25x^2 - 40x + 16 = = 26x^2 - 46x + 25. The minimum of this quadratic form is at x == = . ANSWER. The closest point is ( , ) = ( , ).