document.write( "Question 816397: if three numbers are consecutive intergers and the sum of the first with the third is 32, then the second number is? \n" ); document.write( "
Algebra.Com's Answer #806009 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive integers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(x-1) + (x+1) = 32
\n" ); document.write( "2x = 32
\n" ); document.write( "x = 16\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "second number = x = 16
\n" ); document.write( "
\n" );