document.write( "Question 544819: Find two consecutive integers such that the product of the two integers is 12 more than the square of the smaller integer? \n" ); document.write( "
Algebra.Com's Answer #355327 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the integers be x & x+1\r \n" ); document.write( "\n" ); document.write( "x(x+1)=x^2-12\r \n" ); document.write( "\n" ); document.write( "x^2+x=x^2-12 \n" ); document.write( "x=-12\r \n" ); document.write( "\n" ); document.write( "The numbers are -12 & -13 \n" ); document.write( " |