document.write( "Question 834255: Find three consecutive odd integers so that four times the first number added to the second number is 57 \n" ); document.write( "
Algebra.Com's Answer #806090 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( "4(x-2) + x = 57 \n" ); document.write( "4x - 8 + x = 57 \n" ); document.write( "5x - 8 = 57 \n" ); document.write( "5x = 65 \n" ); document.write( "x = 13\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integers: 11, 13, 15 \n" ); document.write( " |