document.write( "Question 719701: Using three consecutive odd integers, such that
\n" );
document.write( "if three times the second is subtracted from the third,
\n" );
document.write( "the difference equals negative forty-eight. Find the
\n" );
document.write( " first integer.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806502 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( "\n" ); document.write( "(x+2) - 3x = -48 \n" ); document.write( "-2x + 2 = -48 \n" ); document.write( "-2x = -50 \n" ); document.write( "x = 25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 23, 25, and 27. \n" ); document.write( " |