document.write( "Question 866543: Find the sum of the first five terms of the series 5/3 + 5/6 + 5/9 + ... \n" ); document.write( "
Algebra.Com's Answer #522376 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
5/3 + 5/6 + 5/9+5/12 + 5/15
\n" ); document.write( "S=t*(1 - r^n)/(1 - r)
\n" ); document.write( "S=5/3*(1 - 1/5^5)/(1 - 1/5)
\n" ); document.write( "2 31/375
\n" ); document.write( "
\n" );