We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10d75bf + 1fc4a60 commit c123ea3Copy full SHA for c123ea3
1 file changed
README.md
@@ -1233,7 +1233,8 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
1233
1234
<br>
1235
1236
-### [2](). Intersection of $x_1 + 3x_2 = 7$ and $x_1 + x_2 = 3$:
+### [2](). [Intersection of](): $x_1 + 3x_2 = 7$ and $x_1 + x_2 = 3$:
1237
+
1238
- Subtract: $2x_2 = 4 \Rightarrow x_2 = 2$, $x_1 = 1$
1239
- Point: **(1, 2)**
1240
0 commit comments