SOLUTION: Find all points (x,y) that are 13 units away from the point (2,7) and that lie on the line x - 2y = 10.
Give your answer as a list of points separated by semicolons, with the po
Algebra ->
Graphs
-> SOLUTION: Find all points (x,y) that are 13 units away from the point (2,7) and that lie on the line x - 2y = 10.
Give your answer as a list of points separated by semicolons, with the po
Log On
Question 1029905: Find all points (x,y) that are 13 units away from the point (2,7) and that lie on the line x - 2y = 10.
Give your answer as a list of points separated by semicolons, with the points ordered such that their x-coordinates are in increasing order. (So "(1,-3); (2,3); (5,-7)" - without the quotes - is a valid answer format.)
You can put this solution on YOUR website! From the distance formula, , after substituting x = 2y + 10 into the equation above.
<==> after simplifying.
==> ==> (5y+28)(y-2) = 0 ==> y = -28/5, 2
==> x = -6/5, 14.
Therefore the points are (-6/5, -28/5); (14,2).