document.write( "Question 899157: Twice the smallest of three consecutive odd integers is eleven more than the largest. Find the integers. (Enter your answers as a comma-separated list.) \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805850 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) = 11 + (x+2) \n" ); document.write( "2x-4 = x+13 \n" ); document.write( "x = 17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 15, 17, 19 \n" ); document.write( " |