document.write( "Question 964579: 19. If the sum of three consecutive odd integers is 75, what is the largest of these integers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #589431 by amarjeeth123(570)![]() ![]() ![]() You can put this solution on YOUR website! Let the three consecutive odd integers be x-2,x and x+2 \n" ); document.write( "Sum of these integers=75 \n" ); document.write( "x-2+x+x+2=75 \n" ); document.write( "3x=75 \n" ); document.write( "x=25 \n" ); document.write( "The integers are 23,25 and 27. \n" ); document.write( "The largest of these integers is 27. \n" ); document.write( " |