17.3k views
0 votes
The area of a rectangular field is given by the trinomial t2 – 4t – 45. The length of the rectangle is t + 5. What is the expression for the width of the field?

1 Answer

5 votes
The answer is: width = t - 9

A = l * w
A = t² - 4t - 45
l = t + 5
t² - 4t - 45 = (t + 5)w


w= ( t^(2) - 4t - 45)/(t + 5) = (t * t - 9t + 5t - 5 * 9)/(t+5) = (t(t - 9) + 5(t - 9)))/(t+5) = ((t-9)(t+5))/(t+5) =t-9
User Donlelek
by
7.9k points