Question 189352
7. Find the shortest distance, approximate to the nearest tenth for the following: Please include a final statement
a) from the point P(1, -4) to the line y=2
Thank you very much!!!!

<pre><font size = 4 color = "indigo"><b>
We draw the line y=2 which is the green line below,
and we plot the point P(1,-4)

{{{drawing(400,400,-6,6,-6,6,

graph(400,400,-6,6,-6,6,0,2), line(.9,-4,1.1,-4), line(1,-3.9,1,-4.1),
locate(1.2,-3.7,P(1,-4)) )}}} 

Now we draw the shortest line segment (in black) from from the point
P(1,-4) to the green line:


{{{drawing(400,400,-6,6,-6,6,

graph(400,400,-6,6,-6,6,0,2), line(.9,-4,1.1,-4), 
locate(1.2,-3.7,P(1,-4)), line(1,-4,1,2) )}}}

Now we use the y-axis as a measuring stick and make tick marks
along the black line segment we just drew from the point 
to the line. We make the marks the same distance apart as
the units marked off on the y-axis:

{{{drawing(400,400,-6,6,-6,6,
graph(400,400,-6,6,-6,6,0,2), line(.9,-4,1.1,-4), 
locate(1.2,-3.7,P(1,-4)), line(1,-4,1,2),
line(.9,-3,1.1,-3),line(.9,-2,1.1,-2), line(.9,-1,1.1,-1),
line(.9,0,1.1,0), line(.9,1,1.1,1),line(.9,2,1.1,2)
 )}}}

Count the units marked off on the black line segment.
We find it is 6 units long.  So the answer is 6.

Edwin</pre>