diff --git a/t02_simultaneouslinearequations.py b/t02_simultaneouslinearequations.py index 968bfe1..75c01cb 100644 --- a/t02_simultaneouslinearequations.py +++ b/t02_simultaneouslinearequations.py @@ -1,3 +1,5 @@ # Find x and y with these two equations: # 3x + 4y = 24 # 4x + 3y = 22 +# 12x + 16y = 96 +# 12x + 9y = 66