document.write( "Question 973988: An integer is divided by 7 giving a remainder of 5. The resulting quotient when divided by 5 gives a remainder of 3. The resulting quotient is then divided by 9 giving a quotient of 1 and a remainder of 1.
\n" ); document.write( "What will the finale remainder be if the order of the divisors is reversed?
\n" ); document.write( "

Algebra.Com's Answer #596016 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
(1) \"+a%2F7+=+b+%2B+5%2F7+\"
\n" ); document.write( "(2) \"+b%2F5+=+c+%2B+3%2F5+\"
\n" ); document.write( "(3) \"+c%2F9+=+1+%2B+1%2F9+\"
\n" ); document.write( "---------------------
\n" ); document.write( "(3) \"+c+=+9+%2B+1+\"
\n" ); document.write( "(3) \"+c+=+10+\"
\n" ); document.write( "and
\n" ); document.write( "(2) \"+b%2F5+=+10+%2B+3%2F5+\"
\n" ); document.write( "(2) \"+b+=+50+%2B+3+\"
\n" ); document.write( "(2) \"+b+=+53+\"
\n" ); document.write( "and
\n" ); document.write( "(1) \"+a%2F7+=+53+%2B+5%2F7+\"
\n" ); document.write( "(1) \"+a+=+371+%2B+5+\"
\n" ); document.write( "(1) \"+a+=+376+\"
\n" ); document.write( "----------------------
\n" ); document.write( "Reverse the order of the divisors
\n" ); document.write( "\"+a%2F9+=+376%2F9+\"
\n" ); document.write( "\"+376%2F9+=+41+%2B+7%2F9+\"
\n" ); document.write( "\"+41%2F5+=+8+%2B+1%2F5+\"
\n" ); document.write( "\"+8%2F7+=+1+%2B+1%2F7+\"
\n" ); document.write( "---------------------
\n" ); document.write( "I get a remainder of \"+1+\" with order of
\n" ); document.write( "divisors reversed. You should get a 2nd
\n" ); document.write( "opinion on this. I may be wrong.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );