jlgdr
Bull78
If, on a coordinate plane, point A has the coordinates (-3,4), how far is point A from point E?
1) Point E is on the Y-axis, four units from the origin
2) If point A were twice as far from point E, it would be the same distance from point E as point C is at coordinates (0,-2)
Lets see your wise oppinions colleagues!
Whats the OA please?
I thought the answer was B
You can take the distance from A to C and that would be twice the distance from A to E, so just divide by 2
Answer is B
Let us know please
Cheers
Happy thanksgiving!
J

B cannot be the answer since we do not know about point E
Suppose Point E has co ordinates (x,y)
Distance between Point E(x,y) and C(0, -2) = \sqrt{(y+2)^2 + x^2}
Distance between Point A(-3,4) and E(x,y) = \sqrt{(y-4)^2 + (x+3)^2} (By Distance formula)
Given 2(AE)=CE
so 2\sqrt{(y-4)^2 + (x+3)^2}= \sqrt{(y+2)^2 + x^2}
squaring both the sides
4((y-4)^2 + (x+3)^2) = ((y+2)^2 + x^2)
The above equation gives you an equation including x and y, that would be unsolvable further
Hope that helps..