document.write( "Question 39881: You are standing 8 feet from a circular swimming pool. The distance to a
\n" );
document.write( "point of tangency is 16 feet. What is the radius of the pool? \n" );
document.write( "
Algebra.Com's Answer #25534 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Make yourself a diagram such that the distance from the center of the pool to you is 8 + r and the distance to the tangent is 16. It should be a right triangle, since the radius meets a tangent at a right angle. Via the Pythagorean Theorem, we have \n" ); document.write( "r^2 + 16^2 = (r + 8)^2 \n" ); document.write( "r^2 + 256 = r^2 + 16r + 64 \n" ); document.write( "256 = 16r + 64 \n" ); document.write( "16r = 192 \n" ); document.write( "r = 12 feet \n" ); document.write( " |