Find three positive numbers x, y and z such that the sum of y, z, and 2 times x is equal to 210 and the product of the three numbers is maximum.
How would I go about solving this?
I tried to do sub so that z=210-y-2x
then x * y * (210-y-2x) is maximized
so I took gradient
(-(4x+y-210)y,-2(y+x-105)x) and tried to solve each fx,fy=0 but i got a very odd answer
2006-10-23
12:19:27
·
5 answers
·
asked by
topgun553
1
in
Science & Mathematics
➔ Mathematics
In response to first answer
35 turned out to be the correct value for x but y and z were both 70 not 69 and 71
2006-10-23
12:42:27 ·
update #1