document.write( "Question 904573: the sum of two consecutive integers is 185. what is the smaller of the two integers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805764 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x+1) = 185 \n" ); document.write( "2x + 1 = 185 \n" ); document.write( "2x = 184 \n" ); document.write( "x = 92\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "smaller integer = x = 92. \n" ); document.write( " |