document.write( "Question 1178529: Write the first five terms of the geometric sequence. Find the common ratio and write the nth term of the sequence as a function of n.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a1 = 18, ak + 1 = −2/5ak\r
\n" );
document.write( "\n" );
document.write( "Common ratio=\r
\n" );
document.write( "\n" );
document.write( "an=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #807813 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Using \"a1\" to denote the first term is poor form. Use a(1) or a[1] or something like that. \n" ); document.write( "The form gets really bad when you try to write \"ak + 1\" for the (k+1)th term. Use a(k+1) or a[k+1]. \n" ); document.write( "The statement (in better form) \"a(k+1) = (-2/5)a(k)\" means each term is found by multiplying the previous term by (-2/5). That tells you what the common ratio is. \n" ); document.write( "The n-th term of a geometric sequence is the first term, multiplied by the common ratio (n-1) times: a(n) = a(1)*r^(n-1). \n" ); document.write( "You can do the minimal amount of work to find the answers to your questions. \n" ); document.write( " \n" ); document.write( " |