Skip to content

Commit 9480575

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
## 1. Find the limits:
1515

1616
a) **Limit Expression:**
17-
<!-- $$ \Large x^2 - 9$$ -->
17+
<!-- $$ \large x^2 - 9$$ -->
1818

1919
<br>
2020

2121
$$\\begin{align*}
22-
\Large \lim_{{x \to 3}} \frac{{x^2 - 9}}{{x - 3}}
22+
\large \lim_{{x \to 3}} \frac{{x^2 - 9}}{{x - 3}}
2323
\end{align*}
2424
\$$
2525

2626
<br>
2727

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

3030
<br>
3131

3232
$$\\begin{align*}
33-
\Large \lim_{{x \to 3}} (x + 3)

33+
\large \lim_{{x \to 3}} (x + 3)

3434
\end{align*}
3535
\$$
3636

@@ -44,7 +44,9 @@ $$\large 3 + 3 = 6$$
4444

4545
<br>
4646

47-
* **Explanation:** The limit as ( x ) approaches 3 for the function ( \frac{{x^2 - 9}}{{x - 3}} ) is 6. 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.
47+
* **Explanation:** The limit as ( x ) approaches 3 for the function $\frac{{x^2 - 9}}{{x - 3}}$ is 6.
48+
49+
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.
4850

4951

5052

0 commit comments

Comments
 (0)