document.write( "Question 394993: Integers.\r
\n" ); document.write( "\n" ); document.write( "How do I find the sume of 3 consecutive integers if the last integer is Z?
\n" ); document.write( "

Algebra.Com's Answer #280353 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "sum of 3 consecutive integers if the 'last' integer is Z
\n" ); document.write( "sum = (Z-2) + (Z-1) + Z \n" ); document.write( "
\n" );