Skip to content

Commit 9536790

Browse files
Update README.md
Signed-off-by: Fabiana Campanari <fabicampanari@gmail.com>
1 parent 11eaf77 commit 9536790

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,8 @@
1313

1414
## 1. Find the limits:
1515

16-
<br>
17-
1816
### 1a) **Limit Expression:**
1917

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-
3618
<br>
3719

3820
* **Simplified Form:** The numerator $\large x^2 - 9$, can be factored as ( (x + 3)(x - 3) ), which simplifies the expression to:

0 commit comments

Comments
 (0)