document.write( "Question 1037260: If the sum of 5 consecutive integers is x, what is the largest of these in terms of x \n" ); document.write( "
Algebra.Com's Answer #651952 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
...5 consecutive integers...
\n" ); document.write( "...what is the largest...
\n" ); document.write( "
\r\n" );
document.write( "n = largest integer\r\n" );
document.write( "n-1 = next to largest integer\r\n" );
document.write( "n-2 = middle-sized integer\r\n" );
document.write( "n-3 = next to smallest integer\r\n" );
document.write( "n-4 = smallest integer\r\n" );
document.write( "

\n" ); document.write( "...the sum of 5 consecutive integers is x...
\n" ); document.write( "
\r\n" );
document.write( "n + (n-1) + (n-2) + (n-3) + (n-4) = x\r\n" );
document.write( "n + n - 1 + n - 2 + n - 3 + n - 4 = x\r\n" );
document.write( "                            5n-10 = x\r\n" );
document.write( "                               5n = x+10\r\n" );
document.write( "                                n = \"%28x%2B10%29%2F5\"\r\n" );
document.write( "That's\r\n" );
document.write( "

\n" ); document.write( "...the largest of these in terms of x...
\n" ); document.write( "
\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );