Here is a problem that I think I know how to solve, but can't get the right answer. Am I on the right track?
sum of the perimeters of a square and an equaliteral triangle is 10. find the dimensions that will maximize the area.
Let y= lenght of the side of the triangle, x= length of the side of the square
3y+4x=10; from here y=(10-4x)/3
A(x)=x^2+
(3) y^2/4; replace y with (10-4x)/3
Find A'(x) and see when it's equal to zero. One of the values of x will give me a dimension that maximizes the area; from there, I can get the other dimension.
Does it look OK or am I missing something here? Anna.