Ratios de conversion de levure
// Ratios de base
Levure fraîche : Sèche active : Instantanée
3 : 1 : 0,8
// Conversions depuis la levure fraîche (g)
seche_active = fraiche × (1 / 3) ≈ fraiche × 0,333
instantanee = fraiche × (0,8 / 3) ≈ fraiche × 0,267
// Conversions depuis la sèche active (g)
fraiche = seche_active × 3
instantanee = seche_active × 0,8
// Conversions depuis l'instantanée (g)
fraiche = instantanee × (3 / 0,8) = instantanee × 3,75
seche_active = instantanee × (1 / 0,8) = instantanee × 1,25
// Exemple : 25 g de levure fraîche (1 cube italien)
seche_active = 25 × 0,333 ≈ 8,3 g
instantanee = 25 × 0,267 ≈ 6,7 g