Respuesta :
This is how to do it.
Use the distance formula for points to find the distance from the origin to points A, B, and C. The shortest distance is the answer you are searching for. Try it!
Answer:
Position of Ship =O(0,0)
Position of 4 cows=A(6,8), B(-4,9), and C(7,7).
We will find distance between Point O and Position of four cows using distance formula.
[tex]=\sqrt{(x_{2}-x_{1})^2+(y_{2}-y_{1})^2}\\\\x_{1}=0,y_{1}=0\\\\OA=\sqrt{6^2+8^2}\\\\=\sqrt{36+64}\\\\=\sqrt{100}\\\\=10\\\\OB=\sqrt{(-4)^2+(9)^2}\\\\OB=\sqrt{16+81}\\\\OB=\sqrt{97}\\\\=9.848\\\\OC=\sqrt{(7)^2+(7)^2}\\\\OC=\sqrt{49+49}\\\\OC=\sqrt{98}\\\\OC=7\sqrt{2}\\\\OC=9.898[/tex]
Cow B is closest to The Ship as distance is minimum from three ships.