caddmanq, I dunno how u got that answer coz the answer is (87,258)
I could do it using trig, but I gotta do it using vectors and the dot product...
This is what I did:
A=(10,20) ; B=(210,200); C=(x,y)
vector AB=200i+180j
vector BC=(x-10)i+(y-20)j
AB.BC=200(x-10)+180(y-20)=|AB||BC|cos(30)
200(x-10)+180(y-20)=(250)(269)cos(30)
So I get an equation in x & y, I need one more equation to solve, and I got no idea how to get it

!