document.write( "Question 996075: If I have two consecutive odd integers and their sum is 16 what is the smaller integer \n" ); document.write( "
Algebra.Com's Answer #804073 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! odd: x, x+2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + (x + 2) = 16 \n" ); document.write( "2x + 2 = 16 \n" ); document.write( "2x = 14 \n" ); document.write( "x = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The smaller integer is 7. \n" ); document.write( " |