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( " and
\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)![]() ![]() 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( " |