
Rich G. answered 06/18/18
Tutor
5.0
(142)
Experienced Access User and VBA Programmer
Since it's a uniform border, let x = the width of the border
The length of the border is 20 + x + x (since it has a border on both sides) or 20+2x
The width is 10+x+x or 10+2x
We have enough to cover 304 sq ft, so the area to cover is the area with the border minus the area of the flower bed
Area with border = (20+2x)(10+2x)
Area of flower bed = 10x20 = 200
Area of border = area with border - area of flower bed = (20+2x)(10+2x) - 200
(20+2x)(10+2x)-200 = 304
200+40x+20x+4x2-200 = 304
4x2+60x=304
4x2+60x-304 = 0
You can factor out a 4
x2+15x-76 = 0
Now you can solve for x using quadratic equation or factoring (it can be factored)