Skip to content

Commit c123ea3

Browse files
Merge pull request #946 from Quantum-Software-Development/FabianaCampanari-patch-1
Update README.md
2 parents 10d75bf + 1fc4a60 commit c123ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,8 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
12331233

12341234
<br>
12351235

1236-
### [2](). Intersection of $x_1 + 3x_2 = 7$ and $x_1 + x_2 = 3$:
1236+
### [2](). [Intersection of](): $x_1 + 3x_2 = 7$ and $x_1 + x_2 = 3$:
1237+
12371238
- Subtract: $2x_2 = 4 \Rightarrow x_2 = 2$, $x_1 = 1$
12381239
- Point: **(1, 2)**
12391240

0 commit comments

Comments
 (0)