15.5k views
3 votes
I really need help on these 2 questions

I really need help on these 2 questions-example-1
User FadelMS
by
8.6k points

1 Answer

4 votes
Question is poorly worded. Should read, "find the length of the line segment connecting the two dots, in terms of a, b, c and d."

Use the Pyth. Theorem:

(change in x)^2 + (change in y)^2 = (segment length)^2

Then:

(segment length)^2 = (d-b)^2 + (c-a)^2


and (segment length) = sqrt [ (d-b)^2 + (c-a)^2 ]
User Shoshana
by
8.4k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.