diff --git a/README.md b/README.md index ef5ce08..352f466 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ ## 1. Find the limits: a) **Limit Expression:** + $$\\begin{align*} \Large \lim_{{x \to 3}} \frac{{x^2 - 9}}{{x - 3}} @@ -22,9 +23,12 @@ $$\\begin{align*}
- -* **Simplified Form:** The numerator $\Large x^2 - 9$, can be factored as: +* **Simplified Form:** The numerator $\Large x^2 - 9$, can be factored as ( (x + 3)(x - 3) ), which simplifies the expression to: +$$\\begin{align*} +\Large \lim_{{x \to 3}} (x + 3)
 +\end{align*} +\$$