From f174770af64fb816da26489c8e3c000879b35ed8 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Mon, 27 May 2024 23:10:11 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5d75c6..011bedb 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,9 @@ This limit can be solved using factorization and polynomial division: \lim_{{x \to 3}} \frac{{x^3 - 27}}{{x^2 - 5x + 6}} &= \lim_{{x \to 3}} \frac{{(x - 3)(x^2 + 3x + 9)}}{{(x - 2)(x - 3)}} \\ &= \lim_{{x \to 3}} \frac{{x - 3}}{{x - 2}} \\ &= \frac{{3 - 3}}{{3 - 2}} \\ - +&= 1 +\end{align*} +\]