From 1fc4a60593fce4ce9356353f648bbadfaede89d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiana=20=20=F0=9F=A7=AC=20Campanari?= <113218619+FabianaCampanari@users.noreply.github.com> Date: Thu, 17 Jul 2025 14:24:38 -0300 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabiana 🧬 Campanari <113218619+FabianaCampanari@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12ad65a..aaed668 100644 --- a/README.md +++ b/README.md @@ -1233,7 +1233,8 @@ Intersection of x_1 + 3x_2 = 7 and 2x_1 + 2x_2 = 8:
-### [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$: + - Subtract: $2x_2 = 4 \Rightarrow x_2 = 2$, $x_1 = 1$ - Point: **(1, 2)**