document.write( "Question 38237: Find the nth term formula for the geometric sequence whose first term is 18 and whose second term is 9.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #23730 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the nth term formula for the geometric sequence whose first term is 18 and whose second term is 9.\r \n" ); document.write( "\n" ); document.write( "nth term formula a(n)=ar^(n-1) \n" ); document.write( "a=18 \n" ); document.write( "r=9/18=1/2 \n" ); document.write( "nth term is a(n)=18(1/2)^(n-1) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |