document.write( "Question 426951: How do I solve this Logarithmic function? The initial population of bacteria is 250. The number of bacteria doubles every 15 minutes. Predict the bacteria population after 3 hours. Please show steps! \n" ); document.write( "
Algebra.Com's Answer #296923 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
3*60=180
\n" ); document.write( "180/15=12 doublings
\n" ); document.write( "a[12]=a[1]r^(12-1) geometric sequence. r=2, a[1]=250
\n" ); document.write( "=250*2^11
\n" ); document.write( "=250*2048
\n" ); document.write( "=512,000
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" ); document.write( "
\n" );