document.write( "Question 1138835: Determine all natural numbers n such that for all positive divisors d of n,
\n" );
document.write( "d+1 is also a divisor of n+1. \n" );
document.write( "
Algebra.Com's Answer #756762 by Edwin McCravy(20060)![]() ![]() You can put this solution on YOUR website! Determine all natural numbers n such that for all positive divisors d of n, \n" ); document.write( "d+1 is also a divisor of n+1. \n" ); document.write( " \r\n" ); document.write( "n cannot be even because then it would have divisor d=1 and d+1 would be 2,\r\n" ); document.write( "which could not be a divisor of n+1 for n+1 would be odd. So we know that n\r\n" ); document.write( "must be odd.\r\n" ); document.write( "\r\n" ); document.write( "Every odd natural number n has positive divisor d=1, and d+1=2 will always \r\n" ); document.write( "be a divisor of the next integer n+1, for n+1 will be even. \r\n" ); document.write( "\r\n" ); document.write( "Every odd integer n also has positive divisor d=n (itself), and d+1\r\n" ); document.write( "(which equals n+1) will always be a divisor of n+1 (itself).\r\n" ); document.write( "\r\n" ); document.write( "We ask: Can n have divisors other that 1 and n itself?\r\n" ); document.write( "\r\n" ); document.write( "Let's find out by dividing n+1 by d+1 by long division, assuming d is not 1.\r\n" ); document.write( "\r\n" ); document.write( " n/d_______\r\n" ); document.write( "d + 1) n + 1\r\n" ); document.write( " n + n/d\r\n" ); document.write( " 1-n/d = remainder = 0\r\n" ); document.write( "\r\n" ); document.write( "The remainder here must be 0, so\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |