-ln(0.1) equalling to ln(10)?

518 Views Asked by At

I am having quite a headache wrapping my head around this solution. I do not understand the first line where they get lambda = ln(10) from statement to the left. Somebody please explain this to me. Ignore the problem itself please.

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

$$e^{- \lambda}=0.1 \Rightarrow e^{-\lambda}=\frac{1}{10} \Rightarrow \ln{e^{-\lambda}}=\ln{\frac{1}{10} } \Rightarrow -\lambda=\ln{1}-\ln{10} \Rightarrow -\lambda=0-\ln{10} \Rightarrow \\ \lambda=\ln{10}$$