From 08ef4cb0a8472755327fd3ed19b25107fe21dffc Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Wed, 12 Jun 2024 01:48:22 -0300 Subject: [PATCH] Update README.md Signed-off-by: Fabiana Campanari --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0ba7933..e531244 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ $$\lim_{{x \to -7}} \frac{{49 - x^2}}{{7 + x}}$$ * **Simplified Form:** The numerator $\large ( 49 - x^2 )$ is a difference of squares and can be factored as $\large (7 + x)(7 - x)$. +
+ +* **This allows us to simplify the expression by canceling out the common factor of:** $\large ( 7 + x )$ in the numerator and denominator: + +$$\lim_{{x \to -7}} (7 - x)
$$