document.write( "Question 199886: how long is a wire reaching from the top of a 20 foot pole to a point on the ground 14 feet from teh base of the pole? \n" ); document.write( "
Algebra.Com's Answer #150270 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
You have a right triangle with base=14 & hight=20
\n" ); document.write( "a^2+b^2=c^2
\n" ); document.write( "14^2+20^2=x^2
\n" ); document.write( "196+400=x^2
\n" ); document.write( "x^2=596
\n" ); document.write( "x=sqrt596
\n" ); document.write( "x=24.41 is the length of the wire.
\n" ); document.write( "
\n" );