197k views
0 votes
What is the distance between (-5,5) and (2,6) rounding to the nearest hundred

User Ezdazuzena
by
7.1k points

1 Answer

1 vote

\bf \textit{distance between 2 points}\\ \quad \\ \begin{array}{lllll} &x_1&y_1&x_2&y_2\\ % (a,b) &({{ -5}}\quad ,&{{ 5}})\quad % (c,d) &({{ 2}}\quad ,&{{ 6}}) \end{array}\qquad % distance value d = \sqrt{({{ x_2}}-{{ x_1}})^2 + ({{ y_2}}-{{ y_1}})^2} \\\\\\ d=√([2-(-5)]^2+[6-5]^2)\implies d=√((2+5)^2+(6-5)^2) \\\\\\ d=√(7^2+1^2)\implies d=√(50)
User Belurd
by
6.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.