document.write( "Question 605865: The sum of three consecutive odd intergers is 24 more than the largest of the three intergers. Find the intergers \n" ); document.write( "
Algebra.Com's Answer #381828 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The sum of three consecutive odd intergers is 24 more than the largest of the three intergers. Find the integers \n" ); document.write( "** \n" ); document.write( "x=first odd integer \n" ); document.write( "x+2=2nd odd integer \n" ); document.write( "x+4=3rd odd integer \n" ); document.write( ".. \n" ); document.write( "x+(x+2)+(x+4)=(x+4)+24 \n" ); document.write( "3x+6=x+28 \n" ); document.write( "2x=22 \n" ); document.write( "x=11 \n" ); document.write( ".. \n" ); document.write( "integers are: 11, 13 and 15 \n" ); document.write( " |