document.write( "Question 946691: Two times the largest of three consecutive odd integers equals 17 more than the second. Find the integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805602 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) = 17 + x \n" ); document.write( "2x + 4 = x + 17 \n" ); document.write( "x = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 11, 13, and 15. \n" ); document.write( " |