document.write( "Question 36866This question is from textbook Algebra 2
\n" );
document.write( ": I have tried to do the problem
\n" );
document.write( "\"For each arithmetic series, find S of 25\"
\n" );
document.write( " 3+7+11+15
\n" );
document.write( "This is the equation i came up with
\n" );
document.write( "25[2(3)+(25-1)d/2]
\n" );
document.write( "I just cant find the d and when i try my answer comes out incorrect..
\n" );
document.write( "thanks.. \n" );
document.write( "
Algebra.Com's Answer #22649 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For each arithmetic series, find S of 25\" \n" ); document.write( "3+7+11+15\r \n" ); document.write( "\n" ); document.write( "S(25) means to find the sum of the 1st 25 terms. \n" ); document.write( "d is the difference between any term and the previous term: \n" ); document.write( "For your problem d=11-7=4 \n" ); document.write( "The Sum formula is S(n)=(n/2)(a(1)+a(n)) \n" ); document.write( "and a(n)=a(1)+(n-1)d \n" ); document.write( "Since a(1)=3, a(25)=3+(24)(4)=99 \n" ); document.write( "Therefore S(25)=(25/2)(3+99)=25(51)=1275 \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " |