Inactive Tutor answered 06/04/15
Tutor
New to Wyzant
Area of a rectangle = width * height
Assuming, that length of the rectangle = x inches
width of the rectangle would be = x - 7 inches
Plug these in the area formula:
126 = (x - 7)*x
126 = x2 - 7x
x2 - 7x -126 = 0
Now, we apply quadratic formula to solve for x:
x = [-b ±√ (b2 - 4ac)] / 2a
x = [7 ±√{(-7)2 - 4*1*(-126)}] / 2
x = [7 ±√{49 + 504}] / 2
x = [7 ±√553] / 2
x = [7 ±23.52] / 2
x = 15.26 and -8.26
x = 15.26 and -8.26
Since length can not be negative, we take the positive value.
Therefore, length of the rectangle = 15.26 inches