document.write( "Question 907914: The sum of two consecutive odd integers is 48. What is the smallest of the two integers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805748 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 + (x+2) = 48 \n" ); document.write( "2x = 46 \n" ); document.write( "x = 23\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 23 and 25. \n" ); document.write( " |