document.write( "Question 1162734: The sum of two consecutive integers is at least negative fifteen. What are the smallest values of consecutive integers that will make this true? \n" ); document.write( "
Algebra.Com's Answer #786572 by Alan3354(69443) You can put this solution on YOUR website! The sum of two consecutive integers is at least negative fifteen. What are the smallest values of consecutive integers that will make this true? \n" ); document.write( "------- \n" ); document.write( "n + n+1 >= -15 \n" ); document.write( "2n+1 >= -15 \n" ); document.write( "2n >= -16 \n" ); document.write( "n >= -8 \n" ); document.write( "------------- \n" ); document.write( "---> -8 and -7 \n" ); document.write( " \n" ); document.write( " |