document.write( "Question 699366: if the lesser of two consecutive odd integers is doubled, the result is 7 more than the greater of the two integers. find the two integers. \n" ); document.write( "
Algebra.Com's Answer #431333 by lwsshak3(11628) ![]() You can put this solution on YOUR website! if the lesser of two consecutive odd integers is doubled, the result is 7 more than the greater of the two integers. find the two integers. \n" ); document.write( "** \n" ); document.write( "let x=greater odd integer \n" ); document.write( "x-2=lesser odd integer \n" ); document.write( ".. \n" ); document.write( "2(x-2)=7+x \n" ); document.write( "2x-4=7+x \n" ); document.write( "x=11 \n" ); document.write( "x-2=9 \n" ); document.write( "greater odd integer=11 \n" ); document.write( "lesser odd integer=9 \n" ); document.write( " |