SOLUTION: one side of a rectangle is 4 in shorter than three times the other side find the sides if the area of the rectangle is 319sq in
Algebra ->
Rectangles
-> SOLUTION: one side of a rectangle is 4 in shorter than three times the other side find the sides if the area of the rectangle is 319sq in
Log On
Question 958978: one side of a rectangle is 4 in shorter than three times the other side find the sides if the area of the rectangle is 319sq in Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! one side of a rectangle is 4 in shorter than three times the other side find the sides if the area of the rectangle is 319sq in
--------
side:: x
other side: y
-----
Equation:
y = 3x-4
xy = 319
-----
Substitute and solve for "x"::
(3x-4)x = 319
---
3x^2 - 4x - 319 = 0
----
x = [4 +- sqrt(16 -4*3*-319)]/6
-----
x = [4 +- 62]/6
-----
x = 11
y = 3x-4 = 29
------------------
Cheers,
Stan H.
---------------