diff --git a/algorithmes/DICHOTOMIQUE.md b/algorithmes/DICHOTOMIQUE.md
index acdf9ec..4d9f22f 100644
--- a/algorithmes/DICHOTOMIQUE.md
+++ b/algorithmes/DICHOTOMIQUE.md
@@ -73,10 +73,8 @@ pour faire simple, le logarithme en base n - écrit logn correspond a
Soit un tableau de taille 𝑛.
Si on « coupe » ce tableau en deux parts égales, cela revient à diviser 𝑛 par deux à chaque itération :
-$$
-n_1 = \frac{n}{2}
-$$
+