Question: The length of a rectangle is increasing at a rate of $4$ inches per second while its width is decreasing at a rate of $3$ inches per second. At what rate, in square inches per second, is the area of the rectangle changing when its length is $23$ inches and its width is $18$ inches?
So I know for this problem that there is a third quantity that I can assign a variable to and solve an equation for. However, after giving this problem a great deal of thought, I can confidently say I am stuck. Where can I go from here?
Let $x$ be the length and $y$ the width. Then: $$E=xy$$ $$E'=x'y+xy'$$ We have from the given information that $x'=4$, $y'=-3$ (because it's decreasing), $x=23$ and $y=18$.
Can you continue?