Explanation:
Given :-
The length of the garden 8m greater than 2 times the width.
Area of the garden is 280 m²
Let us consider the length as x and width as y.
Sp, we can day length as :-
x = 8 + 2y ---(1)
Now, we know that:-
Area of Rectangle = Length × Breadth
280 = x * y
We can replace the value of x now,
280 = y × ( 8 + 2y)
280 = 8y + 2y²
2y² + 8y - 280 = 0
y² + 4y - 140 = 0
Factorise it.
(y -10)(y + 14)
Cancelling -ve value, we get the width as 10 metres.
Hope it helps :)