ankita
If, on a corrdinate plane, point A has the coordinates (-3,4), how far is point A from point E?
1) point E is on y- axis four units from the origin.
2) If the point A were twice as far from point E, it would be the same distance from point E as point C is at coordinate (0,-2).
Please explain the answer.
Thanks,
Ankita
we know that the distance beween two points is the length of the line connecting the two which is rootOver((X1 - X2)^2 + (Y1 - Y2)^2)
from statement 1 we have 2 possibilities point E is either (0,4) or (0,-4) so this alone is not sufficient
from statement 2: we have distance between point A and point C which is rootOver(45).
it says 2*rootOver((x+3)^2 + (y-4)^2) = rootOver(45)
we obviously cannot solve for x and y here also none of two values we got from statement 1satisfy this equation. so E ?
B should be it. we do not need the values of x and y cuz it is asking for the distance.