document.write( "Question 682143: The product of two consecutive d integers exceeds the square of the lesser integer by 15. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #423056 by sachi(548)![]() ![]() You can put this solution on YOUR website! The product of two consecutive d integers exceeds the square of the lesser integer by 15. \n" ); document.write( "LET the two consecutive are a & a+1 \n" ); document.write( "as per question a(a+1)=a^2+15 \n" ); document.write( "or a^2+a=a^2+15 \n" ); document.write( "or a=15 \n" ); document.write( "so the integers are 15 & 16 \n" ); document.write( " |