document.write( "Question 61977: the sum f two consecutive positive integers is les than 92.Find the pair with he greatest sum. \n" ); document.write( "
Algebra.Com's Answer #42788 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of two consecutive positive integers is less than 92. Find the pair with he greatest sum. \n" ); document.write( ": \n" ); document.write( "x + (x+1) < 92 \n" ); document.write( "2x + 1 < 92 \n" ); document.write( "2x < 92 - 1 \n" ); document.write( "2x < 91 \n" ); document.write( "x < 91/2 \n" ); document.write( "x < 45.5 \n" ); document.write( "x = 45 \n" ); document.write( ": \n" ); document.write( "The two digits: 45 & 46 are the pair with the greatest sum less than 92 \n" ); document.write( " \n" ); document.write( " |