document.write( "Question 600139: Karen tees up on the 9th hole at a golf course for a 200 yard hole. She makes an initial drive (first shot) directly toward the hole. Her second shot travels 50 yards. Karen's third shot travels 25 yards, her fourth 12.5 yards, and so on in this pattern. Assume that the first shot fits the pattern and that the ball continues directly toward the hole on each shot.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Find the first shot less than 10 yards from the hole and the first shot less than 5 yards from the hole? Find the distance covered by the ball. Will the ball travel 200 yards? Explain why or why not. Use two different methods to justify your reasoning. \n" );
document.write( "
Algebra.Com's Answer #379203 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! This is a geometric sequence with terms 100,50,25,12.5,... \n" ); document.write( "The sum of a geometric sequence is S(n) = a(1-r^n)/(1-r) where r=common ratio and a=the 1st term \n" ); document.write( "Here the common ratio is 50/100 = 1/2 \n" ); document.write( "For the ball to 10 yds from the hole, it has covered a distance of 190 yds, \n" ); document.write( "so S(n) = 190 \n" ); document.write( "190 = 100(1-(1/2)^n)(1-(1/2)) \n" ); document.write( "Solve for n using logarithms -> n = 4.32 \n" ); document.write( "So after the 5th shot, the ball is less than 10 yds from hole \n" ); document.write( "For 5 yds from the hole, solve the above with S(n) = 195 \n" ); document.write( "This gives n = 5.32 \n" ); document.write( "So after the 6th shot, the ball is < 5 yds away \n" ); document.write( "In theory, the ball never covers the full 200 yds, since the remaining distance, while getting very small, is always non-zero. \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |