document.write( "Question 410797: I have to find the \"nth\" term in a sequence. The series of numbers is -2,-10,-50, -250... I have to find the fifth and ninth term in this sequence. I have come across several equations and they are:
\n" ); document.write( "\"A%28n%29=a%28b%5En-1%29\" and \"A%28n%29=a1%2B%28n-1%29d-10\"
\n" ); document.write( "This is a question on a take home quiz and don't necessarily want the answer, I just need help on what each of the variables stands for.(Example: A(n) is the nth term you want to find)
\n" ); document.write( "Please help A.S.A.P. and Thank You!
\n" ); document.write( "Sincerely,
\n" ); document.write( "-In Need of Help
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #288799 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
this is a geometric sequence ___ each term is 5 times the previous term , so the common ratio (r) is 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "starting with some term \"a\" ___ a , a(5) , a(5^2) , a(5^3) , etc\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can see that the nth term would be ___ a[5^(n-1)]
\n" ); document.write( "
\n" );