document.write( "Question 958681: Find three consecutive odd integers whose sum is equal to five more
\n" );
document.write( "than two times the second largest among the three numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #585903 by macston(5194)![]() ![]() You can put this solution on YOUR website! n, n+2, n+4=three consecutive odd integers \n" ); document.write( "n+n+2+n+4=2(n+2)+5 \n" ); document.write( "3n+6=2n+4+5 \n" ); document.write( "3n+6=2n+9 Subtract (2n+6) from each side. \n" ); document.write( "n=3 ANSWER 1: The smallest integer is 3. \n" ); document.write( "n+2=3+2=5 ANSWER 2: The middle integer is 5. \n" ); document.write( "n=4=3+4=7 ANSWER 3: The largest integer is 7 \n" ); document.write( "CHECK: \n" ); document.write( "3+5+7=2(5)+5 \n" ); document.write( "15=10+5 \n" ); document.write( "15=15 \n" ); document.write( " |