You can put this solution on YOUR website! A rectangle has a short side of 5 and a diagonal of 10. What is the length of the rectangle?
.
Apply Pythagorean theorem:
Let x = length
then
5^2 + x^2 = 10^2
25 + x^2 = 100
x^2 = 75
x = sqrt(75)
x = sqrt(5*5*3)
x = 5*sqrt(3) (exact answer)
or, approximate answer:
x = 8.66