document.write( "Question 933249: For the sequence a sub n = 7/3^n, find its fifth partial sum and its nth partial sum.
\n" );
document.write( "Help would truly be appreciated! \n" );
document.write( "
Algebra.Com's Answer #566748 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! I need to know if you are asking about \n" ); document.write( "a(sub n) = 7 / (3^n) or \n" ); document.write( "a(sub n) = (7/3)^n \n" ); document.write( "ok \n" ); document.write( "you answered a(sub n) = 7 / 3^n \n" ); document.write( "note that \n" ); document.write( "a(sub n) = 7 * ( 1 / 3^n) \n" ); document.write( "( 1 / 3^n) is a geometric series with a = 1/3 and r = 1/3 \n" ); document.write( "therefore \n" ); document.write( "sum of n terms = 7 * a * ((1 - r^n) / (1 - r)) \n" ); document.write( "sum of first 5 terms = 7 * (1/3) * ((1 - (1/3)^5) / ( 1 - (1/3)) \n" ); document.write( "sum of first 5 terms = 3.485596708\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |