document.write( "Question 1062323: Hi, please help me turn this series into summation notation. Thank you in advance.\r
\n" );
document.write( "\n" );
document.write( "1. 2!/7 + 3!/14 + 4!/21 + ... + (n-1)!/7n\r
\n" );
document.write( "\n" );
document.write( "2. \n" );
document.write( "
Algebra.Com's Answer #677185 by Boreal(15235) You can put this solution on YOUR website! I like the last term's being (n+1)! \n" ); document.write( "Then I can write sum from n=1 to n of (n+1)!/7n. Is the last term (n+1)!? \n" ); document.write( "----------------- \n" ); document.write( "The second term is the sum from n=1 to 4 of -1^(n)*(n^3)/5^(n). \n" ); document.write( "The -1^(n) will alternately be negative-positive, beginning with negative. \n" ); document.write( " |