document.write( "Question 153782: the sum of three consecutive odd integers is 279. what are the integers? \n" ); document.write( "
Algebra.Com's Answer #113268 by orca(409)![]() ![]() ![]() You can put this solution on YOUR website! Let the three consecutive odd integers be n-2,n,n+2. \n" ); document.write( "Then their sum is n-2+n+n+2. \n" ); document.write( "As the sum is 279, we have \n" ); document.write( "n-2+n+n+2=279 \n" ); document.write( "Solving for n, we have \n" ); document.write( "3n=279 \n" ); document.write( "n= 279/3 \n" ); document.write( "n= 93 \n" ); document.write( "So the three consecutive odd integers are 91,93,95. \n" ); document.write( " \n" ); document.write( " |