document.write( "Question 168494: The formula for the n-th term of this sequence is n2. 1, 4, 9, 16, 25.
\n" ); document.write( "What is the formula for n-th term the following sequences?
\n" ); document.write( "A. 0, 3, 8, 15, 24
\n" ); document.write( "B. 10, 13, 18, 25, 34
\n" ); document.write( "C. 2, 8, 18, 32, 50
\n" ); document.write( "D. 1, 8, 27, 64, 125\r
\n" ); document.write( "\n" ); document.write( "Tank you for your hellp!!!
\n" ); document.write( "

Algebra.Com's Answer #124194 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
a. \"x%5E2-1\" x is natural numbers
\n" ); document.write( "b.\"x%5Bn%5D=x%5Bn-1%5D+%2B+%282n%2B1%29\" where \"x%5B0%5D=10\" 1st term, n is natural numbers
\n" ); document.write( "c \"x%5Bn%5D=x%5Bn-1%5D+%2B++%284n%2B2%29\" where \"x%5B0%5D=2\" 1st term, n is natural numbers
\n" ); document.write( "d.\"x%5E3\" where x is the natural numbers
\n" ); document.write( "
\n" );