SOLUTION: What is the distance between P(0, 14) and Q(5, -2)?

Algebra.Com
Question 1049306: What is the distance between P(0, 14) and Q(5, -2)?
Answer by Theo(13342)   (Show Source): You can put this solution on YOUR website!
the equation for the length of a straight line is:

y = sqrt((x2-x1)^2 + (y2-y1)^2)

in your problem:

(x1,y1) = (0,14)

(x2,y2) = (5,-2)

these points are assigned by you.

you could just have easily assigned as follows:

(x1,y1) = (5,-2)

(x2,y2) = (0,14)

for this equation it makes no difference which of the points is assigned to (x1,y1) and which of the points is assigned to (x2,y1).

the only thing that is required is that the two points be the end points of the line.

you plug this values into the equation and you get the length of the line.

your equation would become:

y = sqrt( (5-0)^2 + (-2-14)^2 )

or it would become:

y = sqrt( (0-5)^2 + (14-(-2))^2 )

either way, your answer will be that y = sqrt(281).

that is the straight line distance between (0,14) and (5,-2)

here's a good tutorial on the distance between two points formula and calculation techniques.

http://www.purplemath.com/modules/distform2.htm

RELATED QUESTIONS

What is the distance between P(-3, -2) and Q(5,... (answered by tommyt3rd)
What is the distance between P(-3, -2) and Q(5,... (answered by josgarithmetic)
What is the distance between point P and point Q? (answered by Alan3354)
what is the distance between P(-98,61) and... (answered by Alan3354)
What is the distance between P(12, 11) and Q(5,... (answered by pmatei)
What is the distance between points P(2, 7) and Q(10,... (answered by tommyt3rd)
Find the distance between the point P(%, 2) and Q(0,... (answered by jerryguo41)
Find the distance between P(-2,3) and... (answered by Neeraja)
find the distance between P(-8,4) and Q(3,-2). (answered by RAY100)