Question 1171187
D M S to decimal
----------------
First, convert the angle expressed as (degrees, minutes, seconds), DMS for short, to a decimal:  D + M/60 + S/3600  (S is 0 in your problem)<br>  

Degrees to radians
------------------
Take that result and multiply it by {{{ pi }}} then divide by {{{ 180^o }}}.  This conversion comes from {{{ 2pi }}} radians being equal to one {{{ 360^o }}} rotation around a circle.  

<br>

(You should get approx. 1.1781 radians)