document.write( "Question 1096197: A population of bacteria has 1175 bacteria in its starting population. The half-life of this particular type of bacteria is 11 days. (This means that every 11 days the population decreases by half.) Write a function B(d) that represents the amount of bacteria B in the population after d days.\r
\n" ); document.write( "\n" ); document.write( "B(d)= \r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "In this and every exponential problem, if you want to use decimals use 7 or 8 decimal places. If that doesn't work you will have to use fractions.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #710647 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "With a half life of 11 days, the number of half lives in d days is d/11.
\n" ); document.write( "Since the original number of bacteria (1175) is getting multiplied by 1/2 every d/11 days, the exponential function is

\n" ); document.write( "\"B%28d%29+=+1175%2A%281%2F2%29%5E%28d%2F11%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );