document.write( "Question 77995This question is from textbook
\n" );
document.write( ": 5. find 3 consecutive odd integers such that twice the smallest is 3 more than the greatest integer. \n" );
document.write( "
Algebra.Com's Answer #55889 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! \"find 3 consecutive odd integers\" \n" ); document.write( "x, (x+2), (x+4) \n" ); document.write( ": \n" ); document.write( "\"twice the smallest is 3 more than the greatest integer.\" \n" ); document.write( "2x = 3 + (x+4) \n" ); document.write( ": \n" ); document.write( "2x = x + 7 \n" ); document.write( ": \n" ); document.write( "2x - x = 7 \n" ); document.write( ": \n" ); document.write( "x = 7, 9, 11 are the the 3 odd integers \n" ); document.write( ": \n" ); document.write( "Check: \n" ); document.write( "2(7) = 3 + (7+4) \n" ); document.write( " |