document.write( "Question 327688: \" There are 1000 bacteria in the corner of your refridgerator. If the bacteria triple every day, how many bacteria will exist after 30 days?\"\r
\n" );
document.write( "\n" );
document.write( "Thank you for your time. \n" );
document.write( "
Algebra.Com's Answer #234707 by Alan3354(69443) You can put this solution on YOUR website! 1st day 1000*3^0 = 1000 \n" ); document.write( "2nd day 1000*3^1 = 3000 \n" ); document.write( "etc \n" ); document.write( "30th day 1000*3*29 =~ 6.863E16 \n" ); document.write( "=~ 68,630,000,000,000,000 \n" ); document.write( "assuming none have died. \n" ); document.write( " |