document.write( "Question 258273: find three consecutive numbers where the product of the smaller two numbers is 40 less than the square of the largest number \n" ); document.write( "
Algebra.Com's Answer #190135 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x*(x+1)=-40+(x+2)^2 \n" ); document.write( "x=12 \n" ); document.write( "13, 14 \n" ); document.write( " |