first, you would find the sum of all the other angles.
85+115+50 = 250
knowing that the circumference of a circle is 360, you can subtract 250 from 360. which leaves you with 110. hopefully this is correct
Slope is -4-1/-7-3= -5/-10=1/2 it is y2-y1/x2-x1
the equation is y-y1= m(x-x1)= y-(-4) =1/2(x-3) =y+4 =1/2(x-3)
Using the dot product:
For any vector x, we have
||x|| = √(x • x)
This means that
||w|| = √(w • w)
… = √((u + z) • (u + z))
… = √((u • u) + (u • z) + (z • u) + (z • z))
… = √(||u||² + 2 (u • z) + ||z||²)
We have
u = ⟨2, 12⟩ ⇒ ||u|| = √(2² + 12²) = 2√37
z = ⟨-7, 5⟩ ⇒ ||z|| = √((-7)² + 5²) = √74
u • z = ⟨2, 12⟩ • ⟨-7, 5⟩ = -14 + 60 = 46
and so
||w|| = √((2√37)² + 2•46 + (√74)²)
… = √(4•37 + 2•46 + 74)
… = √314 ≈ 17.720
Alternatively, without mentioning the dot product,
w = u + z = ⟨2, 12⟩ + ⟨-7, 5⟩ = ⟨-5, 17⟩
and so
||w|| = √((-5)² + 17²) = √314 ≈ 17.720