Hello Kevin,
For a rectangle, Area = Length * Width: A = L * W
Let W = the width.
Then L = 2W - 4,
which gives us:
30 = (2W - 4)(W)
--> 2W2 - 4W - 30 = 0, by distributing the W, and subtracting 30 from both sides,
--> W2 - 2W - 15 = 0, dividing everything by 2 (Why? Because we can. :-) )
--> (W - 5)(W + 3) = 0, by factoring
--> W - 5 = 0 or W + 3 = 0, by setting each factor equal to 0,
--> W = 5 or W = -3.
However, W = -3 wouldn't make sense in the context of the problem, since we wouldn't want a negative width,
--> W = 5 only,
--> L = 2(5) - 4 = 10 - 4 = 6.
So the dimensions are 6 by 5.
Hope the above helps, and thank you for posting your question.
~Michael E.