SOLUTION: The length of a rectangle is 3cm more than twice the width. The area is 1890cm^2. find the length and the width of the rectangle.
Algebra ->
Rectangles
-> SOLUTION: The length of a rectangle is 3cm more than twice the width. The area is 1890cm^2. find the length and the width of the rectangle.
Log On
Question 767096: The length of a rectangle is 3cm more than twice the width. The area is 1890cm^2. find the length and the width of the rectangle. Found 2 solutions by solver91311, suruman:Answer by solver91311(24713) (Show Source):
You can put this solution on YOUR website! Let width of the rectangle be x
Length of the rectangle is 3 cm more than width = x+3
Area of the rectangle = Length * Width = x*(x+3) = 1890
x^2 + 3x = 1890
x^2 + 3x - 1890 =0
Compare this with a quadratic equation of the type ax^2 + bx + c = 0
Roots of a quadratic equation of the type ax^2 + bx + c = 0 is :
x = {-b +- D ) / 2a where D= Sqrt(b^2 - 4ac)
Determinant of the given quadratic equation is : D = sqrt(3^2 - (4*a*(-1890)))
= sqrt ( 9 +
Hence, roots of the given quadratic equation is = 87.
Thus the roots are :
x = {-3 + 87)/(2*1) = 42
or
x = (-3-87)/(2*1) = -45
As length of the rectangle is positive, ignoring the negative result, width of the rectancgle = 42cm
Length of the rectangle = 42 + 3 = 45cm