document.write( "Question 1164947: In a potato race, 10 potatoes are placed in a straight line 5 meters apart, the first potato being placed 6 meters from the starting point. how many meters does a contestant travel in collecting the potatoes one at a time and placing them in a basket located at the starting point\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #789374 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It is a series with the first term 6 m out and back or 12 m \n" ); document.write( "the second term is 11 m out and back or 22 m \n" ); document.write( "and so forth until the n th term is (6+5(n-1)) out and back or 12+10n-10 m or 10n +2 \n" ); document.write( "The last term will be 102 m with n=10\r \n" ); document.write( "\n" ); document.write( "so the series is 12+22+32+...+102\r \n" ); document.write( "\n" ); document.write( "a1=12 \n" ); document.write( "a10=102 \n" ); document.write( "sum is (n/2)(a1+an) \n" ); document.write( "=5(12+102) \n" ); document.write( "=570 m\r \n" ); document.write( "\n" ); document.write( "can check \n" ); document.write( "12+22+32+42+52+62+72+82+92+102 \n" ); document.write( " |