document.write( "Question 893460: sum of Three odd consecutive number exceed the smallest by 36.Find the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805824 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd numbers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2) + x + (x+2) = (x-2) + 36 \n" ); document.write( "3x = x + 34 \n" ); document.write( "2x = 34 \n" ); document.write( "x = 17\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are 15, 17, and 19. \n" ); document.write( " |