document.write( "Question 1092232: Seve is training for a long distance walk. He walks for 10 km in the first week, then
\n" );
document.write( "each week thereafter he walks an additional 500 m. If he continues this pattern for
\n" );
document.write( "a year, how far does he walk:\r
\n" );
document.write( "\n" );
document.write( "a in the last week
\n" );
document.write( "b in total? \n" );
document.write( "
Algebra.Com's Answer #706822 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is the sum of an arithmetic series where a1=10, d=0.5, n=52 and n-1=51 \n" ); document.write( "a52=a1+(n-1)*0.5=10+0.5*51=35.5 km, in the last week \n" ); document.write( "S=(n/2)(a1+a52)=26*(45.5)=1183 km, total. \n" ); document.write( " |