Don L. answered 10/26/15
Tutor
5
(18)
Fifteen years teaching and tutoring basic math skills and algebra
Hi Zachary, let "x" be the width of the first field. Then the length of the first field is x + 700 yards. The second field has a length of the first field, x + 700 yards minus 450 yards. The width of the second field 400 more than the first field, "x".
The two fields have the same length, therefore the equation becomes:
A(rea) of field 1 = A(rea) of field 2
x * (x + 700) = (x + 400) * (x + 700 - 450)
X2 + 700x = x2 + 650x + 10000 (the right side is just multiplication of binomial terms)
The x2 terms cancel out leaving:
700x = 650x + 100000
Solve for x gives x = 2000 yards.
Therefore, the width of the first field is 2000 yards. The length of the first field is 2000 + 700 or 2700 yards.
The width of the second field is 2000 + 400 or 2400 yards. The length of the second field is 2000 + 700 - 450 or 2250 yards.
To check, place the values in the original equation and solve
(2000) * ( 2700) = (2400) * (2250)
5400000 = 5400000, the values check.