2.3k views
0 votes
Find the distance between the given points. A(5, 3) and B(7, - 4). Distance =​

User Lehiester
by
5.9k points

2 Answers

5 votes
The answer is -9/2. Enjoy the holidays
User Letronje
by
6.3k points
5 votes

The distance between the given points is 7.28.

Distance between two points.

In a Cartesian coordinate plane, the distance between two points can be determined by using the distance formula. The distance formula can be represented as:


d = √((x_2-x_1)^2 +(y_2-y_1)^2)

where;

  • x_1 = 5
  • y_1 =3
  • x_2 = 7
  • y_2 = -4


d = √((7-5)^2 +(-4-3)^2)


d = √((2)^2 +(-7)^2)


d = √(4 +49)


d = √(53)

d = 7.28

User Sethen
by
5.9k points