108k views
0 votes
Brad and Barb are trying to find the length of a line segment connecting two points, (x1, y1) and (x2, y2). Brad uses the formula

d =
(x2 - x1)2 + (y2 - y1)2
.

Barb uses a different formula, but still gets the right answer. Which formula COULD she have used?

User Tianyi Shi
by
6.4k points

2 Answers

5 votes

Answer: √ (x1 - x2)2 + (y1 - y2)2

Step-by-step explanation: √ (x1 - x2)^2 + (y1 - y2)^2 is correct. Since the two binomials are being squared, the order of the terms does not matter.

User Janson
by
5.7k points
5 votes
Because the numbers are going to be squared the order doesn't matter so the answer would be

\sqrt{(x1-x2) ^(2) + (y1-y2)^2 }
User Turkhan Badalov
by
5.8k points