document.write( "Question 157263: Find 3 consecutive odd integers whose sum is 303. What is the value of the 3rd odd integer? \n" ); document.write( "
Algebra.Com's Answer #115899 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find 3 consecutive odd integers whose sum is 303. What is the value of the 3rd odd integer? \n" ); document.write( ". \n" ); document.write( "Let x = 1st consecutive odd integer \n" ); document.write( "then \n" ); document.write( "x+2 = 2nd consecutive odd integer \n" ); document.write( "x+4 = 3rd consecutive odd integer \n" ); document.write( ". \n" ); document.write( "x + x+2 + x+4 = 303 \n" ); document.write( "3x+6 = 303 \n" ); document.write( "3x = 297 \n" ); document.write( "x = 99 (1st consecutive odd integer) \n" ); document.write( ". \n" ); document.write( "3rd consecutive odd integer: \n" ); document.write( "x+4 = 99+4 = 103 \n" ); document.write( " |