document.write( "Question 810883: find the larger of two consecutive odd integers if the larger is 40 less than three times the smaller
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806024 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( "x+2 = 3x - 40 \n" ); document.write( "-2x = -42 \n" ); document.write( "x = 21\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 21 and 23. \n" ); document.write( " |