document.write( "Question 1053653: Of all pairs of consecutive odd integers whose sum is greater than 45, find the pair whose sum is the least.
\n" );
document.write( "Thank you very much.
\n" );
document.write( "Please help me with this problem. \n" );
document.write( "
Algebra.Com's Answer #668846 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the integers are x and x+2 \n" ); document.write( "x+x+2>=45 \n" ); document.write( "2x+2>=45 \n" ); document.write( "2x>=43 \n" ); document.write( "x>=21.5, so 23 is the next odd integer \n" ); document.write( "23 and 25 are the integers, and they add to 48 \n" ); document.write( "21 and 23 are the previous pair, and they add to 44. \n" ); document.write( " |