document.write( "Question 808920: A tree is supported by a wire anchored in the ground 12 feet from its base. The wire is 4 feet longer than the height that it reaches on the tree. How long is the wire?
\n" );
document.write( "a) Draw a picture of this situation and label it. Let the variable x represent the length of the wire. Use the Pythagorean theorem to write a polynomial equation one of whoses solutions is the answer the question.
\n" );
document.write( "b) Solve the equation and give the length of the wire. Include units with your numerical solution. \n" );
document.write( "
Algebra.Com's Answer #487435 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = h + 4 \n" ); document.write( "b = 12 \n" ); document.write( "x = sqrt( h^2 + b^2 ) \n" ); document.write( "--- \n" ); document.write( "h + 4 = sqrt( h^2 + 144 ) \n" ); document.write( "(h + 4)(h + 4) = h^2 + 144 \n" ); document.write( "h^2 + 8h + 16 = h^2 + 144 \n" ); document.write( "8h = 128 \n" ); document.write( "Answer: \n" ); document.write( "h = 16 \n" ); document.write( "x = 20 feet \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |