Skip to content

Commit 769716c

Browse files
Merge pull request #920 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents f0edb87 + 554d0bd commit 769716c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

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

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

1819
$$\\begin{align*}
1920
\Large \lim_{{x \to 3}} \frac{{x^2 - 9}}{{x - 3}}
@@ -22,9 +23,12 @@ $$\\begin{align*}
2223

2324
<br>
2425

25-
<!-- $$ \Large x^2 - 9$$ -->
26-
* **Simplified Form:** The numerator $\Large x^2 - 9$, can be factored as:
26+
* **Simplified Form:** The numerator $\Large x^2 - 9$, can be factored as ( (x + 3)(x - 3) ), which simplifies the expression to:
2727

28+
$$\\begin{align*}
29+
\Large \lim_{{x \to 3}} (x + 3)

30+
\end{align*}
31+
\$$
2832

2933

3034

0 commit comments

Comments
 (0)