Join the growing community of curious minds on IDNLearn.com. Get timely and accurate answers to your questions from our dedicated community of experts who are here to help you.
Sagot :
The radius is from center to point on a circle.
So your task is count distance between two points: S(10,6) and A(-3,3).
Distance between two points A(x1, y1) and B(x2, y2) count from this formula:
[tex]|AB|=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \\ \\ \hbox{So:} \\ \\ r=|SA|=\sqrt{(-3-10)^2+(3-6)^2}=\sqrt{(-13)^2+(-3)^2}=\sqrt{169+9}= \\ r= \sqrt{178}[/tex]
So your task is count distance between two points: S(10,6) and A(-3,3).
Distance between two points A(x1, y1) and B(x2, y2) count from this formula:
[tex]|AB|=\sqrt{(x_2-x_1)^2+(y_2-y_1)^2} \\ \\ \hbox{So:} \\ \\ r=|SA|=\sqrt{(-3-10)^2+(3-6)^2}=\sqrt{(-13)^2+(-3)^2}=\sqrt{169+9}= \\ r= \sqrt{178}[/tex]
We value your presence here. Keep sharing knowledge and helping others find the answers they need. This community is the perfect place to learn together. Discover the answers you need at IDNLearn.com. Thanks for visiting, and come back soon for more valuable insights.