SOLUTION: The length of a rectangle is 5 centemeters less than three times its width. Its area is 12 square centemeters. Find the dimentions of the rectangle.

Algebra ->  Rectangles -> SOLUTION: The length of a rectangle is 5 centemeters less than three times its width. Its area is 12 square centemeters. Find the dimentions of the rectangle.      Log On


   



Question 692287: The length of a rectangle is 5 centemeters less than three times its width. Its area is 12 square centemeters. Find the dimentions of the rectangle.
Answer by Stitch(470) About Me  (Show Source):
You can put this solution on YOUR website!
Set-Up
-------
A = L * W (Area of a rectangle)
Given: A = 12, L = 3W - 5
---------
Solution:
---------
Substitute the given information into the equation for the area of a rectangle
%2812%29+=+%283W+-+5%29+%2A+W Simplify
12+=+3W%5E2+-+5W Subtract 12 from both sides
0+=+3W%5E2+-+5W+-+12
Use the quadratic equation
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation aW%5E2%2BbW%2Bc=0 (in our case 3W%5E2%2B-5W%2B-12+=+0) has the following solutons:

W%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%28-5%29%5E2-4%2A3%2A-12=169.

Discriminant d=169 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28--5%2B-sqrt%28+169+%29%29%2F2%5Ca.

W%5B1%5D+=+%28-%28-5%29%2Bsqrt%28+169+%29%29%2F2%5C3+=+3
W%5B2%5D+=+%28-%28-5%29-sqrt%28+169+%29%29%2F2%5C3+=+-1.33333333333333

Quadratic expression 3W%5E2%2B-5W%2B-12 can be factored:
3W%5E2%2B-5W%2B-12+=+3%28W-3%29%2A%28W--1.33333333333333%29
Again, the answer is: 3, -1.33333333333333. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+3%2Ax%5E2%2B-5%2Ax%2B-12+%29


The answers were W = 3cm or -1.333cm. But since you can not have a negative width. Just use the 3cm
Now we can find the length
L = 3W - 5
Plug 3 in for W
L+=+3%2A%283%29+-+5
L+=+9+-+5
highlight_green%28L+=+4cm%29