document.write( "Question 118651: One number is 10 greater than the other number. Find the two numbers such that their product is a minimum. What is the product? \n" ); document.write( "
Algebra.Com's Answer #86779 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Let N be the first number. \n" ); document.write( "Then N+10 is the second number. \n" ); document.write( "Their product is N(N+10). \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "To find a minimum, set the derivative of P with respect to N equal to zero. \n" ); document.write( " \n" ); document.write( "Now set it equal to zero. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Graphically, the product function N(N+10) shows the same result. \n" ); document.write( "Here x=N and y=N(N+10). \n" ); document.write( " \n" ); document.write( "The first number is -5. \n" ); document.write( "The second number is 5. \n" ); document.write( "Their product is -25. \n" ); document.write( " |