document.write( "Question 815982: A rectangular box has width w inches, height h inches, and depth d inches. what is the longest possible stick that can fit in this box? \n" ); document.write( "
Algebra.Com's Answer #491302 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A rectangular box has width w inches, height h inches, and depth d inches. what is the longest possible stick that can fit in this box?
\n" ); document.write( "-------------
\n" ); document.write( "s = length of the stick
\n" ); document.write( "\"s%5E2+=+w%5E2+%2B+h%5E2+%2B+d%5E2\"
\n" ); document.write( "
\n" ); document.write( "
\n" );