document.write( "Question 633232: Find the nth term of the geometric sequence. \r
\n" );
document.write( "\n" );
document.write( "0.3, 0.03, 0.003, ... \n" );
document.write( "
Algebra.Com's Answer #398749 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the nth term of the geometric sequence. \n" ); document.write( "0.3, 0.03, 0.003, ... \n" ); document.write( "---- \n" ); document.write( "a1 = 3/10 \n" ); document.write( "a2 = 3/10^2 \n" ); document.write( "a3 = 3/10^3 \n" ); document.write( "------ \n" ); document.write( "an = 3/10^n \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |