document.write( "Question 273266: from all the pairs of numbers whose sum is 256, find the pair whose product is greatest. \n" ); document.write( "
Algebra.Com's Answer #199645 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! from all the pairs of numbers whose sum is 256, find the pair whose product is greatest. \n" ); document.write( "--- \n" ); document.write( "x + y = 256 \n" ); document.write( "--- \n" ); document.write( "Product = xy = x(256-x) = 256x-x^2 \n" ); document.write( "----- \n" ); document.write( "P(x) = -x^2+256x \n" ); document.write( "---- \n" ); document.write( "Max occurs when x = -b/2a = -256/(-2) = 128 \n" ); document.write( "--- \n" ); document.write( "If x = 128, y = 128 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |