document.write( "Question 957111: the amount of bacteria after n min if the initial amount of bacteria is q and the amount of bacteria triples ever 15sec. (answer should contain both q and n) \n" ); document.write( "
Algebra.Com's Answer #584788 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
n is in minutes
\n" ); document.write( "but we have the amount tripling every 15 seconds, so let's convert seconds to minutes (so the units line up)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "15 seconds = 15/60 = 1/4 minutes\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "now divide the variable n by the time it takes to triple
\n" ); document.write( "n divided by (1/4) = n*(4/1) = 4n\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "This will be the exponent over the base 3 since we're tripling the amount\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "We start with q and we will jump to 3q, then to 9q, etc\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In general, the expression is \"q%2A3%5E%284n%29\" where n is in minutes. The 4n basically tells us \"the amount triples 4 times every minute\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: \"q%2A3%5E%284n%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------------------------------------------\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If you need more one-on-one help, email me at jim_thompson5910@hotmail.com. You can ask me a few more questions for free, but afterwards, I would charge you ($2 a problem to have steps shown or $1 a problem for answer only).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Alternatively, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Any amount is greatly appreciated as it helps me a lot. This donation is to support free tutoring. Thank you.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Jim\r
\n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------------------------------------------------------
\n" ); document.write( "
\n" );