From e4c76e9d1595bca7e2b77a7a29e557193c2bf587 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Mon, 27 May 2024 23:09:35 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bb66fc6..b5d75c6 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,9 @@ This limit can be solved using factorization and polynomial division: \[ \begin{align*} \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}} \\ +