document.write( "Question 222754: find two consecutive odd integers whose sum is 140 \n" ); document.write( "
Algebra.Com's Answer #166813 by chibisan(131)![]() ![]() You can put this solution on YOUR website! 1st integer as y , 2nd integer as y+2 \n" ); document.write( "y+y+2 = 140 \n" ); document.write( "2y = 138 \n" ); document.write( "y = 69\r \n" ); document.write( "\n" ); document.write( "the integers are 69 , 71 \n" ); document.write( " |