document.write( "Question 212348This question is from textbook Advanced Mathematics
\n" );
document.write( ": Find all angles t such that 3t is coterminal with 180 degrees and t is between 0 degrees and 360 degrees. \n" );
document.write( "
Algebra.Com's Answer #160379 by HyperBrain(694)![]() ![]() ![]() You can put this solution on YOUR website! I shall use modular arithmetic to solve this one. \n" ); document.write( "An angle x is coterminal with 180 degrees if and only if when if is divided by 360, the remainder is 180. \n" ); document.write( "So, \n" ); document.write( "3t=180 (mod 360) \n" ); document.write( "t=60 (mod 360) \n" ); document.write( "--- \n" ); document.write( "This is the general modular solution. \n" ); document.write( "Algebraically, \n" ); document.write( "t=360k+60 \n" ); document.write( "for all integer values of k \n" ); document.write( " |