document.write( "Question 197632: the sum of three consecutive odd integers is the same as five times the greatest of these integers what are the integers? \n" ); document.write( "
Algebra.Com's Answer #148197 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! the sum of three consecutive odd integers is the same as five times the greatest of these integers what are the integers? \n" ); document.write( "x + x+2 + x+4 = 5*(x+4) \n" ); document.write( "3x+6 = 5x+20 \n" ); document.write( "-2x = 14 \n" ); document.write( "x = -7 \n" ); document.write( "----- \n" ); document.write( "-7, -5 and -3 \n" ); document.write( " |