document.write( "Question 785339: The product of two consecutive integers is 44 more than 14 times their sum. Find all such integers. \n" ); document.write( "
Algebra.Com's Answer #477469 by algebrahouse.com(1659)\"\" \"About 
You can put this solution on YOUR website!
x = first
\n" ); document.write( "x + 1 = second {consecutive integers increase by 1}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x + 1) = 14(x + x + 1) + 44 {the product of the two is 44 more than 14 times their sum}
\n" ); document.write( "x² + x = 14(2x + 1) + 44 {used distributive property and combined like terms}
\n" ); document.write( "x² + x = 28x + 14 + 44 {used distributive property}
\n" ); document.write( "x² + x = 28x + 58 {combined like terms}
\n" ); document.write( "x² - 27x - 58 = 0 {subtracted 28x and 58 from each side}
\n" ); document.write( "(x - 29)(x + 2) = 0 {factored into two binomials}
\n" ); document.write( "x - 29 = 0 or x + 2 = 0 {set each factor equal to 0}
\n" ); document.write( "x = 29 or x = -2 {solved each equation for x}
\n" ); document.write( "x + 1 = 30 or x + 1 = -1 {substituted 29 and -2, in for x, into x + 1}\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the two consecutive integers could be 29 and 30 or -2 and -1
\n" ); document.write( "
For more help from me, visit: www.algebrahouse.com


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