The question is as follows: Find the area of the largest rectangle that has sides parallel to the coordinate axes, one corner at the origin and the opposite corner on the line 3x+2y=12 in the first quadrant.
I get that the equation I have to maximize is in the form of A=bh but I don't know how to eliminate one of the variables to continue.
Since the bottom left corner of the rectangle is at the origin, then the $(x,\,y)$ coordinates of the top right corner will be the base and height (draw a figure to help visualize). We know that this point is on the line $3x+2y=12$, so that $y=-\frac{3}{2}x+6$. Plugging this in gives $A=x(-\frac{3}{2}x+6)$, which has only one variable.