document.write( "Question 1182228: What is the nth term for the following sequence:\r
\n" );
document.write( "\n" );
document.write( "0.1, 0.01, 0.001, 0.0001, ... \n" );
document.write( "
Algebra.Com's Answer #812195 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "As common fractions, the sequence is \n" ); document.write( "1/10, 1/100, 1/1000, ..., which is \n" ); document.write( "1/(10^1), 1/(10^2), 1/(10)^3, ... \n" ); document.write( "So the n-th term is \n" ); document.write( "ANSWER: \n" ); document.write( "OR... \n" ); document.write( "As exponentials, the sequence is \n" ); document.write( "10^(-1), 10^(-2), 10^(-3), ... \n" ); document.write( "So the n-th term can also be written as \n" ); document.write( "ANSWER: \n" ); document.write( "Either form should be equally acceptable. \n" ); document.write( " \n" ); document.write( " |