document.write( "Question 108769This question is from textbook
\n" );
document.write( ": A Christmas tree is supported by a wire that is 1 foot longer than the height of the tree. The wire is anchored at a point whose distance from the base of the tree is 49 feet shorter than the height of the tree. What is the height of the tree? PLEASE HELP \n" );
document.write( "
Algebra.Com's Answer #79341 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the tree, wire and base form a right triangle with the wire as the hypotenuse\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x=\"tree height\" ... by Pythagoras, x^2+(x-49)^2=(x+1)^2 ... x^2+x^2-98x+2401=x^2+2x+1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2-100x+2400=0 ... (x-60)(x-40)=0 \n" ); document.write( " |