document.write( "Question 161661: FIND THE TWO NUMBERS, X AND Y WHOSE DIFFERENCE IS 26 WHICH MINIMIZE XY. \n" ); document.write( "
Algebra.Com's Answer #119134 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! FIND THE TWO NUMBERS, X AND Y WHOSE DIFFERENCE IS 26 WHICH MINIMIZE XY. \n" ); document.write( "----------------------------- \n" ); document.write( "x-y = 26 \n" ); document.write( "P = xy (product = xy) \n" ); document.write( "sub for y \n" ); document.write( "y = x-26 \n" ); document.write( "P = x*(x-26) \n" ); document.write( "P = x^2 - 26x \n" ); document.write( "Set the 1st derivative = 0 \n" ); document.write( "2x - 26 = 0 \n" ); document.write( "x = 13 \n" ); document.write( "y = -13 \n" ); document.write( "Prod = -169 \n" ); document.write( "-------------- \n" ); document.write( "Try -12 and 14: \n" ); document.write( "Prod = -168 \n" ); document.write( "Try -14 and 12: \n" ); document.write( "Prod = -168 \n" ); document.write( "Looks good. \n" ); document.write( " |