document.write( "Question 1134911: Find an explicit rule for the nth term of a geometric sequence where the second and fifth terms are -36 and 2304, respectively. (2 points)
\n" );
document.write( "
\n" );
document.write( "an = 9 • 4n
\n" );
document.write( "
\n" );
document.write( "an = 9 • (-4)n + 1
\n" );
document.write( "
\n" );
document.write( "an = 9 • 4n - 1
\n" );
document.write( "
\n" );
document.write( "an = 9 • (-4)n - 1
\n" );
document.write( "5 \n" );
document.write( "
Algebra.Com's Answer #752433 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Use \"^\" to denote exponentiation; and use parentheses where required. The four answer choices should be \n" ); document.write( "a(n) = 9*4^n \n" ); document.write( "a(n) = 9*(-4)^(n+1) \n" ); document.write( "a(n) = 9*4^(n-1) \n" ); document.write( "a(n) = 9*(-4)^(n-1) \n" ); document.write( "The 2nd and 5th terms are opposite signs, so the common ratio has to be negative; so the first and third answer choices can't be right. \n" ); document.write( "The first term is -36. \n" ); document.write( "The second answer choice gives a(2) = 9*(-4)^3 = 9*-64 = -576. not right. \n" ); document.write( "The fourth answer choice gives a(2) = 9*(-4)^1 = 9*(-4) = -36. right. \n" ); document.write( "The problem is more educational if you aren't given answer choices.... \n" ); document.write( "The 5th term 2304 is the 2nd term -36, multiplied by the common ratio 3 times: \n" ); document.write( " \n" ); document.write( "The 2nd term, -36, is the first term, multiplied by the common ratio once: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "The n-th term is the first term, multiplied by the common ration (n-1) times: \n" ); document.write( " \n" ); document.write( "... which is the 4th answer choice \n" ); document.write( " |