document.write( "Question 49040: A survey reading is taken between two points. The point of origin has coordinates of 100.0m easting, 500.0m northing. The coordinates of the new station are 520.84422m easting, 175.66614m northing. What is the bearing in degrees from the origin to the new point? \n" ); document.write( "
Algebra.Com's Answer #32492 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
A survey reading is taken between two points. The point of origin has coordinates of 100.0m easting, 500.0m northing. The coordinates of the new station are 520.84422m easting, 175.66614m northing. What is the bearing in degrees from the origin to the new point?
\n" ); document.write( "ORIGIN=100 E.....AND......500 N
\n" ); document.write( "STATION=520.8442 E..........175.66614 N
\n" ); document.write( "TAN(BEARING)=(500-175.66614)/(100-520.8442)
\n" ); document.write( "BEARING ANGLE=-0.6566 RADIANS=-37.64 DEG.
\n" ); document.write( "
\n" );