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.
2 parents 11eaf77 + 9536790 commit 7d07354Copy full SHA for 7d07354
README.md
@@ -13,26 +13,8 @@
13
14
## 1. Find the limits:
15
16
-<br>
17
-
18
### 1a) **Limit Expression:**
19
20
21
22
-<!--
23
- <p align="center"> To solve this limit, we can use factorization:
24
25
-$$\\begin{align*}
26
-\lim_{x \to 3}\frac{x^{2}-9}{x-3} &= \lim_{x \to 3}\frac{(x+3)(x-3)}{x-3} \\
27
-&= \lim_{x \to 3}(x+3) \\
28
-&= 3+3
29
-&= 6
30
-\large \lim_{{x \to 3}} \frac{{x^2 - 9}}{{x - 3}}
31
-\end{align*}
32
-\$$
33
34
--->
35
36
<br>
37
38
* **Simplified Form:** The numerator $\large x^2 - 9$, can be factored as ( (x + 3)(x - 3) ), which simplifies the expression to:
0 commit comments