document.write( "Question 232213: Find 3 consecutive odd integers such that the sum of the first and third interger is the sum of the second integer and 7 \n" ); document.write( "
Algebra.Com's Answer #171680 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x, x+2 & x+4 be the 3 consecurive odd integers. \n" ); document.write( "x+(x+4)=(x+2)+7 \n" ); document.write( "x+x+4=x+2+7 \n" ); document.write( "2x-x=9-4 \n" ); document.write( "x=5 ans. for the first integer. \n" ); document.write( "5+2=7 ans. for the middle integer. \n" ); document.write( "5+4=9 ans for the third integer. \n" ); document.write( "Proof: \n" ); document.write( "5+9=7+7 \n" ); document.write( "14=14\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |