Question 1029035
The length of a rectangle is 3 centimeters less than its width. What are the dimensions of the rectangle if its area is 134 .
-----
L = W + 3
L*W = 134
w*(w+3) = 134
w^2 + 3w - 134 = 0
*[invoke solve_quadratic_equation 1,3,-134]
===========
W =~ 10.1726
L =~ 13.1726