You can
put this solution on YOUR website!Let,,,Length = L
Width = L-1
Diagonal = L+1
.
.
Diagonal is hypotenuse of a right triangle, therefore use the pythagorian theorem,
.
c^2 = a^2 + b^2
.
(L+1)^2 = (L)^2 + (L-1)^2
.
L^2 +2L +1 = L^2 + L^2 -2L +1
.
L^2 - 4L =0
.
L (L-4) =0
.
L=4,,,,0 (not realistic)
.
L=4, W=3, Dia = 5
.
check,,5^2 = 3^2 + 4^2 ,,,,,ok
.