document.write( "Question 1022102: Convert the polar coordinates point (3, 60º) to rectangular coordinates. \n" ); document.write( "
Algebra.Com's Answer #637831 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! x = r cos theta = 3 cos 60 = 1.5 \n" ); document.write( "y = r sin theta = 3 sin 60 = 3(sqrt(3)/2) or about 2.6 \n" ); document.write( "so the point is about \n" ); document.write( "(1.5, 2.6) \n" ); document.write( " |