document.write( "Question 903713: The sum of three consecutive integers is 0. Find their product.
\n" );
document.write( "a.-2
\n" );
document.write( "b.-1
\n" );
document.write( "c.0
\n" );
document.write( "d.1
\n" );
document.write( "e.2 \n" );
document.write( "
Algebra.Com's Answer #548249 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! The sum of three consecutive integers is 0. Find their product. \n" ); document.write( "a.-2 \n" ); document.write( "b.-1 \n" ); document.write( "c.0 \n" ); document.write( "d.1 \n" ); document.write( "e.2 \n" ); document.write( "Solution \n" ); document.write( "let consecutive numbers are x,X+1 ,X+2 \n" ); document.write( "X+X+1+X+2=0 \n" ); document.write( "3X+3=0 \n" ); document.write( "3X=-3 \n" ); document.write( "X=-1 \n" ); document.write( "than three consecutive numbers are -1,0,1 \n" ); document.write( "than products of all three consecutive numbers =-1x0x1=0 \n" ); document.write( "Answer 0 (c) \n" ); document.write( "(c) is correct option \n" ); document.write( " \n" ); document.write( " |