document.write( "Question 258765: The sum of the first n terms in a sequence is always 1/n. Find the product of the first 2007 terms.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #190477 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the first n terms in a sequence is always 1/n. Find the product of the first 2007 terms. \n" ); document.write( "----------------------------- \n" ); document.write( "2007/n is the number of times you have n terms in 2007 \n" ); document.write( "---------------------- \n" ); document.write( "Each of those n terms sets adds up to 1/n \n" ); document.write( "------------------------ \n" ); document.write( "So the sum is (2007/n)(1/n) = 2007/n^2 \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |