document.write( "Question 656586: Find three consecutive intergers such that the sum of the largest and 5 times the smallest is -244. \n" ); document.write( "
Algebra.Com's Answer #409541 by MathDazed(34)![]() ![]() You can put this solution on YOUR website! Consecutive numbers can be written as n, n+1 and n+2.....with n+2 being the largest \n" ); document.write( "(n+2) + 5n = -244 \n" ); document.write( "6n + 2 = -244 \n" ); document.write( "6n +2 - 2 = -244 - 2 \n" ); document.write( "6n = -246 \n" ); document.write( "6n/6 = -246/6 \n" ); document.write( "n = -41 \n" ); document.write( "n+1 = -40 \n" ); document.write( "n+2 = -39 \n" ); document.write( " |