document.write( "Question 923629: If there is a triangle which has sides of 60, 80 and 100 for lengths and you split the triangle so that it creates 2 right triangles (separating the triangle on the 100 length side) what would be the lengths of the 4 new sides which have been created? \n" ); document.write( "
Algebra.Com's Answer #560190 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
you will have 2 triangles.
\n" ); document.write( "the first triangle will have sides of 36, 48, 60
\n" ); document.write( "the second triangle will have sides of 64, 48, 80\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you drop a perpendicular from the vertex of the angle opposite the 100 length side and perpendicular to it.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your 100 length is split into 2 pieces.
\n" ); document.write( "one piece is x units in length.
\n" ); document.write( "the other piece is 100 - x units in length.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your altitude has a length of z units.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since you have 2 right triangles with a common altitude, you can set up an equation using the pythagorean formula as follows:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x^2 + z^2 = 60^2 for the first triangle.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(100-x)^2 + z^2 = 80^2 for the second triangle.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve both of these equations for z^2 and you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "z^2 = 60^2 - x^2 and z^2 = 80^2 - (100 - x)^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since both expressions on the right sides of these equations are equal to z^2, you can set them equal to each other to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "60^2 - x^2 = 80^2 - (100 - x)^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve this equation for x and you get x = 36.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that makes 100 - x = 64.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can use either equation to solve for z and you will get z = 48.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for example:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "z^2 = 60^2 - x^2 becomes z^2 = 60^2 - 36^2 which makes z^2 = 2304 which makes z = 48.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for z^2 in the other equation and you will get the same answer.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "z will be equal to 48 in that other equation as well.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "confirm your solutions by using the pythagorean formula on each triangle and you will see that the values given for x and 100-x and z are good in both triangles.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );