document.write( "Question 1038314: Find an explicit rule for the nth term of a
\n" );
document.write( "geometric sequence where the second and fifth
\n" );
document.write( "terms are 36 and 2304, respectively.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #653131 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Geometric sequence:\r\n" ); document.write( "\r\n" ); document.write( "__, 36, __, __, 2304, __, __, __, ...\r\n" ); document.write( "\r\n" ); document.write( "The next term after 36 is 36r. The term just after that is\r\n" ); document.write( "36r² and then the fifth term 36r³ = 2304 \r\n" ); document.write( "\r\n" ); document.write( "__, 36, 36r, 36r², 36r³ = 2304, __, __, __, ...\r\n" ); document.write( "\r\n" ); document.write( "36r³ = 2304\r\n" ); document.write( "r³ = 64\r\n" ); document.write( " r = 4\r\n" ); document.write( "\r\n" ); document.write( "The second term is 36 so the first term is\n" ); document.write( " |