document.write( "Question 242174: A man walks 25 miles a day. On the following days he travel 5% less each day than the previous day. If he walked in the straight line, how far from his statrting point would he travel?
\n" );
document.write( "I'm learning infinite geometric series, please explain your solutions. Thanks for your helps. \n" );
document.write( "
Algebra.Com's Answer #177295 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A man walks 25 miles a day. On the following days he travel 5% less each day than the previous day. If he walked in the straight line, how far from his starting point would he travel? \n" ); document.write( "--------------------------------------- \n" ); document.write( "The series is 25 + (0.95)(25) + (0.95)^2(25) +... \n" ); document.write( "------------------- \n" ); document.write( "This is a geometric series with \n" ); document.write( "a = 25 and r = 0.95 \n" ); document.write( "--------------------------- \n" ); document.write( "Infinite Sum = a[1/(1-r)] = 25[1/0.05] = 500 miles\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |