document.write( "Question 356260: The amount of bacteria after n min if the initial
\n" ); document.write( "amount of bacteria is q and the amount of bacteria
\n" ); document.write( "triples every 30 sec. (Hint: The answer should contain
\n" ); document.write( "q as well as n.)
\n" ); document.write( "

Algebra.Com's Answer #254338 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Tripling each 30 seconds --> 9 times as many per minute
\n" ); document.write( "\"Amount+=+q%2A9%5En\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );