document.write( "Question 942592: how can i find 5 consecutive integers such that the sum of the 4th and the 5th is 56 more than triple the 1st? \n" ); document.write( "
Algebra.Com's Answer #574633 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Let the consecutive integers be:
\n" ); document.write( "n, n+1, n+2, n+3, and n+4
\n" ); document.write( "-------------------------
\n" ); document.write( "\"+n+%2B+3+%2B+n+%2B+4+=+3n+%2B+56+\"
\n" ); document.write( "\"+2n+%2B+7+=+3n+%2B+56+\"
\n" ); document.write( "\"+n+=+7+-+56+\"
\n" ); document.write( "\"+n+=+-49+\"
\n" ); document.write( "\"+n+%2B+1+=+-48+\"
\n" ); document.write( "\"+n+%2B+2+=+-47+\"
\n" ); document.write( "\"+n+%2B+3+=+-46+\"
\n" ); document.write( "\"+n+%2B+4+=+-45+\"
\n" ); document.write( "note that integers can be positive or negative
\n" ); document.write( "----------------
\n" ); document.write( "The consecutive integers are -49, -48, -47, -46, and -45
\n" ); document.write( "check:
\n" ); document.write( "\"+n+%2B+3+%2B+n+%2B+4+=+3n+%2B+56+\"
\n" ); document.write( "\"+-46+-+45+=+3%2A%28+-49+%29+%2B+56+\"
\n" ); document.write( "\"+-91+=+-147+%2B+56+\"
\n" ); document.write( "\"+-91+=+-91+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );