Question 82149
<pre><font size = 5><b>
Find the point on the positive y-axis that
is a distance 5 from the point 
P(3,4). The answer is multiple choice. 
a. A(0,6)
b. A(0,8)
c. A(6,0)
d. A(8,0)

Every point on the y-axis has 0 as its 
x-coordinate, which immediately
rules out c and d.  

So let the desired point be A(0,y)

Use the distance formula:
     ___________________
d = <font face = "symbol">Ö</font>(x<sub>2</sub>-x<sub>1</sub>)² + (y<sub>2</sub>-y<sub>1</sub>)²

(x<sub>1</sub>,y<sub>1</sub>) = (3,4), (x<sub>2</sub>,y<sub>2</sub>) = (0,y), d = 5

     ___________________
5 = <font face = "symbol">Ö</font>(0 - 3)² + (y - 4)²
     ________________
5 = <font face = "symbol">Ö</font>(-3)² + (y - 4)²
     ____________
5 = <font face = "symbol">Ö</font>9 + (y - 4)²

Square both sides:

25 = 9 + (y - 4)²

16 = (y - 4)²

Take square roots of both sides

±4 = y - 4

4 ± 4 = y

Using the +, y = 8
Using the -, y = 0

So there are two points on the x-axis
which are 5 units from P(3,4). They
are (0,8) and (0,0).  The only one
listed is (0,8). So the correct choice
is b.

Edwin</pre>