document.write( "Question 874410: I need help please.
\n" );
document.write( "A foot tall tree casts a shadow that is one foot shorter than the distance from the tip of the shadow to the top of the tree. Find the length of shadow.
\n" );
document.write( "(a) Let x represent the length of the shadow. Write an expression for the diagonal distance from the tip of the shadow to the top of the tree.
\n" );
document.write( "(B) What is the length of the shadow? (Hint use the pythagorean formula) \n" );
document.write( "
Algebra.Com's Answer #527539 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! a) diagonal distance is x+1 \n" ); document.write( "b) 1 + x^2 = (x+1)^2 \n" ); document.write( "1 + x^2 = x^2 +2x +1 \n" ); document.write( "2x = 0 \n" ); document.write( "x = 0 implies the length of the shadow is zero \n" ); document.write( " \n" ); document.write( " |