Question 457268
In most states, a BAC of 0.08 percent means person is not allowed to drive. Each hour after drinking, a person’s ABC may decrease by 15%. If a person has BAC of 0.18, how many hours will he need to wait he can legally drive? 
--------------------
Start 0.18
After 1 hr: 0.18-0.15*0.18 = (1-0.15)0.18 = 0.85*0.18
After 2 hr: 0.85^2*0.18
etc.
----
Solve:
0.85^n(0.18) < 0.08
---
0.85^n < 0.08/0.18 = 0.4444
n > log(0.4444)/log(0.85)
n > 4.9899
n >= 5 hrs.
=================
Cheers,
Stan H.