document.write( "Question 250529: Write the general term of the series 3/7+3/9+3/11+3/13.... \n" ); document.write( "
Algebra.Com's Answer #185062 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Notice the numerator is a constant at 3.
\n" ); document.write( "The denominator has the pattern: 7, 9, 11, 13, . . .
\n" ); document.write( "A formula for this is 2x + 5, where x >=1.
\n" ); document.write( "So, the general formula for this series is
\n" ); document.write( "SUM(n=1 to inf.) \"%283+%2F+%282n%2B5%29%29+\"
\n" ); document.write( "
\n" );