determine the sets of points whos distances from (-2,2) and (3,-3) are in the ratio of 2:3
Im clueless.....
Im clueless.....
I would use the given answers and plug and chug with the distance formula; finding the distance between each of those points and seeing if its in a 2:3 ratio.determine the sets of points whos distances from (-2,2) and (3,-3) are in the ratio of 2:3
Im clueless.....
Suppose (x,y) is the point who distance from (-2,2) and (3,-3) is the ratio 2:3
Use the Distance formulae for both of them i.e (x,y) & (-2,2) and (x,y) & (3,-3)
For (x,y) and (-2,2) using distance formula
√{[x - (-2)]^2 + (y - 2)^2}
For (x,y) and (3,-3)
√{(x - 3)^2 + [y - (-3)]^2}
Now since the sides are in ratio 2/3
[√{[x - (-2)]^2 + (y - 2)^2}}]/[√{(x - 3)^2 + [y - (-3)]^2}] = 2/3
Doing your cross multiplication and squaring both sides ( squaring comes 1st before x-multiply) you will end up with in equation below
(x^2 + 12x + 36) + (y^2 - 12y + 36) = 36 + 36
The reason im writing this step is because you will be tempted to Cancel out the 36's. Dont do that
Further Simplification gives you
(x + 6)^2 + (y - 6)^2 = (√72)^2
Points are x=-6 and y= 6. i.e (-6, 6)
Note this is an equation of a circle with a radius of √72 [Just for extra info 🙂]
Hope this is what your looking for...
what were the choices?
Cause i feel like every point on y = x should be 2:3 ratio with (-2,2) and (3,-3)