document.write( "Question 61953: The sum of two consecutive positive intergers is less than 92. Find the pair with the greatest sum. \n" ); document.write( "
Algebra.Com's Answer #42676 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! X+(X+2)<92 \n" ); document.write( "2X+2<92 \n" ); document.write( "2X<92-2 \n" ); document.write( "X<90/2 \n" ); document.write( "X<45 \n" ); document.write( " |