document.write( "Question 345201: Find two consecutive integers whose product is 5 less than the square of the smaller number. How would i write a verbal model and label it to figure out the two numbers \n" ); document.write( "
Algebra.Com's Answer #246883 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x & x+1 be the 2 integers. \n" ); document.write( "x(x+1)-5=x^2 \n" ); document.write( "x^2+x-5=x^2 \n" ); document.write( "x^2-x^2+x=5 \n" ); document.write( "x=5 ans. for the smaller integer. \n" ); document.write( "5+1=6 ans. for the larger integer. \n" ); document.write( "Proof: \n" ); document.write( "5*6-5=5^2 \n" ); document.write( "30-5=25 \n" ); document.write( "25=25 \n" ); document.write( " \n" ); document.write( " |