Where do I begin? 'The length of a rectangle is....'

jdruopp

New member
Joined
Apr 27, 2007
Messages
22
Please help me get an equation for this:

The length of a rectangle is 1cm longer than its width. If the diagonal of the rectangle is 4cm, what are the dimensions (length and width) of the rectangle?
 
Re: where do i begin

Hello, jdruopp!

Did you make a sketch?


The length of a rectangle is 1cm longer than its width.
If the diagonal of the rectangle is 4cm, what are the dimensions of the rectangle?
Code:
      * - - - - - - - - - - - *
      |                   *   |
      |          4   *        |
      |           *           | w
      |       *               |
      |   *                   |
      * - - - - - - - - - - - *
                w + 1

Let the width be \(\displaystyle w\).
Then the length is \(\displaystyle w\,+\,1\).

Look at the diagram . . . we have a right triangle.

Pythagorus tells us that; \(\displaystyle \:w^2\,+\,(w\,+\,1)^2\:=\:4^2\)

Can you finish it now?

 
ok, seems easy enough. But I still cant get it. Shouldn't the factors be 5 and 3?

(2w -5)(w+3) but that only gives 2w^2 +x -15 or the other gives 2w^2 -x -15

What am I doing wrong?
 
nothing wrong ... except the stated quadratic will not factor.
 
Thank you, after trying for an hour I gave up.
So quadratic formula then?
 
Top