Question 821654
a rectangle is 3cm longer than it is wide. the diagonal is 15 cm. find the dimensions of the rectangle. use quadratic formula
-------------------
width = x cm
length = x+3 cm
diag = 15 cm
------
Use Pythgoras:
x^2 + (x+3)^2 = 15^2
-------
x^2 + x^2 + 6x + 9 = 225
--------
2x^2 + 6x - 216 = 0
x^2 + 3x - 108 = 0
(x-9)(x+12) = 0
-----
Positive solution:
x = 9 cm (width)
x+3 = 12 cm (width)
============================
Cheers,
Stan H.