document.write( "Question 1005971: The sum of two consecutive positive integers is at most 7. Find the integers. My teacher wants us to do it a certain way but i don't the way. Can you help me? \n" ); document.write( "
Algebra.Com's Answer #622128 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of two consecutive positive integers is at most 7. Find the integers. My teacher wants us to do it a certain way but i don't the way. \n" ); document.write( "--------- \n" ); document.write( "n + n+1 <= 7 \n" ); document.write( "2n+1 <= 7 \n" ); document.write( "2n <= 6 \n" ); document.write( " \n" ); document.write( "--> 1 & 2, 2 & 3, 3 & 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |