document.write( "Question 819686: Find two consecutive odd integers that three times the larger is 21 more than twice the smaller.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805989 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3(x+2) = 21 + 2x \n" ); document.write( "3x + 6 = 2x + 21 \n" ); document.write( "x = 15\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 15 and 17. \n" ); document.write( " |