document.write( "Question 1143478: What is the smallest positive integer which, when divided by each of 2, 3, 4, 5, 6
\n" ); document.write( "and 7, will give in each case a remainder that is one less than the divisor?
\n" ); document.write( "

Algebra.Com's Answer #764283 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "You are looking for the number N which, when divided by any of 2, 3, 4, 5, 6, or 7, leaves a remainder that is 1 less than the divisor.

\n" ); document.write( "With those conditions, the number N+1 will be divisible by each of those divisors.

\n" ); document.write( "So the number you are looking for is the smallest positive integer that is 1 less than the least common multiple of 2, 3, 4, 5, 6, and 7.

\n" ); document.write( "The LCM of those divisors is 2*2*3*5*7 = 420; the number you are looking for is 419.

\n" ); document.write( "CHECK:
\n" ); document.write( "419/2 = 209 remainder 1
\n" ); document.write( "419/3 = 139 remainder 2
\n" ); document.write( "419/4 = 104 remainder 3
\n" ); document.write( "419/5 = 83 remainder 4
\n" ); document.write( "419/6 = 69 remainder 5
\n" ); document.write( "419/7 = 59 remainder 6
\n" ); document.write( "
\n" );