document.write( "Question 1171972: There is a super deadly strain of bacteria that is causing the zombie population to double every four days. Currently, there are 50 zombies. Which equation represents the growth of the zombie population \n" ); document.write( "
Algebra.Com's Answer #796906 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (0, 50) (4, 100) \n" ); document.write( "y=Ab^x \n" ); document.write( "50=ab^0 \n" ); document.write( "so a=50 \n" ); document.write( "y=50b^x \n" ); document.write( "100=50b^4 \n" ); document.write( "b^4=2 \n" ); document.write( "b=2^(1/4) \n" ); document.write( "y=50*(2)^0.25x \n" ); document.write( " |