document.write( "Question 187647: Woody Woodpecker picked at a 17m wooden pole until it cracked and the upper part fell, reaching a point on the ground 10m from the foot of the pole. Since the pole had not completely broken off, Woody pecked away where it had cracked. How far was Woody above the ground? \n" ); document.write( "
Algebra.Com's Answer #140700 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Let x = distance Woody above ground \n" ); document.write( "then \n" ); document.write( "hypotenuse = 17-x \n" ); document.write( ". \n" ); document.write( "From Pythagorean: \n" ); document.write( "x^2 + 10^2 = (17-x)^2 \n" ); document.write( "x^2 + 100 = 289 - 34x + x^2 \n" ); document.write( "100 = 289 - 34x \n" ); document.write( "-189 = -34x \n" ); document.write( "-189/-34 = x \n" ); document.write( "5.559m = x \n" ); document.write( " \n" ); document.write( " |