Optimization problem attached
I knew rld would come here
LOL
|dw:1322367324848:dw|
\[A=xy\] \[3x+2y=720\] \[2y=720-3x\] \[y=360-\frac{3}{2}x\] \[A(x)=x(360-\frac{3}{2}x)=360x-\frac{3}{2}x^2\] vertex is at \[-\frac{b}{2a}\] etc
or if this is calculus class "take the derivative, set it equal zero and solve" you will still get \[-\frac{b}{2a}\] here it is \[\frac{360}{3}=120\] for x
can u come help me?
so teh asnwer is c) 180 by 120 feet with the divider 120 feet long? is tath wat u mean by 120
This problem can be solved in one step with Mathematica's "Maximize" function. x*y is the area to be maximized, subject to the constraint that 3x+2y=720 and x and y are the variables. Maximize[ { x y, 3 x + 2 y = 720 }, {x,y} ] -> {21600, {x = 120, y = 180}} 21600 is the maximum area, and x and y are 120 and 180 respectively. 3*120 + 2*180 = 720
Join our real-time social learning platform and learn together with your friends!