From 63dade2c4ea41da8252fdbecf0ccf297c57dae0d Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Sat, 8 Jun 2024 03:10:31 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf46463..6b1fd12 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $$\large 3 + 3 = 6$$
-* **Explanation:** The limit as ( x ) approaches 3 for the function $\frac{{x^2 - 9}}{{x - 3}}$ is 6. +* **Explanation:** The limit as ( x ) approaches 3 for the function $\large \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.