**TI83F*

Created by TI-Smartview CE 5.4.0.1858     Ý  Ì C9BACCP   Ì Ê PYCD*09_Indice_TleTechno_Bac_sujetC_corrige.py from math import*
def concentration():
    t=0
    c=1.3
    while c>0.3:
        t=t+0.1
        c=1.3*exp(-0.4*t)
    return(t)
    
    
    ­8