Idealistic
Junior Member
- Joined
- Sep 7, 2007
- Messages
- 97
Basically we have a square or rectangle within a square or rectangle...
The total area of a square/rectangle has an area of 2400 cm^2. If margins 4 cm on each side(left side, right side) and margins 6 cm (top, bottom) are created what is the maximum area of a square/rectangle capable of being produced within those margins; give its dimensions.
The margins are constant, and the total area is, trying to find maximum area of box within box.
So the equations to work with are:
2400 = (x + 8)(y + 12); (area of total square/rectangle) = (total length horizantally x total length vertically)
And:
A = xy; (area of square/rectangle within margins) = (length horizontally minus margins x length vertically minus margins)
Basically what i did was rearranged for x to get, y = 2400/(x + 8) - 12 and pluged it into A = xy. Then I took the derivative but it got me nowhewre fast. Im guessing I have the wrong equations?
Rest of work:
A = x(2400/(x + 4)) -12
A = 2400x/(x + 4) - 12
A' = 2400(x + 4) - 2400x,
A' = 4?