From e1cff9d5f5bba6fd20d3fe02bef720258ee26d72 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Wed, 12 Jun 2024 01:53:40 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0baefa8..42215ab 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ $$\large \lim_{{x \to -7}} (7 - x)
$$ * **Final Result:** When we substitute ( x ) with -7, the expression simplifies to:
7 - (-7) = 14 +
+ +* **Explanation:** The limit of the function $( \frac{{49 - x^2}}{{7 + x}} )$ as ( x ) approaches -7 is 14. + This result is obtained because after canceling the common factor, we are left with ( 7 - x ), which equals 14 when ( x ) is -7. + +