document.write( "Question 917142: The sum of two consecutive odd integers equals 12. Does x equal the smaller or larger integer?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #556522 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Yes, x is the smaller \n" ); document.write( "x + (x+2) = 12 \n" ); document.write( "2x = 10 \n" ); document.write( "x = 5 \n" ); document.write( "The two consecutive odd integers are: 5, 7 \n" ); document.write( "And...checking \n" ); document.write( "sum = 12 \n" ); document.write( " \n" ); document.write( " |