Question
Question: distance between 2 centres of circle...
distance between 2 centres of circle
Answer
For any two points A(x1,y1) and B(x2,y2) representing the centers of two circles, the distance d between them is given by
d=(x2−x1)2+(y2−y1)2.For example, in the similar problem the centers are taken as
A(0,3)andB(45,4).Then, the distance is
d=(45−0)2+(4−3)2=80+1=81=9.Distance between the two centers is 9.
Explanation
Solution
- Use the distance formula d=(x2−x1)2+(y2−y1)2.
- For centers A(0,3) and B(45,4), calculate: d=(45)2+(1)2=80+1=81=9.