document.write( "Question 1034959: Can you please help me with these problem:
\n" ); document.write( "Convert 60° from degrees to radians.
\n" ); document.write( "Convert -180° from degrees to radians.
\n" ); document.write( "Convert 340° from degrees to radians.
\n" ); document.write( "

Algebra.Com's Answer #649605 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
To convert degrees into radians, we multiply by
\n" ); document.write( "\"pi%2F180\"
\n" ); document.write( "So 60 deg = pi/3 rad
\n" ); document.write( "-180 deg = -pi rad
\n" ); document.write( "340 deg = 340 * pi/180 = (17*pi)/9 rad
\n" ); document.write( "
\n" );