document.write( "Question 49428This question is from textbook
\n" ); document.write( ": the sum of four consecutive integers is -64. what is the sum of the largest and the smallest of these integers. \n" ); document.write( "
Algebra.Com's Answer #32817 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
first integer = i
\n" ); document.write( "second integer = i + 1
\n" ); document.write( "third integer = i + 2
\n" ); document.write( "fourth integer = i + 3
\n" ); document.write( "\"i+%2B+i+%2B+1+%2B+i+%2B+2+%2B+i+%2B+3+=+-64\"
\n" ); document.write( "\"4i+%2B+6+=+-64\"
\n" ); document.write( "\"4i+=+-70\"
\n" ); document.write( "\"i+=+-70%2F4+=+-17.5\"
\n" ); document.write( "Since -17.5 isn't an integer, no such integers exists.
\n" ); document.write( "
\n" );