document.write( "Question 743874: Twice the smallest of three consecutive odd intergers is five more than the largest. What are the three intergers? \n" ); document.write( "
Algebra.Com's Answer #806395 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x-2) = 5 + (x+2) \n" ); document.write( "2x - 4 = x + 7 \n" ); document.write( "x = 11\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 9, 11, 13 \n" ); document.write( " |