SOLUTION: I would like some help on this problem, please. "You are hanging a rectangular mirror in your room that has a diagonal 15 inches long. The width of the mirror is three inches short

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: I would like some help on this problem, please. "You are hanging a rectangular mirror in your room that has a diagonal 15 inches long. The width of the mirror is three inches short      Log On


   



Question 422166: I would like some help on this problem, please. "You are hanging a rectangular mirror in your room that has a diagonal 15 inches long. The width of the mirror is three inches shorter than it's length. What are the dimensions of the mirror?"
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
You are hanging a rectangular mirror in your room that has a diagonal 15 inches long. The width of the mirror is three inches shorter than it's length. What are the dimensions of the mirror?
------
Let length be "x"
Then width is "x-3"
----
Solve:
x^2 + (x-3)^2 = 15^2
x^2 + x^2-6x+9 = 225
2x^2 - 6x - 116 = 0
x^2 - 3x - 58 = 0
--------
x = [3 +- sqrt(9 - 4*-58)]/2
--------
Positive solution:
x = [3 + sqrt(241)]/2 (length)
--
x -3 = [3 + sqrt(241)-6]/2
----
x - 3 = [-3+sqrt(241)]/2 (width)
=====================================
Cheers,
Stan H.
===========