document.write( "Question 757456: At a certain time of day, a tree that is x feet tall casts a shadow that is x-17 meters long. If the distance from the top of the tree to the end of the shadow is x+8 meters, what is the height,x, of the tree? \n" ); document.write( "
Algebra.Com's Answer #460892 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! A Pythagoras question. \n" ); document.write( "Tree = x \n" ); document.write( "Shadow = x - 17 \n" ); document.write( "Distance from top of tree \n" ); document.write( "to end of shadow = x + 8 \n" ); document.write( "So x^2 + (x - 17)^2 = (x + 8)^2 \n" ); document.write( " x^2 +(x^2 - 34x + 289) = (x^2 + 16x + 64) \n" ); document.write( " Combine and collect like terms. \n" ); document.write( " x^2 - 50x + 225 \n" ); document.write( " (x - 5)(x - 45) \n" ); document.write( "So either x = 5 or x = 45 \n" ); document.write( "As the shadow = (x - 17) I would \n" ); document.write( "discount x = 5. \n" ); document.write( "Tree height = 45ft \n" ); document.write( "Tree's shadow = 28ft \n" ); document.write( "Distance from top of \n" ); document.write( "tree to tip of shadow. \n" ); document.write( "= 53ft. \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |