document.write( "Question 287702: write the series with summation notation. 5/6+6/7+7/8+8/9+.... \n" ); document.write( "
Algebra.Com's Answer #208560 by nabla(475)\"\" \"About 
You can put this solution on YOUR website!
Sum from n=0 to infinity (5+n)/(6+n) \n" ); document.write( "
\n" );