document.write( "Question 827960: This is a \"times 5\" pattern:1, 5, 25, 125...
\n" );
document.write( "Write a formula for the nth term of the sequence. \n" );
document.write( "
Algebra.Com's Answer #499359 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 5^(n-1) \n" ); document.write( " |