document.write( "Question 316925: find the lessor of two consecutive intergers with a sum greater than 16. \n" ); document.write( "
Algebra.Com's Answer #226848 by tinbar(133) ![]() You can put this solution on YOUR website! x+(x+1)>16 \n" ); document.write( "2x+1>16 \n" ); document.write( "2x>15 \n" ); document.write( "x>15/2\r \n" ); document.write( "\n" ); document.write( "therefore, any x>7.5 works since 7.5+8.5=16\r \n" ); document.write( "\n" ); document.write( "since u need Integers though, pick x = 8, since 8+9>16 \n" ); document.write( "don't pick x = 7, since 7+8<16\r \n" ); document.write( "\n" ); document.write( "so the lesser of the two would be 8 while the greater of the two would be 9 \n" ); document.write( " |