document.write( "Question 836711: A flag pole and its shadow form the sides of a right triangle. If the hypotenuse is 52 m long and the shadow is 48 m, how tall is the flag pole?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #504339 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A flag pole and its shadow form the sides of a right triangle. If the hypotenuse is 52 m long and the shadow is 48 m, how tall is the flag pole?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^2 + b^2 = c^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 48^2 = 52^2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 2304 = 2704\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 = 2704 - 2304\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 = 400\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = sqrt(400)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = 20\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The pole is 20 meters tall. \n" ); document.write( " \n" ); document.write( " |