document.write( "Question 996076: If I have two consecutive odd integers and their sum is 16 what is the smaller integer \n" ); document.write( "
Algebra.Com's Answer #804074 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! This is a repeat question.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "odd: x, x+2\r \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( "The smaller integer is 7. \n" ); document.write( " |