Skip to content

Commit d1ab179

Browse files
Update README.md
Signed-off-by: Fabiana Campanari <fabicampanari@gmail.com>
1 parent 170293a commit d1ab179

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## 1. Find the limits:
1515

16-
a) **Limit Expression:**
16+
1a) **Limit Expression:**
1717
<!-- $$ \large x^2 - 9$$ -->
1818

1919
<br>
@@ -48,26 +48,6 @@ $$\large 3 + 3 = 6$$
4848

4949
This is because the factor ( x - 3 ) in the denominator cancels out with the same factor in the numerator, leaving ( x + 3 ) which evaluates to 6 when ( x ) is 3.
5050

51-
52-
53-
54-
55-
56-
<!--
57-
To solve this limit, we can use factorization:
58-
59-
$$\\begin{align*}
60-
\lim_{x \to 3}\frac{x^{2}-9}{x-3} &= \lim_{x \to 3}\frac{(x+3)(x-3)}{x-3} \\
61-
&= \lim_{x \to 3}(x+3) \\
62-
&= 3+3 \\
63-
&= 6
64-
\end{align*}
65-
\$$
66-
67-
Result: The limit of the expression is 6.
68-
69-
-->
70-
7151
#
7252

7353
### 1b) $$\(\lim_{x \to -7}\frac{49-x^{2}}{7+x}\)$$

0 commit comments

Comments
 (0)