You can
put this solution on YOUR website!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?
We can use the pythagorean theorem to solve this:

, where c=hypotenuse, a and b are both legs of a right triangle
In this case the diagonal is c=4
Let the width, a=x
Then the length, b=x+1

This is in the form:

Now use the quadratic formula:

a=2, b=2, and c=-15

Ignore the negative answer because dimensions are positive.

x~~2.28388
The width is: x~~2.28 cm
The length is x+1=2.28+1=3.28 cm
Happy Calculating!!!
You can
put this solution on YOUR website!width = w
length = w + 1
A width and a length can make legs of a right triangle with the diagonal being its hypotenuse. *Draw a picture to better understand.
a^2 + b^2 = c^2
(w)^2 + (w + 1)^2 = 4^2
w^2 + w^2 + 2w + 1 = 16
2w^2 + 2w = 15
w^2 + w = 7.5
(w + 0.5)^2 = 7.75
w + 0.5 = +- sqrt(7.75)
w = -0.5 +- sqrt(7.75)
width about 2.2839
length about 3.2839
*You can use other ways to solve: w^2 + w - 7.5 = 0