We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0edb87 commit 554d0bdCopy full SHA for 554d0bd
README.md
@@ -14,6 +14,7 @@
14
## 1. Find the limits:
15
16
a) **Limit Expression:**
17
+ <!-- $$ \Large x^2 - 9$$ -->
18
19
$$\\begin{align*}
20
\Large \lim_{{x \to 3}} \frac{{x^2 - 9}}{{x - 3}}
@@ -22,9 +23,12 @@ $$\\begin{align*}
22
23
24
<br>
25
-<!-- $$ \Large x^2 - 9$$ -->
26
-* **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:
27
28
+$$\\begin{align*}
29
+\Large \lim_{{x \to 3}} (x + 3)
30
+\end{align*}
31
+\$$
32
33
34
0 commit comments