document.write( "Question 487032: If the first and third of consecutive odd integers are added, the result is 69 less than 5 times the second integers. find all 3 integers. \n" ); document.write( "
Algebra.Com's Answer #332918 by John10(297)![]() ![]() You can put this solution on YOUR website! Let x be the first ODD integer then (x + 2) and (x + 4) are the next ODD integers \n" ); document.write( "x + (x + 4) = 5(x + 2) - 69 \n" ); document.write( "2x + 4 = 5x + 10 - 69 \n" ); document.write( "-3x = - 63 \n" ); document.write( "x = 21 \n" ); document.write( "Then the 3 odd consecutive integers are 21, 23, 25 \n" ); document.write( "john10:) \n" ); document.write( " \n" ); document.write( " |