document.write( "Question 267793: the sum of two consecutive odd integers is 76. what is the smallest integer\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196421 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the two consecutive odd integers be x and (x+20) \n" ); document.write( "Their sum is x+x+2 = 76 \n" ); document.write( " 2x = 76-2 \n" ); document.write( " 2x = 74 \n" ); document.write( " x = 74/2 = 37 \n" ); document.write( "So the integers are 37 and 39 \n" ); document.write( " |