document.write( "Question 951501: the sum of two odd integers is 11 times more than three times the larger number. find the integers \n" ); document.write( "
Algebra.Com's Answer #581083 by macston(5194)![]() ![]() You can put this solution on YOUR website! Using consecutive odd integers and editing \"11 times more\" to \"11 more\": \n" ); document.write( "(Using original wording, there is no solution) \n" ); document.write( "x=smaller integer; x+2=larger integer \n" ); document.write( "x+(x+2)=3(x+2)-11 \n" ); document.write( "2x+2=3x+6-11 Add 5 to each side. \n" ); document.write( "2x+7=3x Subtract 2x from each side. \n" ); document.write( "7=x ANSWER : The smaller integer is 7 \n" ); document.write( "x+2=7+2=9 ANSWER 2: The larger integer is 9 \n" ); document.write( " \n" ); document.write( " |