I have tried attaching an image of the triangle I am working with but since I am a new user this site will not let me post images (kind of defeats the purpose, but anyways).
I have the following triangle:
Point A = (x:40, y:100) Point B = (x:50, y:50) Point C = ?? d = 20 degrees (which is the angle between vectors BA and CA.
I am tring to find out the coordinates of Point C. I have tried using the law of cosines and scoured the net looking for a close example that I can learn from and figure out why I can't get the correct formula for this.
Can any one please lend a hand in figuring out this formula.
Thank you!

I don't think you have enough information to find a unique solution, or even to narrow the solution down to a finite number of possibilities. A triangle in the plane has six degrees of freedom, i.e. you need six real numbers to uniquely specify the locations of its vertices. You only have five known parameters.