The above is correct. However you may have studied another method, and perhaps this is the way you should do it: The formula for the shortest distance from the point (x1,y1) to the line Ax+By+C=0 is:The line's equation y = 2x-2 is equivalent to -2x + y + 2 = 0 and A = -2, B = 1, C = 2, x1 = 6, y1 = 0, Edwin