document.write( "Question 168314: The sum of four consecutive integers is 122. What are the integers? \n" ); document.write( "
Algebra.Com's Answer #124055 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of four consecutive integers is 122. What are the integers? \n" ); document.write( "------------- \n" ); document.write( "n + n+1 + n+2 + n+3 = 122 \n" ); document.write( "4n + 6 = 122 \n" ); document.write( "4n = 116 \n" ); document.write( "n = 29 \n" ); document.write( "29, 30, 31, 32 \n" ); document.write( " |