F1 = 6*cos(30) i + 6*sin(30) j = 5.20 i + 3 j
F2 = 0 i + 5 j
R = F1 + F2
Add the 'i's together (x direction) and the 'j's together (y direction)
R = (5.20 + 0) i + (3 + 5) j = 5.2 i + 8 j
Magnitude:
||R|| = √(5.2^2 + 8 ^2) = √91 = 9.54
Direction:
Θ = atan ( Rj / Ri ) = atan( 8 / 5.2 ) = 57.0⁰