document.write( "Question 354762: if the average of 5 consecutive odd numbers is 11, then the largest number is what
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #253458 by unlockmath(1688)![]() ![]() You can put this solution on YOUR website! Hello, \n" ); document.write( "Let x represent the first odd number. Then the other 4 will be shown as: \n" ); document.write( "[x+(x+2)+(x+4)+(x+6)+(x+8)]/5=11 \n" ); document.write( "Combine like terms to get: \n" ); document.write( "(5x+20)/5=11 \n" ); document.write( "Multiply both sides by 5 to get: \n" ); document.write( "5x+20=55 \n" ); document.write( "Subtract 20 to get: \n" ); document.write( "5x=35 \n" ); document.write( "Divide by 5 to get: \n" ); document.write( "x=7 \n" ); document.write( "So the largest is 15 \n" ); document.write( "Make sense? \n" ); document.write( "RJ \n" ); document.write( "www.math-unlock.com \n" ); document.write( " |