document.write( "Question 1138622: Find all positive integers a and b so that (a+1)/b and (b+2)/a are simultaneously
\n" );
document.write( "positive integers. \n" );
document.write( "
Algebra.Com's Answer #756565 by greenestamps(13203)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Plan of attack: \n" ); document.write( "Given the requirement \n" ); document.write( "If a = 1... \n" ); document.write( " \n" ); document.write( "The possible values for b are 1 and 2. \n" ); document.write( " \n" ); document.write( "For b=1, \n" ); document.write( "For b=2, \n" ); document.write( "If a = 2... \n" ); document.write( " \n" ); document.write( "The possible values for b are 1 and 3. \n" ); document.write( " \n" ); document.write( "If a = 3... \n" ); document.write( " \n" ); document.write( "The possible values for b are 1, 2, and 4. \n" ); document.write( " \n" ); document.write( "For b=1, \n" ); document.write( "For b=4, \n" ); document.write( "If a = 4... \n" ); document.write( " \n" ); document.write( "The possible values for b are 1 and 5. \n" ); document.write( " \n" ); document.write( "If a = 5... \n" ); document.write( " \n" ); document.write( "The possible values for b are 1, 2, 3, and 6. \n" ); document.write( " \n" ); document.write( "For b=3, \n" ); document.write( "----------------------------------------------------------------- \n" ); document.write( "I haven't been able to come up with a formal proof; but it is clear to me that there will be no solutions with values of a greater than 5. So the complete set of ordered pairs of positive integers (a,b) for which both \n" ); document.write( "(1,1); (1,2); (3,1); (3,4); (5,3) \n" ); document.write( " \n" ); document.write( " |