Karla P. answered 06/16/21
Patient and experienced tutor with zest for teaching
let w = width = L-3 (3ft less than length)
let L = length
A=L*w
A=L * (L-3)
A = L2 - 3L
270 = L2 - 3L
L2 - 3L - 270 = 0
now factor it:
L2 -18L +15L -270 = 0
(L+15)(L-18) = 0
L= -15 or 18
L= 18 (the other factor will give a negative value so we can't take that)
w = L-3 = 18-3=15
so the A=Lw = 18*15 = 270 and it checks out
Hope this was helpful.