document.write( "Question 54783: The function is written in long form to describe a visual branching problem-- a center star with three points, each of those branching to three points, etc. \r
\n" ); document.write( "\n" ); document.write( "For n=1, total points (x) = 1
\n" ); document.write( "For n=2, total points (x) = 1 + 3\r
\n" ); document.write( "\n" ); document.write( "For n=3, x = 1 + 3 + 3 squared
\n" ); document.write( "For n=4, x = 1 +3 + 3square + 3 cubed
\n" ); document.write( "So the last number in the sequence is always 3 with an exponent of (n-1)\r
\n" ); document.write( "\n" ); document.write( "Short of brute force with a calculatorm how would I calculate x for n=100?
\n" ); document.write( "How would I write the formula?
\n" ); document.write( "

Algebra.Com's Answer #37194 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
For n=4, x = 1 +3 + 3square + 3 cubed
\n" ); document.write( "So the last number in the sequence is always 3 with an exponent of (n-1)
\n" ); document.write( "Short of brute force with a calculatorm how would I calculate x for n=100?
\n" ); document.write( "How would I write the formula?
\n" ); document.write( "--------
\n" ); document.write( "Notice this pattern:
\n" ); document.write( "(1-x^2)/(1-x)=1+x
\n" ); document.write( "(1-x^3)/(1-x)=1+x+x^2
\n" ); document.write( "(1-x^4)/(1-x)=1+x+x^2+x^3
\n" ); document.write( "...
\n" ); document.write( "...
\n" ); document.write( "(1-x^101)/(1-x)= 1+x+x^2+....+x^100
\n" ); document.write( "---------
\n" ); document.write( "So, let x=3
\n" ); document.write( "1+3+3^2+3^3+...+3^100= (1-3^101)/(1-3)
\n" ); document.write( "(1-3^101)/(1-3)= -1.54613256x10^48/-2=7.73066281x10^47
\n" ); document.write( "The formula is the last line with the x's.
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );