document.write( "Question 1204552: A company has $33600 to spend on the development and promotion of a new product. The company estimates that if x is spent on development and y is spent on promotion, then approximately ((x^1/2)(y^3/2))/400,000 items of new product will be sold. Based on this estimate, how much should the company spend on development so the maximum number of products will be sold? \n" ); document.write( "
Algebra.Com's Answer #840923 by ikleyn(52802)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A company has $33600 to spend on the development and promotion of a new product.
\n" ); document.write( "The company estimates that if x is spent on development and y is spent on promotion,
\n" ); document.write( "then approximately ((x^1/2)(y^3/2))/400,000 items of new product will be sold.
\n" ); document.write( "Based on this estimate, how much should the company spend on development
\n" ); document.write( "so the maximum number of products will be sold?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        It is clear that this problem is on finding maximum.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        It can be solved by applying standard Calculus to the given function,
\n" ); document.write( "        but it is, obviously, not very pleasant exersize, taking into account
\n" ); document.write( "        complicated formula for the function.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        There is a trick, and I will show it below, which makes the solution an easy and pleasant
\n" ); document.write( "        procedure and makes a reader happy, since he (or she) learns something new.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "                      Solution\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Let  u = (x^(1/2))*(y^(3/2))/400000 be the given function;\r\n" );
document.write( "\r\n" );
document.write( "     v = (x^(1/2))*(y^(3/2));\r\n" );
document.write( "\r\n" );
document.write( "     w = \"x%2Ay%5E3\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "It is obvious that \"u\" and \"v\" have the maximum at the same point (x,y)\r\n" );
document.write( "(dividing by the constant value 400,000 does not shift the position of maximum on (x,y)-plane).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Which is even more interesting and productive, is the fact that \"v\" and \"w\" also have \r\n" );
document.write( "the maximum at the same point (x,y) on the coordinate plane.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "        +-------------------------------------+\r\n" );
document.write( "        |  It is because  w(x,y) = v^2(x,y).  |\r\n" );
document.write( "        +-------------------------------------+\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Now our task is much more simple: find the point (x,y) on the coordinate plane such that\r\n" );
document.write( "\r\n" );
document.write( "    x + y = 33600    (1)\r\n" );
document.write( "\r\n" );
document.write( "and \r\n" );
document.write( "\r\n" );
document.write( "    maximizes  w(x,y) = \"x%2Ay%5E3\",  x >=0,  y >= 0.    (2)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To do it,  from (1)  I express  y = 33600-x  and substitute it into (2).\r\n" );
document.write( "\r\n" );
document.write( "Then I get the problem to maximize \r\n" );
document.write( "\r\n" );
document.write( "    W(x) = \"x%2A%2833600-x%29%5E3\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Apply a standard Calculus procedure: find the derivative and equate it to zero.\r\n" );
document.write( "You will get then\r\n" );
document.write( "\r\n" );
document.write( "    (33600-x)^3 = \"3x%2A%2833600-x%29%5E2\",  0 < x < 33600.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify by reducing the factor  \"%2833600-x%29%5E2\" in both sides\r\n" );
document.write( "\r\n" );
document.write( "    33600-x = 3x\r\n" );
document.write( "\r\n" );
document.write( "    33600 = 3x + x = 4x\r\n" );
document.write( "\r\n" );
document.write( "    x = 33600/4 = 8400.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "So, the maximum of w(x,y),  v(x,y)  and  u(x,y)  is  achieved at x= 8400,  y= 33600-8400 = 25200\r\n" );
document.write( "\r\n" );
document.write( "    max u(x,y) = u(8400,25200) = (8400^(1/2)*25200^(3/2)))/400000 = 916.6  (rounded)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER.  The point of maximum is  (x,y) = (8400,25200).\r\n" );
document.write( "\r\n" );
document.write( "         The value of the maximum is about 916.6.\r\n" );
document.write( "\r\n" );
document.write( "         The amount to spend on development is x = $8400,  leaving  $25200 to spend on promotion.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "From my solution learn this trick, which makes the solution easy.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );