document.write( "Question 492175: Find two consecutive odd integers where 4 less than twice the smaller is the same value three times the number that is one more than the larger. \n" ); document.write( "
Algebra.Com's Answer #334955 by chessace(471)![]() ![]() You can put this solution on YOUR website! s=smaller \n" ); document.write( "4-2s=3*(s+2+1) \n" ); document.write( "3s+9=4-2s \n" ); document.write( "5s=-5 \n" ); document.write( "s=-1 \n" ); document.write( "larger=1 \n" ); document.write( " \n" ); document.write( " |