25,582 views
10 votes
10 votes
The length of a rectangle is 3 inches shorter than twice the width (x).Which is the width (x) when the area (y) is 1377 square inches?

The length of a rectangle is 3 inches shorter than twice the width (x).Which is the-example-1
User Ovasylenko
by
2.5k points

1 Answer

16 votes
16 votes

You have the following information:

- The length of the given rectangle is 3 inches shorter than twice the width x.

- The area of the rectangle is 1377 square inches

In order to determine the width of the rectangle, you first name x as the width of the rectangle. Thus the length of th rectangle is 2x - 3 (3 inches shorter than twice the width). The area (which is equal to 1377 square inches) is given by the product beteen the length and the width.

Then, for the are of the rectangle you have:


A=(x)(2x-3)

You replace the value of A in the previous expression and order the equation to obtain a quadratic equation, just as follow:


\begin{gathered} 1377=2x^2-3x \\ 2x^2-3x-1377=0 \end{gathered}

To solve the previous equation for x, you use the quadratic formula, which is given by:


x=\frac{-b\pm\sqrt[]{b^2-4ac}}{2a}

where a=2, b=-3 and c=-1377. You replace and obtain:


\begin{gathered} x=\frac{-(-3)\pm\sqrt[]{(-3)^2-4(2)(-1377)}}{2(2)} \\ x=\frac{3\pm\sqrt[]{9+11,016}}{4}=(3\pm105)/(4) \\ x_1=27 \\ x_2=-25.5 \end{gathered}

There are two solutions because we had a quadratic equations. However, from the two solutions found you can only take x1 = 27, because this solution is positive and it has physical sense.

Hence, the width of the rectangle is 27 inches

User Fukanchik
by
2.9k points