document.write( "Question 941284: Find two consecutive odd numbers such that the sum of the smaller number and twice the smaller number and twice the greater number is 99
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805750 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd numbers: x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 2x + 2(x+2) = 99 \n" ); document.write( "5x + 4 = 99 \n" ); document.write( "5x = 95 \n" ); document.write( "x = 19\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The numbers are 19 and 21. \n" ); document.write( " |