document.write( "Question 960087: Find three consecutive odd integers such that the smallest is equal to 16 more than one fifth of the greatest. \n" ); document.write( "
Algebra.Com's Answer #805558 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( "x-2 = 16 + (x+2)/5 \n" ); document.write( "x - 2 = 16 + x/5 + 2/5 \n" ); document.write( "4x/5 = 92/5 \n" ); document.write( "x = 23\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 21, 23, and 25. \n" ); document.write( " |