From 986ee0e020ed706972742326c16178db2f7a4ce9 Mon Sep 17 00:00:00 2001 From: springdAyconfession777 <53069762+springdAyconfession777@users.noreply.github.com> Date: Thu, 24 Oct 2019 14:51:26 +0800 Subject: [PATCH] Update t02_simultaneouslinearequations.py --- t02_simultaneouslinearequations.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/t02_simultaneouslinearequations.py b/t02_simultaneouslinearequations.py index 968bfe1..8d23ddf 100644 --- a/t02_simultaneouslinearequations.py +++ b/t02_simultaneouslinearequations.py @@ -1,3 +1,7 @@ # Find x and y with these two equations: # 3x + 4y = 24 # 4x + 3y = 22 + +# Find a and b with these two equations: +# 4b + 76 = a +# a - 85 = b