Question 154298
The length of a rectangle is 5 less than thrice its width. Find the dimensions if the area is 112 squared cm.
---------------------------
L = 3W - 5 (The length of a rectangle is 5 less than thrice its width)
L*W = 112
Sub for L
(3W-5)*W = 112
3w^2 - 5W - 112 = 0
*[invoke solve_quadratic_equation 3,-5,-112]
Ignore the negative answer, so W = 7 (the online solver always uses x)
W = 7
L = 3*7 - 5 = 16