Im trying to determine the maximum area of a triangle that c
I\'m trying to determine the maximum area of a triangle, that can be inscribed within a rectangle, with no given dimensions. I\'m having a tough time coming up with equations that I can use to optimize.
Solution
Well, if you inscribe a triangle inside a rectangle, the base of the triangle will be equal to the length of the rectangle, and the height equal to the width. So if l equals length and w equals base A= 1/2 lw is what you should maximize.