document.write( "Question 1025420: Starting at coordinates (3, 9), you walk a distance of 2 to the north. You turn 39 degrees to the right, and walk a distance of 13. You turn 84 degrees to the right, and walk a distance of 16. What are your new coordinates? Round to hundredths \n" ); document.write( "
Algebra.Com's Answer #640718 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
By \"to the right\" do you mean clockwise?
\n" ); document.write( "If so, let positive x be east and positive y be north.
\n" ); document.write( "(\"X%5Bf%5D\",\"Y%5Bf%5D\")=(\"3\",\"9\")+(\"0\",\"2\")+(\"13%2Acos%2890-39%29\"),\"13%2Asin%2890-39%29\")+(\"16%2Acos%2890-39-84%29\",\"16%2Asin%2890-39-84%29\")
\n" ); document.write( "(\"X%5Bf%5D\",\"Y%5Bf%5D\")=(\"3\",\"9\")+(\"0\",\"2\")+(\"8.2\",\"10.1\")+(\"13.4\",\"-8.7\")
\n" ); document.write( "(\"X%5Bf%5D\",\"Y%5Bf%5D\")=(\"24.60\",\"12.39\")
\n" ); document.write( "
\n" ); document.write( "
\n" );