InterviewSolution
Saved Bookmarks
| 1. |
6) Which of the following examples correspond to the usage of exponential operator? 20/520-2520%5 |
|
Answer» An example of an exponential function is the growth of bacteria. Some bacteria double every hour. If you start with 1 bacterium and it doubles every hour, you will have 2X bacteria after X HOURS. This can be written as F(x) = 2x. |
|