document.write( "Question 288956: A piece of wire measuring 20 feet is attached to a pole as a guy wire. The distance along the ground from the bottom of the pole to the end of the wire is 4 feet greater than the height where the wire is attached to the pole. How far up the pole does the guy wire reach? \n" ); document.write( "
Algebra.Com's Answer #209379 by mananth(16946) You can put this solution on YOUR website! let the height at which the wire is attached to the pole be x\r \n" ); document.write( "\n" ); document.write( "Distance along ground from wire to base of pole = x+4\r \n" ); document.write( "\n" ); document.write( "The length of the wire is 20 feet\r \n" ); document.write( "\n" ); document.write( "using the pythagoras theorem\r \n" ); document.write( "\n" ); document.write( "x^2+(x+4)^2 = 20^2\r \n" ); document.write( "\n" ); document.write( "x^2+x^2+8x+16=400\r \n" ); document.write( "\n" ); document.write( "2x^2+8x-384=0\r \n" ); document.write( "\n" ); document.write( "x^2 +4x-192=0\r \n" ); document.write( "\n" ); document.write( "x^2 +16x-12x-192=0\r \n" ); document.write( "\n" ); document.write( "x(x+16)-12(x+16)=0\r \n" ); document.write( "\n" ); document.write( "(x+16)(x-12)=0\r \n" ); document.write( "\n" ); document.write( "x=12 \r \n" ); document.write( "\n" ); document.write( "12 feet from the bottom of the pole\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |