document.write( "Question 474908: When a positive integer n is divided by 6, the remainder is 2. What is the remainder when 7n is divided by 3?\r
\n" );
document.write( "\n" );
document.write( "Please explain how I could approach and solve this, thanks! \n" );
document.write( "
Algebra.Com's Answer #325654 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Note that n ≡ 2 (mod 3) because n can equal anything in {2, 8, 14, ...} and all of these numbers are 2 modulo 3. If n ≡ 2 (mod 3) then 7n ≡ 14 ≡ 2 (mod 3) (hence, the remainder is 2).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Try this with various values of n and you will see that the remainder is always 2. \n" ); document.write( " |