
Patrick B. answered 06/27/20
Math and computer tutor/teacher
THe rectangle has a length of n feet less than K times with width. The area is A square feet. You must tell us what are A, N and k.
L = kw - N
The area is A = length*width = (kw-N)*w
A = kw^2 - Nw <-- quadratic in terms of w
kw^2 - Nw - A = 0 <--- solves via quadratic formula
w = [N +or- sqrt ( N^2+ 4kA)] / (2k)
lovely, isn't it?