120k views
2 votes
2. Alexis was working in the biology lab on her cell project. She started her experiment with 500.000 cells. Every day, the cells die by a third. Write an equation to represent how many cells would be left after each day. How many days will Alexis have until there are less than 100 cells left

1 Answer

4 votes

Since we have that every day the cells die by a third, then that means that after the first day, we only have 2/3 of the cells left. After the second day, we have 2/3 of the day before. Then we would have the following function:


f(x)=500000\cdot((2)/(3))^x

where x is the day and f(x) would be the number of cells left.

Now, we want to know how many days will Alexis have until there are less than 100 cells left. We can write this using this expression:


f(x)<100

Then, we have:


500000\cdot((2)/(3))^x<100

Solving for x we get:


\begin{gathered} 500000\cdot((2)/(3))^x<100 \\ \Rightarrow((2)/(3))^x^{}<(100)/(500000)=(1)/(5000) \\ ((2)/(3))^x<(1)/(5000) \end{gathered}

now we apply natural logarithm on both sides of the inequality to get the following:


\begin{gathered} \ln (((2)/(3))^x)<\ln ((1)/(5000)) \\ \Rightarrow x\cdot\ln ((2)/(3))<\ln ((1)/(5000)) \end{gathered}

we have that ln(2/3) = -0.4054, then when we move the term to the other side of the inequality, the inequality sign must change:


\begin{gathered} x\cdot\ln ((2)/(3))<\ln ((1)/(5000)) \\ \Rightarrow x>(\ln ((1)/(5000)))/(\ln ((2)/(3)))=21 \\ x>21 \end{gathered}

finally, we have that x>21. This means that we need more than 21 days to get less than 100 cells left. We can verify this if we use x=21 on f(x):


f(21)=500000\cdot((2)/(3))^(21)=100.24

therefore, for x=22, we get:


f(22)=500000\cdot((2)/(3))^(22)=66.82

we have that Alexis have 22 days before there are less than 100 cells left

User Relekang
by
5.6k points