SOLUTION: A line segment 5 units long has one of its ends at (3,1). The ordinate of the other end is 5. Find its abscissa.

Algebra ->  Length-and-distance -> SOLUTION: A line segment 5 units long has one of its ends at (3,1). The ordinate of the other end is 5. Find its abscissa.      Log On


   



Question 166153: A line segment 5 units long has one of its ends at (3,1). The ordinate of the other end is 5. Find its abscissa.
Answer by jojo14344(1513) About Me  (Show Source):
You can put this solution on YOUR website!

The line segment 5 units will serve as the distance between the points.
Just like Pyth.theorem, we use the formula,
distance%5E2=%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2
Given ---system%28x%5B1%5D=3%2Cx%5B2%5D=x%5B2%5D%2Cy%5B1%5D=1%2Cy%5B2%5D=5%29
Continuing,
5%5E2=%28x%5B2%5D-3%29%5E2%2B%285-1%29%5E2
25=x%5B2%5D%5E2-6x%2B9%2B16
25=x%5B2%5D%5E2-6x%2B25 ---> cross%2825%29=x%5B2%5D%5E2-6x%2Bcross%2825%29
x%5B2%5D%5E2-6x=0
x%5B2%5D%28x%5B2%5D-6%29=0 -----> highlight%28x%5B2%5D=6%29 ANSWER, abscissa
See graph,
-- line segment 5 units (RED LINE) has points (3,1) & (6,5)
Thank you,
Jojo