You can put this solution on YOUR website! Find the diagonal of a rectangle whose length is 8 inches and whose width is 5 inches.
----------------
diagonal = sqrt[8^2+5^2]
= sqrt[64+25]
= sqrt[89]
= 9.434... inches
=============================
Cheers,
Stan H.
=============