Austin, let's let w = the width of the floor. Then the length is w + 85, right?
How do we find the area? length x width.
2750 = w(w + 85)
2750 = w2 + 85w
0 = w2 + 85w - 2750
0 = (w + 110)(w - 25)
w + 110 = 0
w = -110. Because length can't be negative, this answer is out.
w - 25 = 0
w = 25
So, the width is 25 and the length is 85 more than that, is 110.
Hope this helps!