document.write( "Question 152889: when n is divided by 5, the remainder is 2 what is the remaninder when n+4 is divided by 5?\r
\n" ); document.write( "\n" ); document.write( "well I got n as 10 and did 10+4=14 then 14/5 which was 2.8 so I rounded to 3
\n" ); document.write( "

Algebra.Com's Answer #112357 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
You are asked to find a remainder.
\n" ); document.write( "A number n/5 leaves a remainder of 2.
\n" ); document.write( "What does (n+4)/5 leave as a remainder.\r
\n" ); document.write( "\n" ); document.write( "You took the approach of trying a few examples and then using that to deduce the answer. Not a bad way to go. But you made an early error.\r
\n" ); document.write( "\n" ); document.write( "You picked n = 10. If n=10, then n/5 does not leave a remainder of 2. 10 is evenly divisible by 5.\r
\n" ); document.write( "\n" ); document.write( "If you picked 12, then it would work. 12/5 leaves a remainder of 2.\r
\n" ); document.write( "\n" ); document.write( "What does (12+4)/5 leave as a remainder?
\n" ); document.write( "16/5 leaves a remainder of 1.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you start with other numbers that when divided by 5 leave a remainder of 2, you'll quickly see that any integers that have either 2 or 7 in the ones place, leave a remainder of 2.\r
\n" ); document.write( "\n" ); document.write( "So any number then ends in either 6 (2+4) or 1 (7+4=11, which ends in 1) leaves a remainder of 1.\r
\n" ); document.write( "\n" ); document.write( "As you get farther into mathematics you'll be introduced to modulo arithmetic. When that time comes, remember this problem :)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );