document.write( "Question 1020082: Find two real numbers whose difference is S and whose product is a minimum. \n" ); document.write( "
Algebra.Com's Answer #636092 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find two real numbers whose difference is S and whose product is a minimum. \n" ); document.write( "Two numbers, x & y \n" ); document.write( "x - y = s \n" ); document.write( "x = (y+s) \n" ); document.write( "xy = the product \n" ); document.write( "replace x with (y+s) \n" ); document.write( "y(y+s) = y^2 + sy \n" ); document.write( "The minimum occurs on the axis of symmetry. a=1; b=s \n" ); document.write( "y = \n" ); document.write( "y = \n" ); document.write( "Find x \n" ); document.write( "x = \n" ); document.write( ": \n" ); document.write( " |