document.write( "Question 26258: Find two consecutive odd integers whose sum is 96 \n" ); document.write( "
Algebra.Com's Answer #14144 by elima(1433)![]() ![]() ![]() You can put this solution on YOUR website! Let x = the first integer \n" ); document.write( "let x+2 = the second integer \n" ); document.write( "x+(x+2)=96 \n" ); document.write( "2x+2=96 \n" ); document.write( "2x=94 \n" ); document.write( "x=47 \n" ); document.write( "=) \n" ); document.write( " |