document.write( "Question 698080: Three times the first of three consecutive odd integers is 3 more than twice the third. Find the third integer? \n" ); document.write( "
Algebra.Com's Answer #430579 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Three odd integers: x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( " Three times the first of three consecutive odd integers is 3 more than twice the third. \n" ); document.write( "3x = 2(x+4) + 3 \n" ); document.write( "3x = 2x + 8 + 3 \n" ); document.write( "3x - 2x = 11 \n" ); document.write( "x = 11 is the first integer \n" ); document.write( ": \n" ); document.write( "You can Find the third integer? \n" ); document.write( " |