document.write( "Question 572482: 1(1!) + 2(2!) + 3(3!) + . . . + n(n!).\r
\n" );
document.write( "\n" );
document.write( "Find the sum of this series if n = 15. \n" );
document.write( "
Algebra.Com's Answer #368409 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! 1(1!) + 2(2!) + ... + 15(15!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "15(15!) can be rewritten as (16-1)15!, or 16! - 15!. Similarly, 14(14!) can be rewritten as 15! - 14!. This pattern continues and we can rewrite 1(1!) as 2! - 1!. Adding these up, we obtain\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(2! - 1!) + (3! - 2!) + ... + (16! - 15!)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "All the terms cancel, except the -1! and 16!. Therefore the series telescopes to 16! - 1!, or 16! - 1. \n" ); document.write( " |