From c09eb76dab565074bd71e2dab29c4eb0b750ee94 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Mon, 27 May 2024 23:48:40 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc5208b..d6ba4cc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@

To solve this limit, we can use factorization: - >
+
$$\\begin{align*} \lim_{x \to 3}\frac{x^{2}-9}{x-3} &= \lim_{x \to 3}\frac{(x+3)(x-3)}{x-3} \\ @@ -26,7 +26,7 @@ $$\\begin{align*} \end{align*} \$$ ->
+
Result: The limit of the expression is 6.