document.write( "Question 836990: The sum of five consecutive integers is 5. What is the smallest of these integers? \n" ); document.write( "
Algebra.Com's Answer #802034 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
(x-2)+(x-1)+x+(x+1)+(x+2) = 5\r
\n" ); document.write( "\n" ); document.write( "5x = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "smallest integer = x-2 = \"-1\"
\n" ); document.write( "
\n" );