document.write( "Question 510851: Find 2 numbers with a difference of 10 and a product that is minimum. Find the minimum product. \n" ); document.write( "
Algebra.Com's Answer #342135 by richard1234(7193) You can put this solution on YOUR website! Let x and x-10 be the numbers, and we want to minimize x(x-10) = x^2 - 10x. This can be treated like a parabola and the vertex occurs at x = 10/2 = 5. If x = 5, then x(x-10) = 5(-5) = -25. \n" ); document.write( " |