(Biology) The number of bacteria, B, in a culture that’s subject to refrigeration can be approximated by this formula:
B = 300000 e-0.032t
e is Euler’s number 2.71828 (rounded to five decimal places).
t is the time in hours the culture has been refrigerated.
Using this formula, write, compile, and run a C++ program that prompts the user for a value of time, calculates the number of bacteria in the culture, and displays the result. For testing purposes, check your program by using a test input of 10 hours. After verifying your program, use it to determine the number of bacteria in the culture after 12, 18, 24, 36, 48, and 72 hours.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.