document.write( "Question 718010: The product of three consecutive integers is 21 more than the cube of the smallest integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #440682 by algebrahouse.com(1659)\"\" \"About 
You can put this solution on YOUR website!
x = smallest integer
\n" ); document.write( "x + 1 = second integer
\n" ); document.write( "x + 2 = third integer {consecutive integers increase by 1}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x + 1)(x + 2) = x³ + 21 {product of the three is 21 more than cube of smallest}
\n" ); document.write( "(x² + x)(x + 2) = x³ + 21 {used distributive property}
\n" ); document.write( "x³ + 3x² + 2x = x³ + 21 {used foil method}
\n" ); document.write( "3x² + 2x = 21 {subtracted x³ from each side}
\n" ); document.write( "3x² + 2x - 21 = 0 {subtracted 21 from each side}
\n" ); document.write( "3x² + 9x - 7x - 21 = 0 {split 2x into 9x and -7x}
\n" ); document.write( "3x(x + 3) - 7(x + 3) = 0 {factored 3x out of first two terms and -7 out of last two terms}
\n" ); document.write( "(3x - 7)(x + 3) = 0 {factored x + 3 out of the two terms}
\n" ); document.write( "3x - 7 = 0 or x + 3 = 0 {set each factor equal to 0}
\n" ); document.write( "x = 7/3 or x = -3 {solved each equation for x}
\n" ); document.write( "x = -3 {fractions are not integers}
\n" ); document.write( "x + 1 = -2 {substituted -3, in for x, into x + 1}
\n" ); document.write( "x + 2 = -1 {substituted -1, in for x, into x + 2}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-3, -2, and -1 are the three consecutive integers
\n" ); document.write( "
For more help from me, visit: www.algebrahouse.com

\n" ); document.write( "
\n" );