document.write( "Question 1063785: the sum of three consecutive integers is negative 12. what is the smallest value the first integer can be \n" ); document.write( "
Algebra.Com's Answer #678905 by Edwin McCravy(20064)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "n + (n+1) + (n+2) = -12\r\n" );
document.write( "n + n + 1 + n + 2 = -12\r\n" );
document.write( "           3n + 3 = -12\r\n" );
document.write( "               3n = 15\r\n" );
document.write( "               \"3n%2F3\"\"%22%22=%22%22\"\"15%2F3\"\r\n" );
document.write( "                n = -5\r\n" );
document.write( "\r\n" );
document.write( "The consecutive integers are -5, -4, and -3.\r\n" );
document.write( "\r\n" );
document.write( "The smallest value the first integer can be is the \r\n" );
document.write( "ONLY!! value it can be, which is -5.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );