document.write( "Question 757553: The sum of three consecutive odd integers if the first integer is 2x+1 \n" ); document.write( "
Algebra.Com's Answer #460894 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The sum of three consecutive odd integers if the first integer is 2x+1 \n" ); document.write( ". \n" ); document.write( "first consecutive odd integer: \n" ); document.write( "2x+1 \n" ); document.write( ". \n" ); document.write( "second consecutive odd integer: \n" ); document.write( "2x+1+2 = 2x+3 \n" ); document.write( ". \n" ); document.write( "third consecutive odd integer: \n" ); document.write( "2x+3+2 = 2x+5 \n" ); document.write( ". \n" ); document.write( "\"sum of the three\": \n" ); document.write( "2x+1 + 2x+3 + 2x + 5 = 6x+9 \n" ); document.write( " \n" ); document.write( " |