document.write( "Question 130912: Find the sum of the infinite series. If the series does not have a sum write \"no sum\". The series is:\r
\n" );
document.write( "\n" );
document.write( "9 - 3 + 1 - 1/3 + 1/9. . . \r
\n" );
document.write( "\n" );
document.write( "I am not sure where I got n/3 from but seem to think it has something to do with solving this.
\n" );
document.write( "Thanks so much for your help \n" );
document.write( "
Algebra.Com's Answer #95698 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! THE SUM OF AN INFINITE SERIERS IS: \n" ); document.write( "S=A/(1-R) WHERE A=THE FIRST TERM & R=THE RATIO. \n" ); document.write( "S=9/[1-(-1/3)] \n" ); document.write( "S=9/(1+1/3) \n" ); document.write( "S=9/(4/3) \n" ); document.write( "S=9(3/4) \n" ); document.write( "S=27/4 \n" ); document.write( "S=6.75 ANSWER. \n" ); document.write( " |