document.write( "Question 1071167: The side lengths of a rectangular room are 5 ft and 12
\n" );
document.write( " ft. The room is going to be split in half along the hypotenuse of a triangle using string. Find the length of the piece of string needed. \n" );
document.write( "
Algebra.Com's Answer #686082 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The side lengths of a rectangular room are 5 ft and 12 \n" ); document.write( "ft. The room is going to be split in half along the hypotenuse of a triangle using string. Find the length of the piece of string needed. \n" ); document.write( "------------------- \n" ); document.write( "h^2 = 5^2 + 12^2 \n" ); document.write( "------ \n" ); document.write( "h = sqrt[25+144] \n" ); document.write( "----- \n" ); document.write( "h = 13 ft \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |