From a8fd43672ca7814a68184d50f3a9d3bd1e2a3a64 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sat, 8 Jun 2024 03:02:51 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25fe06c..07c0eac 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,11 @@ $$\\begin{align*}
-$$\Large 3 + 3 = 6$$ +$$\large 3 + 3 = 6$$ + +
+ +* **Explanation:** The limit as ( x ) approaches 3 for the function ( \frac{{x^2 - 9}}{{x - 3}} ) is 6. This is because the factor ( x - 3 ) in the denominator cancels out with the same factor in the numerator, leaving ( x + 3 ) which evaluates to 6 when ( x ) is 3.