document.write( "Question 483178: find two consecutive odd integers such that three times the first plus two times the second is 39 \n" ); document.write( "
Algebra.Com's Answer #330720 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let x+1 and x+3 are two integer \n" ); document.write( "3(x+1)+2(x+3)=39 \n" ); document.write( "3x+3+2x+6=39 \n" ); document.write( "5x+9=39 \n" ); document.write( "5x=39-9 \n" ); document.write( "5x=30 \n" ); document.write( "x=30/5 \n" ); document.write( "x=6\r \n" ); document.write( "\n" ); document.write( "First odd integer = x+1=6+1=7 \n" ); document.write( "Second odd integer = x+3=6+3=9\r \n" ); document.write( "\n" ); document.write( "7 and 9 are two consecutive odd integers \n" ); document.write( " \n" ); document.write( " |