Ok so for the phasor here is what I did:
123∠20°+69∠-10°=
123cos(20)=115.58 69cos(-10)=67.95
123sin(20)=42.07 69sin(-10)=-11.98
116+j42 + 68-j12 = 184+j30
Sqrt(184^2+30^2)=186.43
Tan-1(30/184)=9.26
186∠9°=
Looks good. I also mentally sketched the vectors, and expected something around 190∠10°, so this looks even better.
The second one I had trouble with.
(35+j50) / (13-j7)
Sqrt(35^2+50^2)=61.03 Sqrt(13^2-7^2)=10.95
Tan-1(50/35)=55.01 Tan-1(-7/13)=-28.30
61∠55° / 11∠-28°= 6∠-2°
6cos(-2)=5.99
6sin(-2)=-.21
6-j.2=
I don't think that is the correct answer, if you can shed some light that would be great.
First, 61/11 = 5.545; you shouldn't round until the end, assuming you were told the answer should be rounded, because early rounding leads to cumulative errors. Even better, 61.03/10.95 = 5.57.
Second, you appear to have
divided the angles; lengths are divided, angles are
subtracted: 55.01 - (-28.30) = 83.31°.
As Khan mentioned, you can also divide complex numbers as complex numbers, avoiding the need to convert twice in this case (though the work is somewhat harder in itself):
Given (35+j50) / (13-j7), we multiply numerator and denominator by the complement, (13+j7):
(35+j50)(13+j7) = 455 + j245 + j650 + 350j^2 = 455 + j245 + j650 - 350 = 105 + j895
(13-j7)(13+j7) = 169 + 49j^2 = 169 - 49 = 120
So the answer you get the other way should agree with 105/120 + j895/120.
Finish each way, and see if they do agree. (There will probably be some difference due to rounding.)