document.write( "Question 252664: twice the smallest of three consecutive even integers is five more than the largest. find the integers \n" ); document.write( "
Algebra.Com's Answer #184685 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the three consecutive odd integers be, x,x+2,x+4. \n" ); document.write( "Given, twice the smallest of three consecutive odd integers is five more than the largest. \n" ); document.write( " 2x = (x+4)+5 \n" ); document.write( " 2x-x = 9 \n" ); document.write( " x = 9 \n" ); document.write( "The required numbers are 9,11,13 \n" ); document.write( " |