document.write( "Question 707288: What is the greater of two consecutive odd integers if it is four less than three times the smaller integer?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806537 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! (repeat question)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "consecutive odd integers: x, (x+2)\r \n" ); document.write( "\n" ); document.write( "x + 2 = 3x - 4 \n" ); document.write( "6 = 2x \n" ); document.write( "x = 3\r \n" ); document.write( "\n" ); document.write( "integers: 3, 5 \n" ); document.write( " |