SOLUTION: the length of a rectangle is 8 ft less than three times the width, and the area of the rectangle is 35 ft. Find the dimensions of the rectangle
Algebra ->
Rectangles
-> SOLUTION: the length of a rectangle is 8 ft less than three times the width, and the area of the rectangle is 35 ft. Find the dimensions of the rectangle
Log On
Question 1021731: the length of a rectangle is 8 ft less than three times the width, and the area of the rectangle is 35 ft. Find the dimensions of the rectangle Answer by Cromlix(4381) (Show Source):
You can put this solution on YOUR website! Hi there,
Make the width = 'x'
Length = 3x - 8
Area = length x width
35 = (3x - 8) * x (* = times)
35 = 3x^2 - 8x
Rearrange into quadratic = 0
3x^2 - 8x - 35 = 0
(3x + 7)(x - 5) = 0
3x + 7 = 0
x = -7/3 (ignore as -ve)
x - 5 = 0
x = 5
Width = 5 ft
Length = 7 feet
Hope this helps :-)