document.write( "Question 899024: The sum of three consecutive integers if y is the middle integer of the three. \n" ); document.write( "
Algebra.Com's Answer #545129 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! sum = (y-1) + y + (y+1) = 3y \n" ); document.write( " |