document.write( "Question 961524: Find the next three terms in this sequence:
\n" ); document.write( "1/8, 1/2, 3/8, 3/4, 5/8, 1. What is the pattern?
\n" ); document.write( "

Algebra.Com's Answer #587523 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
1/8, 4/8, 3/8, 6/8, 5/8, 8/8
\n" ); document.write( "If n = 1, 2, 3, . . . etc.
\n" ); document.write( "The value of the nth term is:
\n" ); document.write( "If n is odd: \"+n%2F8+\"
\n" ); document.write( "if n is even: \"+%28+n+%2B+2+%29+%2F+8+\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );