Question 782694
if the length and width of 4 x 2 inc rectangle are each increased by the same amount. The area of the new rectangle will be twice the old. What are the dimensions to two decimal places of the new rectangle?
--------
New dimensions:
length = 4+x
width = 2+x
-----
New Area:
(4+x)(2+x) = x^2+6x+8
--------
Equation::
new area = 2*old area
x^2+6x+8 = 2(4*2)
x^2 + 6x -8 =0
------
x = [-6 +-sqrt(36-4*-8)]/2
x = [-6 +- sqrt(68)]/2
Positive solution:
x = -3 + (1/2)sqrt(68) = 5.25
-----
New Dimensions:
length: 4 + x = 9.25
width:: 2 + x = 7.25
==========================
Cheers,
Stan H.
=========