document.write( "Question 920028: The sum of two consecutive integers is at least 52. What is the least possible pair of integers? \n" ); document.write( "
Algebra.Com's Answer #558127 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! n + (n+1) ≥ 52 \n" ); document.write( "2n ≥ 51 \n" ); document.write( "n > 25.5 \n" ); document.write( "n an Integer \n" ); document.write( "n > 26 \n" ); document.write( "26, 27 the least possible pair of consecutive integers with a sum ≥ 52 \n" ); document.write( "26 + 27 = 53 \n" ); document.write( "Note: \n" ); document.write( "25 + 26 = 51 \n" ); document.write( "Re TY \n" ); document.write( "n + (n+1) < 3 \n" ); document.write( "2n < 2 \n" ); document.write( "n < 1 \n" ); document.write( "0, 1 the greatest possible pair of consecutive integers with a sum < 3 \n" ); document.write( "Note: \n" ); document.write( "1 + 2 = 3 \n" ); document.write( " |