document.write( "Question 107781: Find two consecutive odd integers such that 5 times the first integer is 12 more than 3 times the second. \n" ); document.write( "
Algebra.Com's Answer #78580 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! X+(X+2) ARE THE 2 CONSECUTIVE ODD NUMBERS. \n" ); document.write( "5X=3(X+2)+12 \n" ); document.write( "5X=3X+6+12 \n" ); document.write( "5X-3X=18 \n" ); document.write( "2X=18 \n" ); document.write( "X=18/2 \n" ); document.write( "X=9 ANSWER FOR THE SMALLER ODD NUMBER. \n" ); document.write( "9+2=11 FOR THE LARGER NUMBER. \n" ); document.write( "PROOF \n" ); document.write( "5*9=3(11)+12 \n" ); document.write( "45=33+12 \n" ); document.write( "45=45 \n" ); document.write( " \n" ); document.write( " |