You can put this solution on YOUR website! A window has a length of 45 inches and a diagonal of 53 inches. What is the width of the window?
------
Use Pythagoras::
width^2 = 53^2-45^2
width = sqrt[679)
width = 26.06 inches
-----------------------
Cheers,
Stan H.
===============