document.write( "Question 50375: Find the sume of this series.
\n" );
document.write( "28+35+42+49+......728.
\n" );
document.write( "I know this is 7 added each time. But stuck on the equation to figure.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #33452 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 28+35+42+49+......728.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum is the average of the 1st and last terms times the number of terms.\r \n" ); document.write( "\n" ); document.write( "S=(1/2)n(1st + last) \n" ); document.write( "Need to find number of terms, as follows: \n" ); document.write( "728-28=700 \n" ); document.write( "700/7 = 100 \n" ); document.write( "So, 728 is the 100th term.\r \n" ); document.write( "\n" ); document.write( "S=1/2(100)(28+728) \n" ); document.write( "S=50(756) \n" ); document.write( "S=37,800\r \n" ); document.write( "\n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |