document.write( "Question 186377: Find the largest of three consecutive odd integers such that the sum of the first two integers is five more than the third integer \n" ); document.write( "
Algebra.Com's Answer #139686 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x, (x+2) & (x+4) be the 3 odd integers. \n" ); document.write( "x+(x+2)=(x+4)+5 \n" ); document.write( "2x+2=x+9 \n" ); document.write( "2x-x=9-2 \n" ); document.write( "x=7 ans. \n" ); document.write( "Proof: \n" ); document.write( "7+(7+2)=(7+4)+5 \n" ); document.write( "7+9=11+5 \n" ); document.write( "16=16 \n" ); document.write( " \n" ); document.write( " |