document.write( "Question 937828: find three consecutive odd positive integers such that 5 times the third integer equals three times the first integer plus seven more than the second integer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805624 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( "5(x+2) = 3(x-2) + 7 + x \n" ); document.write( "5x + 10 = 4x + 3 \n" ); document.write( "x = -7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -9, -7, and -5. \n" ); document.write( " |