diff --git "a/all/deepmind_mathematics_muldiv.json" "b/all/deepmind_mathematics_muldiv.json" new file mode 100644--- /dev/null +++ "b/all/deepmind_mathematics_muldiv.json" @@ -0,0 +1,4475 @@ +{ + "Source": [ + "mathematics" + ], + "Categories": [ + { + "Math complexity": 4, + "Language complexity": 7, + "Domain knowledge complexity": 3 + } + ], + "Instances": [ + { + "Input": "Evaluate -3 + (-57)/(-9) + -2.", + "Output Program": [ + "from sympy import *\nprint(-3 + (-57)/(-9) + -2)" + ], + "Output Answer": [ + "1.333333333333333" + ], + "split": "train" + }, + { + "Input": "Evaluate 1008/(-2940)*-70 - (-86)/(-2).", + "Output Program": [ + "from sympy import *\nprint(1008/(-2940)*-70 - (-86)/(-2))" + ], + "Output Answer": [ + "-19.0" + ], + "split": "train" + }, + { + "Input": "What is the value of (183/(-427))/((-12)/56)?", + "Output Program": [ + "from sympy import *\nprint((183/(-427))/((-12)/56))" + ], + "Output Answer": [ + "2.0" + ], + "split": "train" + }, + { + "Input": "What is ((-3)/((-1056)/(-40)))/((-36)/((-1512)/105))?", + "Output Program": [ + "from sympy import *\nprint(((-3)/((-1056)/(-40)))/((-36)/((-1512)/105)))" + ], + "Output Answer": [ + "-0.045454545454545456" + ], + "split": "train" + }, + { + "Input": "Calculate -67 + 67 - (-3 - (0 + -5)).", + "Output Program": [ + "from sympy import *\nprint(-67 + 67 - (-3 - (0 + -5)))" + ], + "Output Answer": [ + "-2" + ], + "split": "train" + }, + { + "Input": "Calculate (-50)/(((-306)/(-45))/(-17))*-7*30/(-350).", + "Output Program": [ + "from sympy import *\nprint((-50)/(((-306)/(-45))/(-17))*-7*30/(-350))" + ], + "Output Answer": [ + "75.00000000000001" + ], + "split": "train" + }, + { + "Input": "Calculate 0.053*3.7.", + "Output Program": [ + "from sympy import *\nprint(0.053 * 3.7)" + ], + "Output Answer": [ + "0.1961" + ], + "split": "train" + }, + { + "Input": "Evaluate ((-26)/15 - (-36)/18)/((-49182)/5855).", + "Output Program": [ + "from sympy import *\nprint(((-26)/15 - (-36)/18)/((-49182)/5855))" + ], + "Output Answer": [ + "-0.03174603174603174" + ], + "split": "train" + }, + { + "Input": "0.13 times 0.2", + "Output Program": [ + "from sympy import *\nprint(0.13 * 0.2)" + ], + "Output Answer": [ + "0.026000000000000002" + ], + "split": "train" + }, + { + "Input": "Calculate (-9 - -23) + (-8 - -29 - 5) + -7.", + "Output Program": [ + "from sympy import *\nprint((-9 - -23) + (-8 - -29 - 5) + -7)" + ], + "Output Answer": [ + "23" + ], + "split": "train" + }, + { + "Input": "Evaluate ((-4)/18*(-3)/40)/((754600/(-735))/770).", + "Output Program": [ + "from sympy import *\nprint(((-4)/18*(-3)/40)/((754600/(-735))/770))" + ], + "Output Answer": [ + "-0.012499999999999999" + ], + "split": "train" + }, + { + "Input": "Divide -274999854 by -2696077.", + "Output Program": [ + "from sympy import *\nprint(-274999854 / -2696077)" + ], + "Output Answer": [ + "102.0" + ], + "split": "train" + }, + { + "Input": "Calculate (15/(-4))/((-513)/114)*6.", + "Output Program": [ + "from sympy import *\nprint((15/(-4))/((-513)/114)*6)" + ], + "Output Answer": [ + "5.0" + ], + "split": "train" + }, + { + "Input": "Evaluate 13/((-1521)/(-52))*3*18/4.", + "Output Program": [ + "from sympy import *\nprint(13/((-1521)/(-52))*3*18/4)" + ], + "Output Answer": [ + "6.0" + ], + "split": "train" + }, + { + "Input": "What is (-3 - 1 - -11) + -12?", + "Output Program": [ + "from sympy import *\nprint((-3 - 1 - -11) + -12)" + ], + "Output Answer": [ + "-5" + ], + "split": "train" + }, + { + "Input": "42120 divided by 520", + "Output Program": [ + "from sympy import *\nprint(42120 / 520)" + ], + "Output Answer": [ + "81.0" + ], + "split": "train" + }, + { + "Input": "(-5*5/125)/((-11)/33)", + "Output Program": [ + "from sympy import *\nprint((-5*5/125)/((-11)/33))" + ], + "Output Answer": [ + "0.6000000000000001" + ], + "split": "train" + }, + { + "Input": "What is 4/(-12) + (-176)/(-33)?", + "Output Program": [ + "from sympy import *\nprint(4/(-12) + (-176)/(-33))" + ], + "Output Answer": [ + "5.0" + ], + "split": "train" + }, + { + "Input": "-5 - (-3)/(8 + -5)", + "Output Program": [ + "from sympy import *\nprint(-5 - (-3)/(8 + -5))" + ], + "Output Answer": [ + "-4.0" + ], + "split": "train" + }, + { + "Input": "What is the value of (-12 + 224/40)*10/4?", + "Output Program": [ + "from sympy import *\nprint((-12 + 224/40)*10/4)" + ], + "Output Answer": [ + "-16.0" + ], + "split": "train" + }, + { + "Input": "Evaluate (8/20)/(-12*8/40).", + "Output Program": [ + "from sympy import *\nprint((8/20)/(-12*8/40))" + ], + "Output Answer": [ + "-0.16666666666666669" + ], + "split": "train" + }, + { + "Input": "What is the value of (-31500)/225*(-6)/(-63)*-1*(-18)/(-6)?", + "Output Program": [ + "from sympy import *\nprint((-31500)/225*(-6)/(-63)*-1*(-18)/(-6))" + ], + "Output Answer": [ + "40.0" + ], + "split": "train" + }, + { + "Input": "0.72 * 112", + "Output Program": [ + "from sympy import *\nprint(0.72 * 112)" + ], + "Output Answer": [ + "80.64" + ], + "split": "train" + }, + { + "Input": "-10271604 divided by -122281", + "Output Program": [ + "from sympy import *\nprint(-10271604 / -122281)" + ], + "Output Answer": [ + "84.0" + ], + "split": "train" + }, + { + "Input": "What is the value of 6 + 6 + (10 + -31 - 3) + 11?", + "Output Program": [ + "from sympy import *\nprint(6 + 6 + (10 + -31 - 3) + 11)" + ], + "Output Answer": [ + "-1" + ], + "split": "train" + }, + { + "Input": "Evaluate (7/((-35)/(-15)))/(-3).", + "Output Program": [ + "from sympy import *\nprint((7/((-35)/(-15)))/(-3))" + ], + "Output Answer": [ + "-1.0" + ], + "split": "train" + }, + { + "Input": "Evaluate (-6)/(-5)*(-210)/(-336).", + "Output Program": [ + "from sympy import *\nprint((-6)/(-5)*(-210)/(-336))" + ], + "Output Answer": [ + "0.75" + ], + "split": "train" + }, + { + "Input": "Calculate 4418 - 1.7922420266.", + "Output Program": [ + "from sympy import *\nprint(4418 - 1.7922420266)" + ], + "Output Answer": [ + "4416.2077579734" + ], + "split": "train" + }, + { + "Input": "-54647 divided by 250", + "Output Program": [ + "from sympy import *\nprint(-54647 / 250)" + ], + "Output Answer": [ + "-218.588" + ], + "split": "train" + }, + { + "Input": "Calculate -2335995 divided by -2.", + "Output Program": [ + "from sympy import *\nprint(-2335995 / -2)" + ], + "Output Answer": [ + "1167997.5" + ], + "split": "train" + }, + { + "Input": "Divide 54 by 43.", + "Output Program": [ + "from sympy import *\nprint(54 / 43)" + ], + "Output Answer": [ + "1.255813953488372" + ], + "split": "train" + }, + { + "Input": "Divide 16104 by 88.", + "Output Program": [ + "from sympy import *\nprint(16104 / 88)" + ], + "Output Answer": [ + "183.0" + ], + "split": "train" + }, + { + "Input": "Calculate -36244*5.13.", + "Output Program": [ + "from sympy import *\nprint(-36244 * 5.13)" + ], + "Output Answer": [ + "-185931.72" + ], + "split": "train" + }, + { + "Input": "What is the value of ((-4)/(-7))/(((-416)/(-14))/8)?", + "Output Program": [ + "from sympy import *\nprint(((-4)/(-7))/(((-416)/(-14))/8))" + ], + "Output Answer": [ + "0.15384615384615383" + ], + "split": "train" + }, + { + "Input": "What is the value of 4/(((-6)/10 - -1)/(508/(-73660)))?", + "Output Program": [ + "from sympy import *\nprint(4/(((-6)/10 - -1)/(508/(-73660))))" + ], + "Output Answer": [ + "-0.0689655172413793" + ], + "split": "train" + }, + { + "Input": "Calculate 25*1/(-3) - (24310/102)/65.", + "Output Program": [ + "from sympy import *\nprint(25*1/(-3) - (24310/102)/65)" + ], + "Output Answer": [ + "-12.0" + ], + "split": "train" + }, + { + "Input": "What is the value of (3 - -2) + ((-6)/(-16))/(39/260)?", + "Output Program": [ + "from sympy import *\nprint((3 - -2) + ((-6)/(-16))/(39/260))" + ], + "Output Answer": [ + "7.5" + ], + "split": "train" + }, + { + "Input": "-177 - -34491885.5891", + "Output Program": [ + "from sympy import *\nprint(-177 - -34491885.5891)" + ], + "Output Answer": [ + "34491708.5891" + ], + "split": "train" + }, + { + "Input": "Calculate 72/(-30)*155/(-93)*-2.", + "Output Program": [ + "from sympy import *\nprint(72/(-30)*155/(-93)*-2)" + ], + "Output Answer": [ + "-8.0" + ], + "split": "train" + }, + { + "Input": "Calculate 5 + ((-4)/((-96)/15) - 73344/1024).", + "Output Program": [ + "from sympy import *\nprint(5 + ((-4)/((-96)/15) - 73344/1024))" + ], + "Output Answer": [ + "-66.0" + ], + "split": "train" + }, + { + "Input": "(((-104)/(-834))/(-13))/(10*37/(-555))", + "Output Program": [ + "from sympy import *\nprint((((-104)/(-834))/(-13))/(10*37/(-555)))" + ], + "Output Answer": [ + "0.014388489208633093" + ], + "split": "train" + }, + { + "Input": "0 times -108.6", + "Output Program": [ + "from sympy import *\nprint(0 * -108.6)" + ], + "Output Answer": [ + "-0.0" + ], + "split": "train" + }, + { + "Input": "Evaluate (10/15)/((-76)/(-2394)*14).", + "Output Program": [ + "from sympy import *\nprint((10/15)/((-76)/(-2394)*14))" + ], + "Output Answer": [ + "1.5" + ], + "split": "train" + }, + { + "Input": "What is (-5)/(-2975) - 26/(-455)?", + "Output Program": [ + "from sympy import *\nprint((-5)/(-2975) - 26/(-455))" + ], + "Output Answer": [ + "0.058823529411764705" + ], + "split": "train" + }, + { + "Input": "What is the value of -4 + (-3)/(-5) + 9443/3195?", + "Output Program": [ + "from sympy import *\nprint(-4 + (-3)/(-5) + 9443/3195)" + ], + "Output Answer": [ + "-0.4444444444444442" + ], + "split": "train" + }, + { + "Input": "Calculate (18 + -12 - 14) + -11 + 12.", + "Output Program": [ + "from sympy import *\nprint((18 + -12 - 14) + -11 + 12)" + ], + "Output Answer": [ + "-7" + ], + "split": "train" + }, + { + "Input": "168/112*(-24 - -22)", + "Output Program": [ + "from sympy import *\nprint(168/112*(-24 - -22))" + ], + "Output Answer": [ + "-3.0" + ], + "split": "train" + }, + { + "Input": "Calculate (4/2)/(16 - (-8 + 2172/90)).", + "Output Program": [ + "from sympy import *\nprint((4/2)/(16 - (-8 + 2172/90)))" + ], + "Output Answer": [ + "-15.000000000000053" + ], + "split": "train" + }, + { + "Input": "What is (6133 - 6194) + -3 + -1?", + "Output Program": [ + "from sympy import *\nprint((6133 - 6194) + -3 + -1)" + ], + "Output Answer": [ + "-65" + ], + "split": "train" + }, + { + "Input": "Divide 10 by 106079.", + "Output Program": [ + "from sympy import *\nprint(10 / 106079)" + ], + "Output Answer": [ + "9.426936528436354e-05" + ], + "split": "train" + }, + { + "Input": "Calculate -1 divided by -70.", + "Output Program": [ + "from sympy import *\nprint(-1 / -70)" + ], + "Output Answer": [ + "0.014285714285714285" + ], + "split": "train" + }, + { + "Input": "Work out 12 * 0.", + "Output Program": [ + "from sympy import *\nprint(12 * 0)" + ], + "Output Answer": [ + "0" + ], + "split": "train" + }, + { + "Input": "Calculate -92.962*11.", + "Output Program": [ + "from sympy import *\nprint(-92.962 * 11)" + ], + "Output Answer": [ + "-1022.582" + ], + "split": "train" + }, + { + "Input": "-0.025 times -131260", + "Output Program": [ + "from sympy import *\nprint(-0.025 * -131260)" + ], + "Output Answer": [ + "3281.5" + ], + "split": "train" + }, + { + "Input": "(-2 - (0 + 8 - (14 + -4))) + -6", + "Output Program": [ + "from sympy import *\nprint((-2 - (0 + 8 - (14 + -4))) + -6)" + ], + "Output Answer": [ + "-6" + ], + "split": "train" + }, + { + "Input": "40 times 5", + "Output Program": [ + "from sympy import *\nprint(40 * 5)" + ], + "Output Answer": [ + "200" + ], + "split": "train" + }, + { + "Input": "What is the value of 8 - (2 + -17 + (0 - -4 - -8) - 14)?", + "Output Program": [ + "from sympy import *\nprint(8 - (2 + -17 + (0 - -4 - -8) - 14))" + ], + "Output Answer": [ + "25" + ], + "split": "train" + }, + { + "Input": "Evaluate (2871/3509)/((-2)/(-22)).", + "Output Program": [ + "from sympy import *\nprint((2871/3509)/((-2)/(-22)))" + ], + "Output Answer": [ + "9.0" + ], + "split": "train" + }, + { + "Input": "Evaluate (-15 + (-13248)/(-880))*380/684.", + "Output Program": [ + "from sympy import *\nprint((-15 + (-13248)/(-880))*380/684)" + ], + "Output Answer": [ + "0.030303030303030373" + ], + "split": "train" + }, + { + "Input": "What is the value of 1 + -8 + 0 + -2 + 5?", + "Output Program": [ + "from sympy import *\nprint(1 + -8 + 0 + -2 + 5)" + ], + "Output Answer": [ + "-4" + ], + "split": "train" + }, + { + "Input": "-0.01*-17.8", + "Output Program": [ + "from sympy import *\nprint(-0.01 * -17.8)" + ], + "Output Answer": [ + "0.17800000000000002" + ], + "split": "train" + }, + { + "Input": "Evaluate 297/315 - (3 - (-81)/(-21)).", + "Output Program": [ + "from sympy import *\nprint(297/315 - (3 - (-81)/(-21)))" + ], + "Output Answer": [ + "1.8" + ], + "split": "train" + }, + { + "Input": "What is the value of -5 - (1 - 9 - -23 - 29)?", + "Output Program": [ + "from sympy import *\nprint(-5 - (1 - 9 - -23 - 29))" + ], + "Output Answer": [ + "9" + ], + "split": "train" + }, + { + "Input": "353.603732 times 4", + "Output Program": [ + "from sympy import *\nprint(353.603732 * 4)" + ], + "Output Answer": [ + "1414.414928" + ], + "split": "train" + }, + { + "Input": "Calculate (15/9 + 1 + 1638/(-594))*6.", + "Output Program": [ + "from sympy import *\nprint((15/9 + 1 + 1638/(-594))*6)" + ], + "Output Answer": [ + "-0.545454545454545" + ], + "split": "train" + }, + { + "Input": "Evaluate 731/645*42/14*(-1)/(-17).", + "Output Program": [ + "from sympy import *\nprint(731/645*42/14*(-1)/(-17))" + ], + "Output Answer": [ + "0.19999999999999998" + ], + "split": "train" + }, + { + "Input": "Calculate 5 divided by 95.", + "Output Program": [ + "from sympy import *\nprint(5 / 95)" + ], + "Output Answer": [ + "0.05263157894736842" + ], + "split": "train" + }, + { + "Input": "(8 + 1 - 13) + -2", + "Output Program": [ + "from sympy import *\nprint((8 + 1 - 13) + -2)" + ], + "Output Answer": [ + "-6" + ], + "split": "train" + }, + { + "Input": "Calculate -3 + 3 + 5 - (-2 - -2).", + "Output Program": [ + "from sympy import *\nprint(-3 + 3 + 5 - (-2 - -2))" + ], + "Output Answer": [ + "5" + ], + "split": "train" + }, + { + "Input": "Evaluate (((-2)/14)/(126/(-294)))/(9*10/10260).", + "Output Program": [ + "from sympy import *\nprint((((-2)/14)/(126/(-294)))/(9*10/10260))" + ], + "Output Answer": [ + "38.0" + ], + "split": "train" + }, + { + "Input": "Calculate ((-93)/(-245) - 52/130)*(156/(-8) - -9).", + "Output Program": [ + "from sympy import *\nprint(((-93)/(-245) - 52/130)*(156/(-8) - -9))" + ], + "Output Answer": [ + "0.21428571428571452" + ], + "split": "train" + }, + { + "Input": "Calculate 116/80 - (-8 - 297/(-36)).", + "Output Program": [ + "from sympy import *\nprint(116/80 - (-8 - 297/(-36)))" + ], + "Output Answer": [ + "1.2" + ], + "split": "train" + }, + { + "Input": "(4200/2940)/(6/(-63))", + "Output Program": [ + "from sympy import *\nprint((4200/2940)/(6/(-63)))" + ], + "Output Answer": [ + "-15.000000000000002" + ], + "split": "train" + }, + { + "Input": "Calculate ((-10)/(-6))/(-23*340/286212).", + "Output Program": [ + "from sympy import *\nprint(((-10)/(-6))/(-23*340/286212))" + ], + "Output Answer": [ + "-61.00000000000001" + ], + "split": "train" + }, + { + "Input": "What is the value of ((-9)/8*(-12)/21)/((-6)/(-12))?", + "Output Program": [ + "from sympy import *\nprint(((-9)/8*(-12)/21)/((-6)/(-12)))" + ], + "Output Answer": [ + "1.2857142857142858" + ], + "split": "train" + }, + { + "Input": "What is (-1 - -2) + -6 - (562 - 575)?", + "Output Program": [ + "from sympy import *\nprint((-1 - -2) + -6 - (562 - 575))" + ], + "Output Answer": [ + "8" + ], + "split": "train" + }, + { + "Input": "16/10*2/(208/130)", + "Output Program": [ + "from sympy import *\nprint(16/10*2/(208/130))" + ], + "Output Answer": [ + "2.0" + ], + "split": "train" + }, + { + "Input": "4893 divided by -16", + "Output Program": [ + "from sympy import *\nprint(4893 / -16)" + ], + "Output Answer": [ + "-305.8125" + ], + "split": "train" + }, + { + "Input": "Calculate 0.06*-77.06.", + "Output Program": [ + "from sympy import *\nprint(0.06 * -77.06)" + ], + "Output Answer": [ + "-4.6236" + ], + "split": "train" + }, + { + "Input": "((-1)/(85/119))/(2/10)", + "Output Program": [ + "from sympy import *\nprint(((-1)/(85/119))/(2/10))" + ], + "Output Answer": [ + "-6.999999999999999" + ], + "split": "train" + }, + { + "Input": "152.15*72", + "Output Program": [ + "from sympy import *\nprint(152.15 * 72)" + ], + "Output Answer": [ + "10954.800000000001" + ], + "split": "train" + }, + { + "Input": "What is (4 - 10) + 16 + -3 + 1?", + "Output Program": [ + "from sympy import *\nprint((4 - 10) + 16 + -3 + 1)" + ], + "Output Answer": [ + "8" + ], + "split": "train" + }, + { + "Input": "What is the value of (128/256)/(((-4)/5)/(30/75))?", + "Output Program": [ + "from sympy import *\nprint((128/256)/(((-4)/5)/(30/75)))" + ], + "Output Answer": [ + "-0.25" + ], + "split": "train" + }, + { + "Input": "(-44)/55*1/(-2)*2", + "Output Program": [ + "from sympy import *\nprint((-44)/55*1/(-2)*2)" + ], + "Output Answer": [ + "0.8" + ], + "split": "train" + }, + { + "Input": "Calculate -13061.57*205.", + "Output Program": [ + "from sympy import *\nprint(-13061.57 * 205)" + ], + "Output Answer": [ + "-2677621.85" + ], + "split": "train" + }, + { + "Input": "What is (6 - 140/21)*(36/8 - 0)?", + "Output Program": [ + "from sympy import *\nprint((6 - 140/21)*(36/8 - 0))" + ], + "Output Answer": [ + "-3.0000000000000013" + ], + "split": "train" + }, + { + "Input": "Divide -2840 by 2840.", + "Output Program": [ + "from sympy import *\nprint(-2840 / 2840)" + ], + "Output Answer": [ + "-1.0" + ], + "split": "train" + }, + { + "Input": "What is (18/(-108))/(4/84)?", + "Output Program": [ + "from sympy import *\nprint((18/(-108))/(4/84))" + ], + "Output Answer": [ + "-3.5" + ], + "split": "train" + }, + { + "Input": "Evaluate 2*(-5)/15*(-6)/3.", + "Output Program": [ + "from sympy import *\nprint(2*(-5)/15*(-6)/3)" + ], + "Output Answer": [ + "1.3333333333333333" + ], + "split": "train" + }, + { + "Input": "-51 divided by -2", + "Output Program": [ + "from sympy import *\nprint(-51 / -2)" + ], + "Output Answer": [ + "25.5" + ], + "split": "train" + }, + { + "Input": "What is (-161)/92*(-32)/812?", + "Output Program": [ + "from sympy import *\nprint((-161)/92*(-32)/812)" + ], + "Output Answer": [ + "0.06896551724137931" + ], + "split": "train" + }, + { + "Input": "Calculate ((-16)/48)/(1/(-9)) + -2.", + "Output Program": [ + "from sympy import *\nprint(((-16)/48)/(1/(-9)) + -2)" + ], + "Output Answer": [ + "1.0" + ], + "split": "train" + }, + { + "Input": "What is the value of ((748/(-220))/17)/(78/(-10))?", + "Output Program": [ + "from sympy import *\nprint(((748/(-220))/17)/(78/(-10)))" + ], + "Output Answer": [ + "0.02564102564102564" + ], + "split": "train" + }, + { + "Input": "What is -12 + (0 - (-12 - -7))?", + "Output Program": [ + "from sympy import *\nprint(-12 + (0 - (-12 - -7)))" + ], + "Output Answer": [ + "-7" + ], + "split": "train" + }, + { + "Input": "What is 1 + (-7 - -3 - -10)?", + "Output Program": [ + "from sympy import *\nprint(1 + (-7 - -3 - -10))" + ], + "Output Answer": [ + "7" + ], + "split": "train" + }, + { + "Input": "-156 divided by 52", + "Output Program": [ + "from sympy import *\nprint(-156 / 52)" + ], + "Output Answer": [ + "-3.0" + ], + "split": "train" + }, + { + "Input": "What is the value of 7 + -34 + 7 - -14 - 10?", + "Output Program": [ + "from sympy import *\nprint(7 + -34 + 7 - -14 - 10)" + ], + "Output Answer": [ + "-16" + ], + "split": "train" + }, + { + "Input": "Calculate -447086454 divided by -3.", + "Output Program": [ + "from sympy import *\nprint(-447086454 / -3)" + ], + "Output Answer": [ + "149028818.0" + ], + "split": "train" + }, + { + "Input": "Calculate -4*(-2)/(-36)*-9.", + "Output Program": [ + "from sympy import *\nprint(-4*(-2)/(-36)*-9)" + ], + "Output Answer": [ + "2.0" + ], + "split": "train" + }, + { + "Input": "Calculate 9/((-45)/188) + (-3)/10*280/210.", + "Output Program": [ + "from sympy import *\nprint(9/((-45)/188) + (-3)/10*280/210)" + ], + "Output Answer": [ + "-38.0" + ], + "split": "train" + }, + { + "Input": "What is the value of (80/(-360))/((-24)/(-756))?", + "Output Program": [ + "from sympy import *\nprint((80/(-360))/((-24)/(-756)))" + ], + "Output Answer": [ + "-7.0" + ], + "split": "train" + }, + { + "Input": "Calculate -1 + -3 + 7 + 4.", + "Output Program": [ + "from sympy import *\nprint(-1 + -3 + 7 + 4)" + ], + "Output Answer": [ + "7" + ], + "split": "train" + }, + { + "Input": "Multiply 1715 and -5.", + "Output Program": [ + "from sympy import *\nprint(1715 * -5)" + ], + "Output Answer": [ + "-8575" + ], + "split": "train" + }, + { + "Input": "Calculate (30040/(-84112))/(25/(-56)).", + "Output Program": [ + "from sympy import *\nprint((30040/(-84112))/(25/(-56)))" + ], + "Output Answer": [ + "0.7999999999999999" + ], + "split": "train" + }, + { + "Input": "What is the value of 4 - ((3 - 9) + 11) - (19 + (5 - -50))?", + "Output Program": [ + "from sympy import *\nprint(4 - ((3 - 9) + 11) - (19 + (5 - -50)))" + ], + "Output Answer": [ + "-75" + ], + "split": "train" + }, + { + "Input": "Evaluate 9050/(-31675)*(2/(-4))/(2/((-1050)/(-3))).", + "Output Program": [ + "from sympy import *\nprint(9050/(-31675)*(2/(-4))/(2/((-1050)/(-3))))" + ], + "Output Answer": [ + "25.0" + ], + "split": "train" + }, + { + "Input": "What is (-2 - 22) + 34 + 18 + -8 + -35?", + "Output Program": [ + "from sympy import *\nprint((-2 - 22) + 34 + 18 + -8 + -35)" + ], + "Output Answer": [ + "-15" + ], + "split": "train" + }, + { + "Input": "What is (0 - -3) + (-3 - 3) - 2?", + "Output Program": [ + "from sympy import *\nprint((0 - -3) + (-3 - 3) - 2)" + ], + "Output Answer": [ + "-5" + ], + "split": "train" + }, + { + "Input": "What is 2*1*(-5)/(-4)?", + "Output Program": [ + "from sympy import *\nprint(2*1*(-5)/(-4))" + ], + "Output Answer": [ + "2.5" + ], + "split": "train" + }, + { + "Input": "-40984 divided by 188", + "Output Program": [ + "from sympy import *\nprint(-40984 / 188)" + ], + "Output Answer": [ + "-218.0" + ], + "split": "train" + }, + { + "Input": "Work out 14.19993 - 3261.", + "Output Program": [ + "from sympy import *\nprint(14.19993 - 3261)" + ], + "Output Answer": [ + "-3246.80007" + ], + "split": "train" + }, + { + "Input": "Evaluate (-4)/28*7/(-2).", + "Output Program": [ + "from sympy import *\nprint((-4)/28*7/(-2))" + ], + "Output Answer": [ + "0.5" + ], + "split": "train" + }, + { + "Input": "What is the value of (10 - 4 - (18 + -14)) + -6?", + "Output Program": [ + "from sympy import *\nprint((10 - 4 - (18 + -14)) + -6)" + ], + "Output Answer": [ + "-4" + ], + "split": "train" + }, + { + "Input": "Divide 2046 by -6.", + "Output Program": [ + "from sympy import *\nprint(2046 / -6)" + ], + "Output Answer": [ + "-341.0" + ], + "split": "train" + }, + { + "Input": "What is 5 + (0 - 9 - -5 - -3)?", + "Output Program": [ + "from sympy import *\nprint(5 + (0 - 9 - -5 - -3))" + ], + "Output Answer": [ + "4" + ], + "split": "train" + }, + { + "Input": "(5/40)/((-1)/((-7888)/34))", + "Output Program": [ + "from sympy import *\nprint((5/40)/((-1)/((-7888)/34)))" + ], + "Output Answer": [ + "29.0" + ], + "split": "train" + }, + { + "Input": "Calculate 32.42323*-1.", + "Output Program": [ + "from sympy import *\nprint(32.42323 * -1)" + ], + "Output Answer": [ + "-32.42323" + ], + "split": "train" + }, + { + "Input": "42310176 - 0.2", + "Output Program": [ + "from sympy import *\nprint(42310176 - 0.2)" + ], + "Output Answer": [ + "42310175.8" + ], + "split": "train" + }, + { + "Input": "Evaluate 27 + -245 + 232 + (0 + -1 - -15).", + "Output Program": [ + "from sympy import *\nprint(27 + -245 + 232 + (0 + -1 - -15))" + ], + "Output Answer": [ + "28" + ], + "split": "train" + }, + { + "Input": "What is (-2 + 4 + -38 - 5) + 5 - (-4 + -1)?", + "Output Program": [ + "from sympy import *\nprint((-2 + 4 + -38 - 5) + 5 - (-4 + -1))" + ], + "Output Answer": [ + "-31" + ], + "split": "train" + }, + { + "Input": "8 + 19 - -5 - 16", + "Output Program": [ + "from sympy import *\nprint(8 + 19 - -5 - 16)" + ], + "Output Answer": [ + "16" + ], + "split": "train" + }, + { + "Input": "What is the value of 24/12*((-160)/(-10))/(-2)?", + "Output Program": [ + "from sympy import *\nprint(24/12*((-160)/(-10))/(-2))" + ], + "Output Answer": [ + "-16.0" + ], + "split": "train" + }, + { + "Input": "Divide 0 by 6885374.", + "Output Program": [ + "from sympy import *\nprint(0 / 6885374)" + ], + "Output Answer": [ + "0.0" + ], + "split": "train" + }, + { + "Input": "Divide -7099791 by 6.", + "Output Program": [ + "from sympy import *\nprint(-7099791 / 6)" + ], + "Output Answer": [ + "-1183298.5" + ], + "split": "train" + }, + { + "Input": "What is the value of (2/10*-2)/1?", + "Output Program": [ + "from sympy import *\nprint((2/10*-2)/1)" + ], + "Output Answer": [ + "-0.4" + ], + "split": "train" + }, + { + "Input": "-2 + 3 - 6 - 171/(-4)*(-554)/(-4709)", + "Output Program": [ + "from sympy import *\nprint(-2 + 3 - 6 - 171/(-4)*(-554)/(-4709))" + ], + "Output Answer": [ + "0.02941176470588225" + ], + "split": "train" + }, + { + "Input": "Evaluate ((-2)/(-6))/((-133)/1603) - -15 - 11.", + "Output Program": [ + "from sympy import *\nprint(((-2)/(-6))/((-133)/1603) - -15 - 11)" + ], + "Output Answer": [ + "-0.017543859649123306" + ], + "split": "train" + }, + { + "Input": "-0.2*-773024", + "Output Program": [ + "from sympy import *\nprint(-0.2 * -773024)" + ], + "Output Answer": [ + "154604.80000000002" + ], + "split": "train" + }, + { + "Input": "What is (278465/20252)/(70/8)?", + "Output Program": [ + "from sympy import *\nprint((278465/20252)/(70/8))" + ], + "Output Answer": [ + "1.5714285714285714" + ], + "split": "train" + }, + { + "Input": "Calculate (15/(-60))/(3/(-20)).", + "Output Program": [ + "from sympy import *\nprint((15/(-60))/(3/(-20)))" + ], + "Output Answer": [ + "1.6666666666666667" + ], + "split": "train" + }, + { + "Input": "Calculate 1*16/(1200/45).", + "Output Program": [ + "from sympy import *\nprint(1*16/(1200/45))" + ], + "Output Answer": [ + "0.6" + ], + "split": "train" + }, + { + "Input": "Calculate -0.23021*-3522.", + "Output Program": [ + "from sympy import *\nprint(-0.23021 * -3522)" + ], + "Output Answer": [ + "810.79962" + ], + "split": "train" + }, + { + "Input": "What is 9 - 8/((-160)/(-130))?", + "Output Program": [ + "from sympy import *\nprint(9 - 8/((-160)/(-130)))" + ], + "Output Answer": [ + "2.5" + ], + "split": "train" + }, + { + "Input": "Divide 16235 by 3.", + "Output Program": [ + "from sympy import *\nprint(16235 / 3)" + ], + "Output Answer": [ + "5411.666666666667" + ], + "split": "train" + }, + { + "Input": "Calculate 0 - (-7 + 1)/(-6).", + "Output Program": [ + "from sympy import *\nprint(0 - (-7 + 1)/(-6))" + ], + "Output Answer": [ + "-1.0" + ], + "split": "train" + }, + { + "Input": "What is the value of -1213 - -1111 - (-31 - (3 + -5))?", + "Output Program": [ + "from sympy import *\nprint(-1213 - -1111 - (-31 - (3 + -5)))" + ], + "Output Answer": [ + "-73" + ], + "split": "train" + }, + { + "Input": "Calculate (-6)/15*11/(-11).", + "Output Program": [ + "from sympy import *\nprint((-6)/15*11/(-11))" + ], + "Output Answer": [ + "0.4" + ], + "split": "train" + }, + { + "Input": "What is the value of 20/5 - (-2)/(-4)*8?", + "Output Program": [ + "from sympy import *\nprint(20/5 - (-2)/(-4)*8)" + ], + "Output Answer": [ + "0.0" + ], + "split": "train" + }, + { + "Input": "0.1 times 407", + "Output Program": [ + "from sympy import *\nprint(0.1 * 407)" + ], + "Output Answer": [ + "40.7" + ], + "split": "train" + }, + { + "Input": "Multiply -0.1441 and 5.", + "Output Program": [ + "from sympy import *\nprint(-0.1441 * 5)" + ], + "Output Answer": [ + "-0.7205" + ], + "split": "train" + }, + { + "Input": "-4 - (-10 - (8 + -4)) - (-1 - -2)", + "Output Program": [ + "from sympy import *\nprint(-4 - (-10 - (8 + -4)) - (-1 - -2))" + ], + "Output Answer": [ + "9" + ], + "split": "train" + }, + { + "Input": "-5 + -7 + (-1 - -7)", + "Output Program": [ + "from sympy import *\nprint(-5 + -7 + (-1 - -7))" + ], + "Output Answer": [ + "-6" + ], + "split": "train" + }, + { + "Input": "Calculate -190218 divided by -1.", + "Output Program": [ + "from sympy import *\nprint(-190218 / -1)" + ], + "Output Answer": [ + "190218.0" + ], + "split": "train" + }, + { + "Input": "Evaluate -4 + 9 + -30 + 4 + 11 + -20.", + "Output Program": [ + "from sympy import *\nprint(-4 + 9 + -30 + 4 + 11 + -20)" + ], + "Output Answer": [ + "-30" + ], + "split": "train" + }, + { + "Input": "Calculate 54 - (5 - -40) - (-3 - -22).", + "Output Program": [ + "from sympy import *\nprint(54 - (5 - -40) - (-3 - -22))" + ], + "Output Answer": [ + "-10" + ], + "split": "train" + }, + { + "Input": "Calculate -3 - ((-156 + 15 - -20) + -4 + 22).", + "Output Program": [ + "from sympy import *\nprint(-3 - ((-156 + 15 - -20) + -4 + 22))" + ], + "Output Answer": [ + "100" + ], + "split": "train" + }, + { + "Input": "6/(7*(-4)/(-224))*(-345)/138", + "Output Program": [ + "from sympy import *\nprint(6/(7*(-4)/(-224))*(-345)/138)" + ], + "Output Answer": [ + "-120.0" + ], + "split": "train" + }, + { + "Input": "(-3 - -1)/(4 + -6 - -5)", + "Output Program": [ + "from sympy import *\nprint((-3 - -1)/(4 + -6 - -5))" + ], + "Output Answer": [ + "-0.6666666666666666" + ], + "split": "train" + }, + { + "Input": "((-18)/(-792)*6)/((-3)/4)", + "Output Program": [ + "from sympy import *\nprint(((-18)/(-792)*6)/((-3)/4))" + ], + "Output Answer": [ + "-0.1818181818181818" + ], + "split": "train" + }, + { + "Input": "Calculate -1426309*3.", + "Output Program": [ + "from sympy import *\nprint(-1426309 * 3)" + ], + "Output Answer": [ + "-4278927" + ], + "split": "train" + }, + { + "Input": "-0.62 * 155.4", + "Output Program": [ + "from sympy import *\nprint(-0.62 * 155.4)" + ], + "Output Answer": [ + "-96.348" + ], + "split": "train" + }, + { + "Input": "What is (-50 - -10 - -28) + 19?", + "Output Program": [ + "from sympy import *\nprint((-50 - -10 - -28) + 19)" + ], + "Output Answer": [ + "7" + ], + "split": "train" + }, + { + "Input": "Evaluate (-2*2214/180)/(1254/4180).", + "Output Program": [ + "from sympy import *\nprint((-2*2214/180)/(1254/4180))" + ], + "Output Answer": [ + "-82.00000000000001" + ], + "split": "train" + }, + { + "Input": "(-2 - 6 - -1) + 28", + "Output Program": [ + "from sympy import *\nprint((-2 - 6 - -1) + 28)" + ], + "Output Answer": [ + "21" + ], + "split": "train" + }, + { + "Input": "Calculate 11 + (10 - (-8 - (-3 - (3 - 7 - 6)))).", + "Output Program": [ + "from sympy import *\nprint(11 + (10 - (-8 - (-3 - (3 - 7 - 6)))))" + ], + "Output Answer": [ + "36" + ], + "split": "train" + }, + { + "Input": "Calculate 3*15.71.", + "Output Program": [ + "from sympy import *\nprint(3 * 15.71)" + ], + "Output Answer": [ + "47.13" + ], + "split": "train" + }, + { + "Input": "-1 divided by -334723", + "Output Program": [ + "from sympy import *\nprint(-1 / -334723)" + ], + "Output Answer": [ + "2.987544925206813e-06" + ], + "split": "train" + }, + { + "Input": "Divide -480275 by -3.", + "Output Program": [ + "from sympy import *\nprint(-480275 / -3)" + ], + "Output Answer": [ + "160091.66666666666" + ], + "split": "train" + }, + { + "Input": "What is the value of (52/(-312))/(13/(-6))?", + "Output Program": [ + "from sympy import *\nprint((52/(-312))/(13/(-6)))" + ], + "Output Answer": [ + "0.07692307692307693" + ], + "split": "train" + }, + { + "Input": "2008 * -1.31", + "Output Program": [ + "from sympy import *\nprint(2008 * -1.31)" + ], + "Output Answer": [ + "-2630.48" + ], + "split": "train" + }, + { + "Input": "(24/10)/(1066/2665)", + "Output Program": [ + "from sympy import *\nprint((24/10)/(1066/2665))" + ], + "Output Answer": [ + "5.999999999999999" + ], + "split": "train" + }, + { + "Input": "Calculate -1*(1*-4)/((-60)/30).", + "Output Program": [ + "from sympy import *\nprint(-1*(1*-4)/((-60)/30))" + ], + "Output Answer": [ + "-2.0" + ], + "split": "train" + }, + { + "Input": "Multiply -4 and -3.5217.", + "Output Program": [ + "from sympy import *\nprint(-4 * -3.5217)" + ], + "Output Answer": [ + "14.0868" + ], + "split": "train" + }, + { + "Input": "74/(-8) - 12/16", + "Output Program": [ + "from sympy import *\nprint(74/(-8) - 12/16)" + ], + "Output Answer": [ + "-10.0" + ], + "split": "train" + }, + { + "Input": "What is (-2 + (-6838)/(-3432))*4?", + "Output Program": [ + "from sympy import *\nprint((-2 + (-6838)/(-3432))*4)" + ], + "Output Answer": [ + "-0.030303030303030276" + ], + "split": "train" + }, + { + "Input": "1/((-30)/12)*(-15)/12", + "Output Program": [ + "from sympy import *\nprint(1/((-30)/12)*(-15)/12)" + ], + "Output Answer": [ + "0.5" + ], + "split": "train" + }, + { + "Input": "What is the value of -4 - 0 - (-4 + -1 + 4)?", + "Output Program": [ + "from sympy import *\nprint(-4 - 0 - (-4 + -1 + 4))" + ], + "Output Answer": [ + "-3" + ], + "split": "train" + }, + { + "Input": "6*5118.13", + "Output Program": [ + "from sympy import *\nprint(6 * 5118.13)" + ], + "Output Answer": [ + "30708.78" + ], + "split": "train" + }, + { + "Input": "Multiply -9.46 and -0.1.", + "Output Program": [ + "from sympy import *\nprint(-9.46 * -0.1)" + ], + "Output Answer": [ + "0.9460000000000002" + ], + "split": "train" + }, + { + "Input": "Evaluate 42*8*32/1024*8.", + "Output Program": [ + "from sympy import *\nprint(42*8*32/1024*8)" + ], + "Output Answer": [ + "84.0" + ], + "split": "train" + }, + { + "Input": "Calculate (-15)/63*45/(-25).", + "Output Program": [ + "from sympy import *\nprint((-15)/63*45/(-25))" + ], + "Output Answer": [ + "0.42857142857142855" + ], + "split": "train" + }, + { + "Input": "Evaluate ((-68)/51)/((8/6)/2).", + "Output Program": [ + "from sympy import *\nprint(((-68)/51)/((8/6)/2))" + ], + "Output Answer": [ + "-2.0" + ], + "split": "train" + }, + { + "Input": "Calculate 5 divided by -333.", + "Output Program": [ + "from sympy import *\nprint(5 / -333)" + ], + "Output Answer": [ + "-0.015015015015015015" + ], + "split": "train" + }, + { + "Input": "Divide 0 by 22809164.", + "Output Program": [ + "from sympy import *\nprint(0 / 22809164)" + ], + "Output Answer": [ + "0.0" + ], + "split": "train" + }, + { + "Input": "-566718887 * -0.4", + "Output Program": [ + "from sympy import *\nprint(-566718887 * -0.4)" + ], + "Output Answer": [ + "226687554.8" + ], + "split": "train" + }, + { + "Input": "0 * 2.06", + "Output Program": [ + "from sympy import *\nprint(0 * 2.06)" + ], + "Output Answer": [ + "0.0" + ], + "split": "train" + }, + { + "Input": "2.414 * 4", + "Output Program": [ + "from sympy import *\nprint(2.414 * 4)" + ], + "Output Answer": [ + "9.656" + ], + "split": "train" + }, + { + "Input": "Work out -5 * 130.", + "Output Program": [ + "from sympy import *\nprint(-5 * 130)" + ], + "Output Answer": [ + "-650" + ], + "split": "train" + }, + { + "Input": "Divide 72630 by 3.", + "Output Program": [ + "from sympy import *\nprint(72630 / 3)" + ], + "Output Answer": [ + "24210.0" + ], + "split": "train" + }, + { + "Input": "-0.3 - -576025759874", + "Output Program": [ + "from sympy import *\nprint(-0.3 - -576025759874)" + ], + "Output Answer": [ + "576025759873.7" + ], + "split": "train" + }, + { + "Input": "What is 58272/(-1872) + 31 + 2 + (-25)/13?", + "Output Program": [ + "from sympy import *\nprint(58272/(-1872) + 31 + 2 + (-25)/13)" + ], + "Output Answer": [ + "-0.05128205128205088" + ], + "split": "train" + }, + { + "Input": "Evaluate (3/((-42)/(-8)))/(10/5).", + "Output Program": [ + "from sympy import *\nprint((3/((-42)/(-8)))/(10/5))" + ], + "Output Answer": [ + "0.2857142857142857" + ], + "split": "train" + }, + { + "Input": "Work out 0.1 * -4.6109.", + "Output Program": [ + "from sympy import *\nprint(0.1 * -4.6109)" + ], + "Output Answer": [ + "-0.46109" + ], + "split": "train" + }, + { + "Input": "38 times -0.0557", + "Output Program": [ + "from sympy import *\nprint(38 * -0.0557)" + ], + "Output Answer": [ + "-2.1166" + ], + "split": "train" + }, + { + "Input": "4*0.047", + "Output Program": [ + "from sympy import *\nprint(4 * 0.047)" + ], + "Output Answer": [ + "0.188" + ], + "split": "train" + }, + { + "Input": "Calculate 31 divided by 1565501.", + "Output Program": [ + "from sympy import *\nprint(31 / 1565501)" + ], + "Output Answer": [ + "1.9801967549046598e-05" + ], + "split": "train" + }, + { + "Input": "Calculate 4305713531 divided by -4.", + "Output Program": [ + "from sympy import *\nprint(4305713531 / -4)" + ], + "Output Answer": [ + "-1076428382.75" + ], + "split": "train" + }, + { + "Input": "22.302992 * 18", + "Output Program": [ + "from sympy import *\nprint(22.302992 * 18)" + ], + "Output Answer": [ + "401.453856" + ], + "split": "train" + }, + { + "Input": "(-3 + 5)*(-6)/(-30)*10/(-4)", + "Output Program": [ + "from sympy import *\nprint((-3 + 5)*(-6)/(-30)*10/(-4))" + ], + "Output Answer": [ + "-1.0" + ], + "split": "train" + }, + { + "Input": "Evaluate 440/(-12)*63*(-104)/(-2730).", + "Output Program": [ + "from sympy import *\nprint(440/(-12)*63*(-104)/(-2730))" + ], + "Output Answer": [ + "-88.0" + ], + "split": "train" + }, + { + "Input": "Calculate -110 + (2 - 0 - (11 + -42)).", + "Output Program": [ + "from sympy import *\nprint(-110 + (2 - 0 - (11 + -42)))" + ], + "Output Answer": [ + "-77" + ], + "split": "train" + }, + { + "Input": "Calculate 28383 divided by 10.", + "Output Program": [ + "from sympy import *\nprint(28383 / 10)" + ], + "Output Answer": [ + "2838.3" + ], + "split": "train" + }, + { + "Input": "Evaluate -3 - (-6 + 1 + 2 + 4).", + "Output Program": [ + "from sympy import *\nprint(-3 - (-6 + 1 + 2 + 4))" + ], + "Output Answer": [ + "-4" + ], + "split": "train" + }, + { + "Input": "Calculate -29854 divided by 1.", + "Output Program": [ + "from sympy import *\nprint(-29854 / 1)" + ], + "Output Answer": [ + "-29854.0" + ], + "split": "train" + }, + { + "Input": "(116/406)/((-22)/14)", + "Output Program": [ + "from sympy import *\nprint((116/406)/((-22)/14))" + ], + "Output Answer": [ + "-0.18181818181818182" + ], + "split": "train" + }, + { + "Input": "Calculate (-6)/(-2)*((-3)/(-10))/((-882)/(-245)).", + "Output Program": [ + "from sympy import *\nprint((-6)/(-2)*((-3)/(-10))/((-882)/(-245)))" + ], + "Output Answer": [ + "0.24999999999999997" + ], + "split": "train" + }, + { + "Input": "Calculate -3 - 2 - (-6 + 3).", + "Output Program": [ + "from sympy import *\nprint(-3 - 2 - (-6 + 3))" + ], + "Output Answer": [ + "-2" + ], + "split": "train" + }, + { + "Input": "What is -8 + (-8 - (-16 - -17))?", + "Output Program": [ + "from sympy import *\nprint(-8 + (-8 - (-16 - -17)))" + ], + "Output Answer": [ + "-17" + ], + "split": "train" + }, + { + "Input": "Calculate (((-176)/5)/(1976/2470))/(8/6).", + "Output Program": [ + "from sympy import *\nprint((((-176)/5)/(1976/2470))/(8/6))" + ], + "Output Answer": [ + "-33.0" + ], + "split": "train" + }, + { + "Input": "Calculate -55 + 63 - (-6 - (3 + -2)).", + "Output Program": [ + "from sympy import *\nprint(-55 + 63 - (-6 - (3 + -2)))" + ], + "Output Answer": [ + "15" + ], + "split": "train" + }, + { + "Input": "Multiply 125 and -1.519.", + "Output Program": [ + "from sympy import *\nprint(125 * -1.519)" + ], + "Output Answer": [ + "-189.875" + ], + "split": "train" + }, + { + "Input": "Calculate -35625240 divided by -804.", + "Output Program": [ + "from sympy import *\nprint(-35625240 / -804)" + ], + "Output Answer": [ + "44310.0" + ], + "split": "train" + }, + { + "Input": "-316 * 572", + "Output Program": [ + "from sympy import *\nprint(-316 * 572)" + ], + "Output Answer": [ + "-180752" + ], + "split": "train" + }, + { + "Input": "What is the value of ((-142)/(67592/102))/(-2*3/36)?", + "Output Program": [ + "from sympy import *\nprint(((-142)/(67592/102))/(-2*3/36))" + ], + "Output Answer": [ + "1.2857142857142858" + ], + "split": "train" + }, + { + "Input": "0 divided by -209620", + "Output Program": [ + "from sympy import *\nprint(0 / -209620)" + ], + "Output Answer": [ + "-0.0" + ], + "split": "train" + }, + { + "Input": "Evaluate ((-4)/6)/(((-23)/(16100/(-16)))/((-12)/10)).", + "Output Program": [ + "from sympy import *\nprint(((-4)/6)/(((-23)/(16100/(-16)))/((-12)/10)))" + ], + "Output Answer": [ + "34.99999999999999" + ], + "split": "train" + }, + { + "Input": "-14 * 0.004", + "Output Program": [ + "from sympy import *\nprint(-14 * 0.004)" + ], + "Output Answer": [ + "-0.056" + ], + "split": "train" + }, + { + "Input": "Calculate -108160 divided by -338.", + "Output Program": [ + "from sympy import *\nprint(-108160 / -338)" + ], + "Output Answer": [ + "320.0" + ], + "split": "train" + }, + { + "Input": "Evaluate 340/272 - ((-26)/(-8) + 0).", + "Output Program": [ + "from sympy import *\nprint(340/272 - ((-26)/(-8) + 0))" + ], + "Output Answer": [ + "-2.0" + ], + "split": "train" + }, + { + "Input": "Calculate 1*8/36*(-6)/(-4).", + "Output Program": [ + "from sympy import *\nprint(1*8/36*(-6)/(-4))" + ], + "Output Answer": [ + "0.3333333333333333" + ], + "split": "train" + }, + { + "Input": "What is 2 + -7 + (2 + 2 - 1)?", + "Output Program": [ + "from sympy import *\nprint(2 + -7 + (2 + 2 - 1))" + ], + "Output Answer": [ + "-2" + ], + "split": "train" + }, + { + "Input": "What is the value of 2 + 16 - (-8 + -14 + 30)?", + "Output Program": [ + "from sympy import *\nprint(2 + 16 - (-8 + -14 + 30))" + ], + "Output Answer": [ + "10" + ], + "split": "train" + }, + { + "Input": "Evaluate 80/(-75) + 4/6 + 12/(-195).", + "Output Program": [ + "from sympy import *\nprint(80/(-75) + 4/6 + 12/(-195))" + ], + "Output Answer": [ + "-0.46153846153846156" + ], + "split": "train" + }, + { + "Input": "Calculate 0/(-5)*(-15)/(-45).", + "Output Program": [ + "from sympy import *\nprint(0/(-5)*(-15)/(-45))" + ], + "Output Answer": [ + "-0.0" + ], + "split": "train" + }, + { + "Input": "Calculate -6 divided by -178201.", + "Output Program": [ + "from sympy import *\nprint(-6 / -178201)" + ], + "Output Answer": [ + "3.3669844725899404e-05" + ], + "split": "train" + }, + { + "Input": "What is (44/(-24))/(-11)*(-72)/(-60)?", + "Output Program": [ + "from sympy import *\nprint((44/(-24))/(-11)*(-72)/(-60))" + ], + "Output Answer": [ + "0.2" + ], + "split": "train" + }, + { + "Input": "What is the value of 81/(57105/4606) - (-1)/(-5)?", + "Output Program": [ + "from sympy import *\nprint(81/(57105/4606) - (-1)/(-5))" + ], + "Output Answer": [ + "6.333333333333333" + ], + "split": "train" + }, + { + "Input": "-0.92 times -5.3", + "Output Program": [ + "from sympy import *\nprint(-0.92 * -5.3)" + ], + "Output Answer": [ + "4.876" + ], + "split": "train" + }, + { + "Input": "What is 0/(-20)*1*-1?", + "Output Program": [ + "from sympy import *\nprint(0/(-20)*1*-1)" + ], + "Output Answer": [ + "0.0" + ], + "split": "train" + }, + { + "Input": "(77/(-33))/7*2", + "Output Program": [ + "from sympy import *\nprint((77/(-33))/7*2)" + ], + "Output Answer": [ + "-0.6666666666666667" + ], + "split": "train" + }, + { + "Input": "What is the value of (-53 + 1 - (34 - (64 - 38))) + -12?", + "Output Program": [ + "from sympy import *\nprint((-53 + 1 - (34 - (64 - 38))) + -12)" + ], + "Output Answer": [ + "-72" + ], + "split": "train" + }, + { + "Input": "123898 divided by -1089", + "Output Program": [ + "from sympy import *\nprint(123898 / -1089)" + ], + "Output Answer": [ + "-113.7722681359045" + ], + "split": "train" + }, + { + "Input": "-0.8 * -1.36", + "Output Program": [ + "from sympy import *\nprint(-0.8 * -1.36)" + ], + "Output Answer": [ + "1.088" + ], + "split": "train" + }, + { + "Input": "5199570 divided by -5", + "Output Program": [ + "from sympy import *\nprint(5199570 / -5)" + ], + "Output Answer": [ + "-1039914.0" + ], + "split": "dev" + }, + { + "Input": "Calculate 218/218*2*(-10)/8.", + "Output Program": [ + "from sympy import *\nprint(218/218*2*(-10)/8)" + ], + "Output Answer": [ + "-2.5" + ], + "split": "dev" + }, + { + "Input": "What is -2 - -4 - (2 - (-3 + 1))?", + "Output Program": [ + "from sympy import *\nprint(-2 - -4 - (2 - (-3 + 1)))" + ], + "Output Answer": [ + "-2" + ], + "split": "dev" + }, + { + "Input": "Evaluate (18 - 19) + -6 + 18.", + "Output Program": [ + "from sympy import *\nprint((18 - 19) + -6 + 18)" + ], + "Output Answer": [ + "11" + ], + "split": "dev" + }, + { + "Input": "Calculate 2*((-28)/(-16))/(-7)*-22.", + "Output Program": [ + "from sympy import *\nprint(2*((-28)/(-16))/(-7)*-22)" + ], + "Output Answer": [ + "11.0" + ], + "split": "dev" + }, + { + "Input": "Work out 216 * -0.2.", + "Output Program": [ + "from sympy import *\nprint(216 * -0.2)" + ], + "Output Answer": [ + "-43.2" + ], + "split": "dev" + }, + { + "Input": "Calculate -12.409*-0.5.", + "Output Program": [ + "from sympy import *\nprint(-12.409 * -0.5)" + ], + "Output Answer": [ + "6.2045" + ], + "split": "dev" + }, + { + "Input": "28.402 times 10847", + "Output Program": [ + "from sympy import *\nprint(28.402 * 10847)" + ], + "Output Answer": [ + "308076.494" + ], + "split": "dev" + }, + { + "Input": "-5 - 9.221", + "Output Program": [ + "from sympy import *\nprint(-5 - 9.221)" + ], + "Output Answer": [ + "-14.221" + ], + "split": "dev" + }, + { + "Input": "0.2 times 70", + "Output Program": [ + "from sympy import *\nprint(0.2 * 70)" + ], + "Output Answer": [ + "14.0" + ], + "split": "dev" + }, + { + "Input": "Evaluate 27 + -18 - (-3 - -12).", + "Output Program": [ + "from sympy import *\nprint(27 + -18 - (-3 - -12))" + ], + "Output Answer": [ + "0" + ], + "split": "dev" + }, + { + "Input": "What is the value of ((-6916)/(-14))/(-19)*(-3)/(-6)?", + "Output Program": [ + "from sympy import *\nprint(((-6916)/(-14))/(-19)*(-3)/(-6))" + ], + "Output Answer": [ + "-13.0" + ], + "split": "dev" + }, + { + "Input": "Work out 0.4 * -3704.", + "Output Program": [ + "from sympy import *\nprint(0.4 * -3704)" + ], + "Output Answer": [ + "-1481.6000000000001" + ], + "split": "dev" + }, + { + "Input": "((-432)/72)/(((-207)/552)/((-2)/(8*9)))", + "Output Program": [ + "from sympy import *\nprint(((-432)/72)/(((-207)/552)/((-2)/(8*9))))" + ], + "Output Answer": [ + "-0.4444444444444444" + ], + "split": "dev" + }, + { + "Input": "Calculate (((-154)/(-28))/11)/((-1)/20).", + "Output Program": [ + "from sympy import *\nprint((((-154)/(-28))/11)/((-1)/20))" + ], + "Output Answer": [ + "-10.0" + ], + "split": "dev" + }, + { + "Input": "Divide 474 by -3.", + "Output Program": [ + "from sympy import *\nprint(474 / -3)" + ], + "Output Answer": [ + "-158.0" + ], + "split": "dev" + }, + { + "Input": "Evaluate (5890/(-76))/5*8/(-4).", + "Output Program": [ + "from sympy import *\nprint((5890/(-76))/5*8/(-4))" + ], + "Output Answer": [ + "31.0" + ], + "split": "dev" + }, + { + "Input": "0.0187*139", + "Output Program": [ + "from sympy import *\nprint(0.0187 * 139)" + ], + "Output Answer": [ + "2.5993000000000004" + ], + "split": "dev" + }, + { + "Input": "-206632 divided by 8984", + "Output Program": [ + "from sympy import *\nprint(-206632 / 8984)" + ], + "Output Answer": [ + "-23.0" + ], + "split": "dev" + }, + { + "Input": "What is the value of (-40)/(-110)*(-770)/20 + -12?", + "Output Program": [ + "from sympy import *\nprint((-40)/(-110)*(-770)/20 + -12)" + ], + "Output Answer": [ + "-26.0" + ], + "split": "dev" + }, + { + "Input": "-1 + -3 - (-2 + 0 + -1 - 11)", + "Output Program": [ + "from sympy import *\nprint(-1 + -3 - (-2 + 0 + -1 - 11))" + ], + "Output Answer": [ + "10" + ], + "split": "dev" + }, + { + "Input": "Evaluate ((-30)/(-4))/(360/96)*-7.", + "Output Program": [ + "from sympy import *\nprint(((-30)/(-4))/(360/96)*-7)" + ], + "Output Answer": [ + "-14.0" + ], + "split": "dev" + }, + { + "Input": "((2/1)/(6/18))/(16/(960/450))", + "Output Program": [ + "from sympy import *\nprint(((2/1)/(6/18))/(16/(960/450)))" + ], + "Output Answer": [ + "0.8" + ], + "split": "dev" + }, + { + "Input": "Calculate 1189 divided by 77413.", + "Output Program": [ + "from sympy import *\nprint(1189 / 77413)" + ], + "Output Answer": [ + "0.015359177399144847" + ], + "split": "dev" + }, + { + "Input": "Evaluate 73 + (-43 - 48) + 21 + 0.", + "Output Program": [ + "from sympy import *\nprint(73 + (-43 - 48) + 21 + 0)" + ], + "Output Answer": [ + "3" + ], + "split": "dev" + }, + { + "Input": "Evaluate 57 + 18 + (-98 - -79).", + "Output Program": [ + "from sympy import *\nprint(57 + 18 + (-98 - -79))" + ], + "Output Answer": [ + "56" + ], + "split": "dev" + }, + { + "Input": "What is (4210/(-2947)*(-21)/(-24))/(10/164)?", + "Output Program": [ + "from sympy import *\nprint((4210/(-2947)*(-21)/(-24))/(10/164))" + ], + "Output Answer": [ + "-20.5" + ], + "split": "dev" + }, + { + "Input": "What is -5*((-930)/(-1550))/((-138)/(-8))?", + "Output Program": [ + "from sympy import *\nprint(-5*((-930)/(-1550))/((-138)/(-8)))" + ], + "Output Answer": [ + "-0.17391304347826086" + ], + "split": "dev" + }, + { + "Input": "Calculate -99304.569042 - -159.", + "Output Program": [ + "from sympy import *\nprint(-99304.569042 - -159)" + ], + "Output Answer": [ + "-99145.569042" + ], + "split": "dev" + }, + { + "Input": "10296046 divided by 2", + "Output Program": [ + "from sympy import *\nprint(10296046 / 2)" + ], + "Output Answer": [ + "5148023.0" + ], + "split": "dev" + }, + { + "Input": "Divide 4976 by 357.", + "Output Program": [ + "from sympy import *\nprint(4976 / 357)" + ], + "Output Answer": [ + "13.938375350140056" + ], + "split": "dev" + }, + { + "Input": "Multiply 40.2 and -354.5.", + "Output Program": [ + "from sympy import *\nprint(40.2 * -354.5)" + ], + "Output Answer": [ + "-14250.900000000001" + ], + "split": "dev" + }, + { + "Input": "Divide -10844375 by -2168875.", + "Output Program": [ + "from sympy import *\nprint(-10844375 / -2168875)" + ], + "Output Answer": [ + "5.0" + ], + "split": "dev" + }, + { + "Input": "-1591 divided by 5", + "Output Program": [ + "from sympy import *\nprint(-1591 / 5)" + ], + "Output Answer": [ + "-318.2" + ], + "split": "dev" + }, + { + "Input": "Calculate 4 + -3 + 5 + -4.", + "Output Program": [ + "from sympy import *\nprint(4 + -3 + 5 + -4)" + ], + "Output Answer": [ + "2" + ], + "split": "dev" + }, + { + "Input": "5429 + -5413 + (-2 - 35)", + "Output Program": [ + "from sympy import *\nprint(5429 + -5413 + (-2 - 35))" + ], + "Output Answer": [ + "-21" + ], + "split": "dev" + }, + { + "Input": "Evaluate -14 - (18 - (44 - 15)).", + "Output Program": [ + "from sympy import *\nprint(-14 - (18 - (44 - 15)))" + ], + "Output Answer": [ + "-3" + ], + "split": "dev" + }, + { + "Input": "-4 + 4 + 2 + (-13 - -5) + 4", + "Output Program": [ + "from sympy import *\nprint(-4 + 4 + 2 + (-13 - -5) + 4)" + ], + "Output Answer": [ + "-2" + ], + "split": "dev" + }, + { + "Input": "Evaluate (2/(-8))/(1638*11/1584).", + "Output Program": [ + "from sympy import *\nprint((2/(-8))/(1638*11/1584))" + ], + "Output Answer": [ + "-0.02197802197802198" + ], + "split": "dev" + }, + { + "Input": "-4 divided by -1086260", + "Output Program": [ + "from sympy import *\nprint(-4 / -1086260)" + ], + "Output Answer": [ + "3.682359656067608e-06" + ], + "split": "dev" + }, + { + "Input": "What is the value of (-21845)/(-23130)*2/(-34)?", + "Output Program": [ + "from sympy import *\nprint((-21845)/(-23130)*2/(-34))" + ], + "Output Answer": [ + "-0.05555555555555555" + ], + "split": "dev" + }, + { + "Input": "What is (-72)/(-1)*(-3842)/7684?", + "Output Program": [ + "from sympy import *\nprint((-72)/(-1)*(-3842)/7684)" + ], + "Output Answer": [ + "-36.0" + ], + "split": "dev" + }, + { + "Input": "Evaluate 1/((-2)/(-2))*(-143)/13.", + "Output Program": [ + "from sympy import *\nprint(1/((-2)/(-2))*(-143)/13)" + ], + "Output Answer": [ + "-11.0" + ], + "split": "dev" + }, + { + "Input": "What is the value of ((-30)/32*-1)/((-330)/440)?", + "Output Program": [ + "from sympy import *\nprint(((-30)/32*-1)/((-330)/440))" + ], + "Output Answer": [ + "-1.25" + ], + "split": "dev" + }, + { + "Input": "Divide 71388466 by 197.", + "Output Program": [ + "from sympy import *\nprint(71388466 / 197)" + ], + "Output Answer": [ + "362378.0" + ], + "split": "dev" + }, + { + "Input": "Calculate (-6)/2*1*(-6)/(-279)*11/11.", + "Output Program": [ + "from sympy import *\nprint((-6)/2*1*(-6)/(-279)*11/11)" + ], + "Output Answer": [ + "-0.06451612903225806" + ], + "split": "dev" + }, + { + "Input": "What is 351/78*21/27?", + "Output Program": [ + "from sympy import *\nprint(351/78*21/27)" + ], + "Output Answer": [ + "3.5" + ], + "split": "dev" + }, + { + "Input": "What is the value of 63 + -51 + -67 + 11?", + "Output Program": [ + "from sympy import *\nprint(63 + -51 + -67 + 11)" + ], + "Output Answer": [ + "-44" + ], + "split": "dev" + }, + { + "Input": "Calculate 41 divided by 3.", + "Output Program": [ + "from sympy import *\nprint(41 / 3)" + ], + "Output Answer": [ + "13.666666666666666" + ], + "split": "dev" + }, + { + "Input": "What is (-3)/((-12)/10)*27*(-50)/3375?", + "Output Program": [ + "from sympy import *\nprint((-3)/((-12)/10)*27*(-50)/3375)" + ], + "Output Answer": [ + "-1.0" + ], + "split": "dev" + }, + { + "Input": "Evaluate (623 + -595 - (8 - 0)) + -102.", + "Output Program": [ + "from sympy import *\nprint((623 + -595 - (8 - 0)) + -102)" + ], + "Output Answer": [ + "-82" + ], + "split": "dev" + }, + { + "Input": "((-270)/20)/(-3) + (-6)/(-4)", + "Output Program": [ + "from sympy import *\nprint(((-270)/20)/(-3) + (-6)/(-4))" + ], + "Output Answer": [ + "6.0" + ], + "split": "dev" + }, + { + "Input": "Evaluate 11 - ((38 - 28) + 20 + -9).", + "Output Program": [ + "from sympy import *\nprint(11 - ((38 - 28) + 20 + -9))" + ], + "Output Answer": [ + "-10" + ], + "split": "dev" + }, + { + "Input": "Evaluate ((-33)/(-12) - 33/44) + -7.", + "Output Program": [ + "from sympy import *\nprint(((-33)/(-12) - 33/44) + -7)" + ], + "Output Answer": [ + "-5.0" + ], + "split": "dev" + }, + { + "Input": "-6 + (25 + -7 - -6)", + "Output Program": [ + "from sympy import *\nprint(-6 + (25 + -7 - -6))" + ], + "Output Answer": [ + "18" + ], + "split": "dev" + }, + { + "Input": "(-1)/2 - 1 - (-15)/(-2)", + "Output Program": [ + "from sympy import *\nprint((-1)/2 - 1 - (-15)/(-2))" + ], + "Output Answer": [ + "-9.0" + ], + "split": "dev" + }, + { + "Input": "What is ((-3)/(-5))/((5358/(-9823))/((-40)/(-1606)))?", + "Output Program": [ + "from sympy import *\nprint(((-3)/(-5))/((5358/(-9823))/((-40)/(-1606))))" + ], + "Output Answer": [ + "-0.027397260273972605" + ], + "split": "dev" + }, + { + "Input": "Work out 1464.6 - 18850649.", + "Output Program": [ + "from sympy import *\nprint(1464.6 - 18850649)" + ], + "Output Answer": [ + "-18849184.4" + ], + "split": "dev" + }, + { + "Input": "What is 4104/128 + (-40 - -8)?", + "Output Program": [ + "from sympy import *\nprint(4104/128 + (-40 - -8))" + ], + "Output Answer": [ + "0.0625" + ], + "split": "dev" + }, + { + "Input": "Work out -74191166 * -0.5.", + "Output Program": [ + "from sympy import *\nprint(-74191166 * -0.5)" + ], + "Output Answer": [ + "37095583.0" + ], + "split": "dev" + }, + { + "Input": "Evaluate -3 + -8 + 2 + 4.", + "Output Program": [ + "from sympy import *\nprint(-3 + -8 + 2 + 4)" + ], + "Output Answer": [ + "-5" + ], + "split": "dev" + }, + { + "Input": "What is the value of 6 - 6 - (-6 + 3 + 6)?", + "Output Program": [ + "from sympy import *\nprint(6 - 6 - (-6 + 3 + 6))" + ], + "Output Answer": [ + "-3" + ], + "split": "dev" + }, + { + "Input": "2 times -93.57299", + "Output Program": [ + "from sympy import *\nprint(2 * -93.57299)" + ], + "Output Answer": [ + "-187.14598" + ], + "split": "dev" + }, + { + "Input": "Calculate 2598/29877*46/8.", + "Output Program": [ + "from sympy import *\nprint(2598/29877*46/8)" + ], + "Output Answer": [ + "0.5" + ], + "split": "dev" + }, + { + "Input": "Calculate -67 divided by 122110.", + "Output Program": [ + "from sympy import *\nprint(-67 / 122110)" + ], + "Output Answer": [ + "-0.0005486856113340431" + ], + "split": "dev" + }, + { + "Input": "Calculate 9 - (9 + 8 + 0 + (-5 - 1)).", + "Output Program": [ + "from sympy import *\nprint(9 - (9 + 8 + 0 + (-5 - 1)))" + ], + "Output Answer": [ + "-2" + ], + "split": "dev" + }, + { + "Input": "What is the value of (-50)/8 + (-238)/(-272)*8?", + "Output Program": [ + "from sympy import *\nprint((-50)/8 + (-238)/(-272)*8)" + ], + "Output Answer": [ + "0.75" + ], + "split": "dev" + }, + { + "Input": "Calculate -3643 divided by -855.", + "Output Program": [ + "from sympy import *\nprint(-3643 / -855)" + ], + "Output Answer": [ + "4.260818713450292" + ], + "split": "dev" + }, + { + "Input": "Calculate 5340 divided by 3.", + "Output Program": [ + "from sympy import *\nprint(5340 / 3)" + ], + "Output Answer": [ + "1780.0" + ], + "split": "dev" + }, + { + "Input": "Calculate 3 + -7 + 7 + -9.", + "Output Program": [ + "from sympy import *\nprint(3 + -7 + 7 + -9)" + ], + "Output Answer": [ + "-6" + ], + "split": "dev" + }, + { + "Input": "Calculate ((7/63)/(14*(-9)/108))/(72/27).", + "Output Program": [ + "from sympy import *\nprint(((7/63)/(14*(-9)/108))/(72/27))" + ], + "Output Answer": [ + "-0.03571428571428571" + ], + "split": "dev" + }, + { + "Input": "What is the value of 2 + -14 + 40/(13 + -5) + (-8 - -2)?", + "Output Program": [ + "from sympy import *\nprint(2 + -14 + 40/(13 + -5) + (-8 - -2))" + ], + "Output Answer": [ + "-13.0" + ], + "split": "dev" + }, + { + "Input": "What is ((-408)/(-36) + -10)/(-4)?", + "Output Program": [ + "from sympy import *\nprint(((-408)/(-36) + -10)/(-4))" + ], + "Output Answer": [ + "-0.3333333333333335" + ], + "split": "dev" + }, + { + "Input": "Evaluate (3 - (2 + 3)) + (4 - 4).", + "Output Program": [ + "from sympy import *\nprint((3 - (2 + 3)) + (4 - 4))" + ], + "Output Answer": [ + "-2" + ], + "split": "dev" + }, + { + "Input": "Work out -0.3 * 3.", + "Output Program": [ + "from sympy import *\nprint(-0.3 * 3)" + ], + "Output Answer": [ + "-0.8999999999999999" + ], + "split": "dev" + }, + { + "Input": "What is 4/(-84)*3/(-6)*-12?", + "Output Program": [ + "from sympy import *\nprint(4/(-84)*3/(-6)*-12)" + ], + "Output Answer": [ + "-0.2857142857142857" + ], + "split": "dev" + }, + { + "Input": "Calculate 14 divided by 158.", + "Output Program": [ + "from sympy import *\nprint(14 / 158)" + ], + "Output Answer": [ + "0.08860759493670886" + ], + "split": "dev" + }, + { + "Input": "Calculate 3 divided by -1170.", + "Output Program": [ + "from sympy import *\nprint(3 / -1170)" + ], + "Output Answer": [ + "-0.002564102564102564" + ], + "split": "dev" + }, + { + "Input": "Calculate 5371476 divided by -12.", + "Output Program": [ + "from sympy import *\nprint(5371476 / -12)" + ], + "Output Answer": [ + "-447623.0" + ], + "split": "dev" + }, + { + "Input": "What is (-8*2)/(5580/(-465))?", + "Output Program": [ + "from sympy import *\nprint((-8*2)/(5580/(-465)))" + ], + "Output Answer": [ + "1.3333333333333333" + ], + "split": "dev" + }, + { + "Input": "Calculate 202 divided by -123723.", + "Output Program": [ + "from sympy import *\nprint(202 / -123723)" + ], + "Output Answer": [ + "-0.0016326794532948604" + ], + "split": "dev" + }, + { + "Input": "What is 2 + -21 - (150696/21294)/((-2)/(-13))?", + "Output Program": [ + "from sympy import *\nprint(2 + -21 - (150696/21294)/((-2)/(-13)))" + ], + "Output Answer": [ + "-65.0" + ], + "split": "dev" + }, + { + "Input": "What is -4 - ((8 - -5) + -19)?", + "Output Program": [ + "from sympy import *\nprint(-4 - ((8 - -5) + -19))" + ], + "Output Answer": [ + "2" + ], + "split": "dev" + }, + { + "Input": "Divide 125740 by 6287.", + "Output Program": [ + "from sympy import *\nprint(125740 / 6287)" + ], + "Output Answer": [ + "20.0" + ], + "split": "dev" + }, + { + "Input": "-4 times 8154.853", + "Output Program": [ + "from sympy import *\nprint(-4 * 8154.853)" + ], + "Output Answer": [ + "-32619.412" + ], + "split": "dev" + }, + { + "Input": "Evaluate (-40 - 0) + 84 - 12.", + "Output Program": [ + "from sympy import *\nprint((-40 - 0) + 84 - 12)" + ], + "Output Answer": [ + "32" + ], + "split": "dev" + }, + { + "Input": "Calculate 5*(-3 - (8/(-5) + -2)).", + "Output Program": [ + "from sympy import *\nprint(5*(-3 - (8/(-5) + -2)))" + ], + "Output Answer": [ + "3.0000000000000004" + ], + "split": "dev" + }, + { + "Input": "(11/(374/17))/((-99)/54)", + "Output Program": [ + "from sympy import *\nprint((11/(374/17))/((-99)/54))" + ], + "Output Answer": [ + "-0.27272727272727276" + ], + "split": "dev" + }, + { + "Input": "What is (416/(-208))/((-1)/(301/(-7)))?", + "Output Program": [ + "from sympy import *\nprint((416/(-208))/((-1)/(301/(-7))))" + ], + "Output Answer": [ + "-86.0" + ], + "split": "dev" + }, + { + "Input": "Work out -12 * 2277953.", + "Output Program": [ + "from sympy import *\nprint(-12 * 2277953)" + ], + "Output Answer": [ + "-27335436" + ], + "split": "dev" + }, + { + "Input": "Calculate -25 - 0.046055.", + "Output Program": [ + "from sympy import *\nprint(-25 - 0.046055)" + ], + "Output Answer": [ + "-25.046055" + ], + "split": "test" + }, + { + "Input": "What is -23 + 0 - (15 - 37)?", + "Output Program": [ + "from sympy import *\nprint(-23 + 0 - (15 - 37))" + ], + "Output Answer": [ + "-1" + ], + "split": "test" + }, + { + "Input": "What is (18/77)/((-1620)/(-5940))?", + "Output Program": [ + "from sympy import *\nprint((18/77)/((-1620)/(-5940)))" + ], + "Output Answer": [ + "0.8571428571428572" + ], + "split": "test" + }, + { + "Input": "Calculate 127161660 divided by 4238722.", + "Output Program": [ + "from sympy import *\nprint(127161660 / 4238722)" + ], + "Output Answer": [ + "30.0" + ], + "split": "test" + }, + { + "Input": "-73.71 - 0.07", + "Output Program": [ + "from sympy import *\nprint(-73.71 - 0.07)" + ], + "Output Answer": [ + "-73.77999999999999" + ], + "split": "test" + }, + { + "Input": "Calculate -1*-0.358.", + "Output Program": [ + "from sympy import *\nprint(-1 * -0.358)" + ], + "Output Answer": [ + "0.358" + ], + "split": "test" + }, + { + "Input": "Evaluate (-1)/(-6)*(-136)/(-140454)*9*9.", + "Output Program": [ + "from sympy import *\nprint((-1)/(-6)*(-136)/(-140454)*9*9)" + ], + "Output Answer": [ + "0.0130718954248366" + ], + "split": "test" + }, + { + "Input": "Work out 1984895 * -0.3.", + "Output Program": [ + "from sympy import *\nprint(1984895 * -0.3)" + ], + "Output Answer": [ + "-595468.5" + ], + "split": "test" + }, + { + "Input": "4/6*(-21)/(-28)", + "Output Program": [ + "from sympy import *\nprint(4/6*(-21)/(-28))" + ], + "Output Answer": [ + "0.5" + ], + "split": "test" + }, + { + "Input": "What is -9 - ((1 - 0) + -1 - (-43 - -52))?", + "Output Program": [ + "from sympy import *\nprint(-9 - ((1 - 0) + -1 - (-43 - -52)))" + ], + "Output Answer": [ + "0" + ], + "split": "test" + }, + { + "Input": "What is the value of (7 - 0) + -10 + -3?", + "Output Program": [ + "from sympy import *\nprint((7 - 0) + -10 + -3)" + ], + "Output Answer": [ + "-6" + ], + "split": "test" + }, + { + "Input": "What is (-3 - 1 - (-59 - -79)) + -5?", + "Output Program": [ + "from sympy import *\nprint((-3 - 1 - (-59 - -79)) + -5)" + ], + "Output Answer": [ + "-29" + ], + "split": "test" + }, + { + "Input": "(-9 - -7) + 0 + 3 + 35 + -37", + "Output Program": [ + "from sympy import *\nprint((-9 - -7) + 0 + 3 + 35 + -37)" + ], + "Output Answer": [ + "-1" + ], + "split": "test" + }, + { + "Input": "(294 + -245 - (-4 - -4)) + -22", + "Output Program": [ + "from sympy import *\nprint((294 + -245 - (-4 - -4)) + -22)" + ], + "Output Answer": [ + "27" + ], + "split": "test" + }, + { + "Input": "What is the value of -4 - 5 - -12 - -5?", + "Output Program": [ + "from sympy import *\nprint(-4 - 5 - -12 - -5)" + ], + "Output Answer": [ + "8" + ], + "split": "test" + }, + { + "Input": "45 divided by -2", + "Output Program": [ + "from sympy import *\nprint(45 / -2)" + ], + "Output Answer": [ + "-22.5" + ], + "split": "test" + }, + { + "Input": "Calculate -2*((-68)/(-85))/4*35/798.", + "Output Program": [ + "from sympy import *\nprint(-2*((-68)/(-85))/4*35/798)" + ], + "Output Answer": [ + "-0.017543859649122806" + ], + "split": "test" + }, + { + "Input": "Calculate 63/39*(-74)/(-259).", + "Output Program": [ + "from sympy import *\nprint(63/39*(-74)/(-259))" + ], + "Output Answer": [ + "0.46153846153846156" + ], + "split": "test" + }, + { + "Input": "Evaluate (0 - -9) + 0 + -5.", + "Output Program": [ + "from sympy import *\nprint((0 - -9) + 0 + -5)" + ], + "Output Answer": [ + "4" + ], + "split": "test" + }, + { + "Input": "Evaluate (-15 - 0) + 32 + -8.", + "Output Program": [ + "from sympy import *\nprint((-15 - 0) + 32 + -8)" + ], + "Output Answer": [ + "9" + ], + "split": "test" + }, + { + "Input": "Calculate (18/4 + -1)*(22 + 10 - 28).", + "Output Program": [ + "from sympy import *\nprint((18/4 + -1)*(22 + 10 - 28))" + ], + "Output Answer": [ + "14.0" + ], + "split": "test" + }, + { + "Input": "Calculate (-152)/1748 + 9*(-66)/2691.", + "Output Program": [ + "from sympy import *\nprint((-152)/1748 + 9*(-66)/2691)" + ], + "Output Answer": [ + "-0.3076923076923077" + ], + "split": "test" + }, + { + "Input": "(-4)/35*(9/12)/((-13)/((-8060)/(-31)))", + "Output Program": [ + "from sympy import *\nprint((-4)/35*(9/12)/((-13)/((-8060)/(-31))))" + ], + "Output Answer": [ + "1.7142857142857142" + ], + "split": "test" + }, + { + "Input": "(-3 + -1)*68/(-136)", + "Output Program": [ + "from sympy import *\nprint((-3 + -1)*68/(-136))" + ], + "Output Answer": [ + "2.0" + ], + "split": "test" + }, + { + "Input": "17916/(-1115271)*(-6)/4", + "Output Program": [ + "from sympy import *\nprint(17916/(-1115271)*(-6)/4)" + ], + "Output Answer": [ + "0.024096385542168672" + ], + "split": "test" + }, + { + "Input": "-1 + (-10 - -11 - 7) + -70 + 5", + "Output Program": [ + "from sympy import *\nprint(-1 + (-10 - -11 - 7) + -70 + 5)" + ], + "Output Answer": [ + "-72" + ], + "split": "test" + }, + { + "Input": "What is the value of -3 - (-1 + (-6 - -1 - -5))?", + "Output Program": [ + "from sympy import *\nprint(-3 - (-1 + (-6 - -1 - -5)))" + ], + "Output Answer": [ + "-2" + ], + "split": "test" + }, + { + "Input": "-2948 - -2956 - ((0 - -4) + -3 + -22)", + "Output Program": [ + "from sympy import *\nprint(-2948 - -2956 - ((0 - -4) + -3 + -22))" + ], + "Output Answer": [ + "29" + ], + "split": "test" + }, + { + "Input": "What is (-2157840)/72900*5*(-1)/(-2)?", + "Output Program": [ + "from sympy import *\nprint((-2157840)/72900*5*(-1)/(-2))" + ], + "Output Answer": [ + "-74.0" + ], + "split": "test" + }, + { + "Input": "Work out -291023 * -0.13.", + "Output Program": [ + "from sympy import *\nprint(-291023 * -0.13)" + ], + "Output Answer": [ + "37832.99" + ], + "split": "test" + }, + { + "Input": "Evaluate -5 + -9 + (100 - 66).", + "Output Program": [ + "from sympy import *\nprint(-5 + -9 + (100 - 66))" + ], + "Output Answer": [ + "20" + ], + "split": "test" + }, + { + "Input": "What is (2/182*14 - 329/26)*2?", + "Output Program": [ + "from sympy import *\nprint((2/182*14 - 329/26)*2)" + ], + "Output Answer": [ + "-25.0" + ], + "split": "test" + }, + { + "Input": "What is (-306)/1989*(-182)/168?", + "Output Program": [ + "from sympy import *\nprint((-306)/1989*(-182)/168)" + ], + "Output Answer": [ + "0.16666666666666666" + ], + "split": "test" + }, + { + "Input": "Calculate (6*(-18)/240)/((-18)/(-30)).", + "Output Program": [ + "from sympy import *\nprint((6*(-18)/240)/((-18)/(-30)))" + ], + "Output Answer": [ + "-0.75" + ], + "split": "test" + }, + { + "Input": "What is the value of -16 - (-15 - (6 + -7 - 6))?", + "Output Program": [ + "from sympy import *\nprint(-16 - (-15 - (6 + -7 - 6)))" + ], + "Output Answer": [ + "-8" + ], + "split": "test" + }, + { + "Input": "What is (-2964)/(-26)*(2/16)/(183/244)?", + "Output Program": [ + "from sympy import *\nprint((-2964)/(-26)*(2/16)/(183/244))" + ], + "Output Answer": [ + "19.0" + ], + "split": "test" + }, + { + "Input": "Multiply 6189 and 4.1666.", + "Output Program": [ + "from sympy import *\nprint(6189 * 4.1666)" + ], + "Output Answer": [ + "25787.0874" + ], + "split": "test" + }, + { + "Input": "-0.132*-14", + "Output Program": [ + "from sympy import *\nprint(-0.132 * -14)" + ], + "Output Answer": [ + "1.848" + ], + "split": "test" + }, + { + "Input": "Calculate 227 + -213 + -3 + 2 + -7.", + "Output Program": [ + "from sympy import *\nprint(227 + -213 + -3 + 2 + -7)" + ], + "Output Answer": [ + "6" + ], + "split": "test" + }, + { + "Input": "What is (-2100)/(-6615) + (-28)/(-49)?", + "Output Program": [ + "from sympy import *\nprint((-2100)/(-6615) + (-28)/(-49))" + ], + "Output Answer": [ + "0.8888888888888888" + ], + "split": "test" + }, + { + "Input": "What is (36/(-108))/((-3)/621*3)?", + "Output Program": [ + "from sympy import *\nprint((36/(-108))/((-3)/621*3))" + ], + "Output Answer": [ + "23.0" + ], + "split": "test" + }, + { + "Input": "What is (9*(-5)/(-10))/((-282)/1316)?", + "Output Program": [ + "from sympy import *\nprint((9*(-5)/(-10))/((-282)/1316))" + ], + "Output Answer": [ + "-21.0" + ], + "split": "test" + }, + { + "Input": "What is 10 + (-4 + 6 - (-3 - -6) - 43)?", + "Output Program": [ + "from sympy import *\nprint(10 + (-4 + 6 - (-3 - -6) - 43))" + ], + "Output Answer": [ + "-34" + ], + "split": "test" + }, + { + "Input": "What is the value of (13 + 413/(-21))*486/(-90)?", + "Output Program": [ + "from sympy import *\nprint((13 + 413/(-21))*486/(-90))" + ], + "Output Answer": [ + "36.00000000000001" + ], + "split": "test" + }, + { + "Input": "What is 4 - (6 + -3 - 2)?", + "Output Program": [ + "from sympy import *\nprint(4 - (6 + -3 - 2))" + ], + "Output Answer": [ + "3" + ], + "split": "test" + }, + { + "Input": "What is the value of -11*((-3)/12)/((84/(-16))/(-21))?", + "Output Program": [ + "from sympy import *\nprint(-11*((-3)/12)/((84/(-16))/(-21)))" + ], + "Output Answer": [ + "11.0" + ], + "split": "test" + }, + { + "Input": "What is the value of ((-12)/(-60))/((-4)/840*-6)?", + "Output Program": [ + "from sympy import *\nprint(((-12)/(-60))/((-4)/840*-6))" + ], + "Output Answer": [ + "7.0" + ], + "split": "test" + }, + { + "Input": "What is 8/20*31/((-248)/780)?", + "Output Program": [ + "from sympy import *\nprint(8/20*31/((-248)/780))" + ], + "Output Answer": [ + "-39.0" + ], + "split": "test" + }, + { + "Input": "Evaluate (4 + -5)*8 + (-4)/(16/20).", + "Output Program": [ + "from sympy import *\nprint((4 + -5)*8 + (-4)/(16/20))" + ], + "Output Answer": [ + "-13.0" + ], + "split": "test" + }, + { + "Input": "Calculate -37 divided by 8637579.", + "Output Program": [ + "from sympy import *\nprint(-37 / 8637579)" + ], + "Output Answer": [ + "-4.283607709984476e-06" + ], + "split": "test" + }, + { + "Input": "What is the value of 3 + (-11 - -20) + -18?", + "Output Program": [ + "from sympy import *\nprint(3 + (-11 - -20) + -18)" + ], + "Output Answer": [ + "-6" + ], + "split": "test" + }, + { + "Input": "Calculate 64920/147200 + 440/(-1012).", + "Output Program": [ + "from sympy import *\nprint(64920/147200 + 440/(-1012))" + ], + "Output Answer": [ + "0.006250000000000033" + ], + "split": "test" + }, + { + "Input": "What is (-8)/16*0/(-2)?", + "Output Program": [ + "from sympy import *\nprint((-8)/16*0/(-2))" + ], + "Output Answer": [ + "0.0" + ], + "split": "test" + }, + { + "Input": "(-6 + (4 - 1))*-3 + (-8 - -9)", + "Output Program": [ + "from sympy import *\nprint((-6 + (4 - 1))*-3 + (-8 - -9))" + ], + "Output Answer": [ + "10" + ], + "split": "test" + }, + { + "Input": "What is 36/(-14)*((-936320)/228)/(-88)?", + "Output Program": [ + "from sympy import *\nprint(36/(-14)*((-936320)/228)/(-88))" + ], + "Output Answer": [ + "-120.00000000000001" + ], + "split": "test" + }, + { + "Input": "Evaluate -7 + 1 - (-204 + 194).", + "Output Program": [ + "from sympy import *\nprint(-7 + 1 - (-204 + 194))" + ], + "Output Answer": [ + "4" + ], + "split": "test" + }, + { + "Input": "Calculate 0.7223*6.5.", + "Output Program": [ + "from sympy import *\nprint(0.7223 * 6.5)" + ], + "Output Answer": [ + "4.69495" + ], + "split": "test" + }, + { + "Input": "Work out 2.1857 * 0.2.", + "Output Program": [ + "from sympy import *\nprint(2.1857 * 0.2)" + ], + "Output Answer": [ + "0.4371400000000001" + ], + "split": "test" + }, + { + "Input": "Calculate 0.0556626*0.1.", + "Output Program": [ + "from sympy import *\nprint(0.0556626 * 0.1)" + ], + "Output Answer": [ + "0.00556626" + ], + "split": "test" + }, + { + "Input": "961/124 - 328/41", + "Output Program": [ + "from sympy import *\nprint(961/124 - 328/41)" + ], + "Output Answer": [ + "-0.25" + ], + "split": "test" + }, + { + "Input": "Multiply -9281 and 3.", + "Output Program": [ + "from sympy import *\nprint(-9281 * 3)" + ], + "Output Answer": [ + "-27843" + ], + "split": "test" + }, + { + "Input": "Calculate -156680 divided by -31336.", + "Output Program": [ + "from sympy import *\nprint(-156680 / -31336)" + ], + "Output Answer": [ + "5.0" + ], + "split": "test" + }, + { + "Input": "0 + (-114)/(-15) + -4 + -4", + "Output Program": [ + "from sympy import *\nprint(0 + (-114)/(-15) + -4 + -4)" + ], + "Output Answer": [ + "-0.40000000000000036" + ], + "split": "test" + }, + { + "Input": "Calculate (0 - 9 - -4) + 9.", + "Output Program": [ + "from sympy import *\nprint((0 - 9 - -4) + 9)" + ], + "Output Answer": [ + "4" + ], + "split": "test" + }, + { + "Input": "(102/18 + -6)*3/(-2)", + "Output Program": [ + "from sympy import *\nprint((102/18 + -6)*3/(-2))" + ], + "Output Answer": [ + "0.49999999999999956" + ], + "split": "test" + }, + { + "Input": "What is (-184808)/(-23101) - 12/(-5)*(-88)/12?", + "Output Program": [ + "from sympy import *\nprint((-184808)/(-23101) - 12/(-5)*(-88)/12)" + ], + "Output Answer": [ + "-9.599999999999998" + ], + "split": "test" + }, + { + "Input": "-475644 divided by 118911", + "Output Program": [ + "from sympy import *\nprint(-475644 / 118911)" + ], + "Output Answer": [ + "-4.0" + ], + "split": "test" + }, + { + "Input": "What is ((-3)/((-63)/6))/((5/49560)/(97/2328))?", + "Output Program": [ + "from sympy import *\nprint(((-3)/((-63)/6))/((5/49560)/(97/2328)))" + ], + "Output Answer": [ + "117.99999999999999" + ], + "split": "test" + }, + { + "Input": "Divide -178293 by 89.", + "Output Program": [ + "from sympy import *\nprint(-178293 / 89)" + ], + "Output Answer": [ + "-2003.2921348314608" + ], + "split": "test" + }, + { + "Input": "Multiply 109.2 and 812.", + "Output Program": [ + "from sympy import *\nprint(109.2 * 812)" + ], + "Output Answer": [ + "88670.40000000001" + ], + "split": "test" + }, + { + "Input": "What is 4/((-8)/(-6))*((-5312)/24)/83?", + "Output Program": [ + "from sympy import *\nprint(4/((-8)/(-6))*((-5312)/24)/83)" + ], + "Output Answer": [ + "-8.0" + ], + "split": "test" + }, + { + "Input": "What is -2*2*231/308?", + "Output Program": [ + "from sympy import *\nprint(-2*2*231/308)" + ], + "Output Answer": [ + "-3.0" + ], + "split": "test" + }, + { + "Input": "What is the value of -28 + 0 - (-7 + -6 + 18 + -13)?", + "Output Program": [ + "from sympy import *\nprint(-28 + 0 - (-7 + -6 + 18 + -13))" + ], + "Output Answer": [ + "-20" + ], + "split": "test" + }, + { + "Input": "Evaluate (-3 + 24)/3 + 20/((-15)/(-3)).", + "Output Program": [ + "from sympy import *\nprint((-3 + 24)/3 + 20/((-15)/(-3)))" + ], + "Output Answer": [ + "11.0" + ], + "split": "test" + }, + { + "Input": "Multiply -9810 and 2.", + "Output Program": [ + "from sympy import *\nprint(-9810 * 2)" + ], + "Output Answer": [ + "-19620" + ], + "split": "test" + }, + { + "Input": "What is the value of 1 + -4 + -2 + 3?", + "Output Program": [ + "from sympy import *\nprint(1 + -4 + -2 + 3)" + ], + "Output Answer": [ + "-2" + ], + "split": "test" + }, + { + "Input": "1 + (2 - 9) + (-5 - 16) + 58 + -1", + "Output Program": [ + "from sympy import *\nprint(1 + (2 - 9) + (-5 - 16) + 58 + -1)" + ], + "Output Answer": [ + "30" + ], + "split": "test" + }, + { + "Input": "What is the value of (3232/17088 - (-4)/(-178))/(15/99)?", + "Output Program": [ + "from sympy import *\nprint((3232/17088 - (-4)/(-178))/(15/99))" + ], + "Output Answer": [ + "1.0999999999999999" + ], + "split": "test" + }, + { + "Input": "What is ((-2)/(-8))/((-27)/12 + 1)?", + "Output Program": [ + "from sympy import *\nprint(((-2)/(-8))/((-27)/12 + 1))" + ], + "Output Answer": [ + "-0.2" + ], + "split": "test" + }, + { + "Input": "What is (78/104)/(3/(-11))?", + "Output Program": [ + "from sympy import *\nprint((78/104)/(3/(-11)))" + ], + "Output Answer": [ + "-2.75" + ], + "split": "test" + }, + { + "Input": "Evaluate (-5 + 428/84)*-3*(-16)/(-96)*-33.", + "Output Program": [ + "from sympy import *\nprint((-5 + 428/84)*-3*(-16)/(-96)*-33)" + ], + "Output Answer": [ + "1.5714285714285658" + ], + "split": "test" + }, + { + "Input": "Calculate (22/(-4) + 5)*2.", + "Output Program": [ + "from sympy import *\nprint((22/(-4) + 5)*2)" + ], + "Output Answer": [ + "-1.0" + ], + "split": "test" + }, + { + "Input": "Calculate 20300 - 661709294.", + "Output Program": [ + "from sympy import *\nprint(20300 - 661709294)" + ], + "Output Answer": [ + "-661688994" + ], + "split": "test" + }, + { + "Input": "What is the value of ((5/30)/1*-2)/(-1)*-1?", + "Output Program": [ + "from sympy import *\nprint(((5/30)/1*-2)/(-1)*-1)" + ], + "Output Answer": [ + "-0.3333333333333333" + ], + "split": "test" + }, + { + "Input": "Calculate 0 + (9 - -1 - (-8 + 24 + -17)) + -54.", + "Output Program": [ + "from sympy import *\nprint(0 + (9 - -1 - (-8 + 24 + -17)) + -54)" + ], + "Output Answer": [ + "-43" + ], + "split": "test" + }, + { + "Input": "4/162*5514/(-22975)*(-50)/4", + "Output Program": [ + "from sympy import *\nprint(4/162*5514/(-22975)*(-50)/4)" + ], + "Output Answer": [ + "0.07407407407407408" + ], + "split": "test" + }, + { + "Input": "What is the value of 0 - -5 - (133 - 114)?", + "Output Program": [ + "from sympy import *\nprint(0 - -5 - (133 - 114))" + ], + "Output Answer": [ + "-14" + ], + "split": "test" + }, + { + "Input": "What is (-6)/((8/6)/((-140)/(-105)))?", + "Output Program": [ + "from sympy import *\nprint((-6)/((8/6)/((-140)/(-105))))" + ], + "Output Answer": [ + "-6.0" + ], + "split": "test" + }, + { + "Input": "Calculate -3 divided by 674.", + "Output Program": [ + "from sympy import *\nprint(-3 / 674)" + ], + "Output Answer": [ + "-0.004451038575667656" + ], + "split": "test" + }, + { + "Input": "What is the value of -5 + -22 - (-3 - -8*5/10)?", + "Output Program": [ + "from sympy import *\nprint(-5 + -22 - (-3 - -8*5/10))" + ], + "Output Answer": [ + "-28.0" + ], + "split": "test" + }, + { + "Input": "Evaluate 10*4968/(-4416)*((-8)/3)/(-2).", + "Output Program": [ + "from sympy import *\nprint(10*4968/(-4416)*((-8)/3)/(-2))" + ], + "Output Answer": [ + "-15.0" + ], + "split": "test" + }, + { + "Input": "Divide 1115798 by -4.", + "Output Program": [ + "from sympy import *\nprint(1115798 / -4)" + ], + "Output Answer": [ + "-278949.5" + ], + "split": "test" + }, + { + "Input": "(-3)/9*-9*(-3)/18", + "Output Program": [ + "from sympy import *\nprint((-3)/9*-9*(-3)/18)" + ], + "Output Answer": [ + "-0.5" + ], + "split": "test" + }, + { + "Input": "What is the value of (4/2)/(3/(-3))?", + "Output Program": [ + "from sympy import *\nprint((4/2)/(3/(-3)))" + ], + "Output Answer": [ + "-2.0" + ], + "split": "test" + }, + { + "Input": "Divide 73893 by 5.", + "Output Program": [ + "from sympy import *\nprint(73893 / 5)" + ], + "Output Answer": [ + "14778.6" + ], + "split": "test" + }, + { + "Input": "20/(300/(-70)*49/(-28))", + "Output Program": [ + "from sympy import *\nprint(20/(300/(-70)*49/(-28)))" + ], + "Output Answer": [ + "2.6666666666666665" + ], + "split": "test" + }, + { + "Input": "Calculate -38214 divided by -33.", + "Output Program": [ + "from sympy import *\nprint(-38214 / -33)" + ], + "Output Answer": [ + "1158.0" + ], + "split": "test" + }, + { + "Input": "What is 11 - 0 - (-6 - (-4 - 7))?", + "Output Program": [ + "from sympy import *\nprint(11 - 0 - (-6 - (-4 - 7)))" + ], + "Output Answer": [ + "6" + ], + "split": "test" + }, + { + "Input": "What is the value of (-2*(-3)/6)/((-12)/1404*9)?", + "Output Program": [ + "from sympy import *\nprint((-2*(-3)/6)/((-12)/1404*9))" + ], + "Output Answer": [ + "-13.0" + ], + "split": "test" + }, + { + "Input": "-816*-0.07", + "Output Program": [ + "from sympy import *\nprint(-816 * -0.07)" + ], + "Output Answer": [ + "57.120000000000005" + ], + "split": "test" + }, + { + "Input": "Evaluate -6 - -4 - 24 - -19.", + "Output Program": [ + "from sympy import *\nprint(-6 - -4 - 24 - -19)" + ], + "Output Answer": [ + "-7" + ], + "split": "test" + }, + { + "Input": "-62 divided by 31", + "Output Program": [ + "from sympy import *\nprint(-62 / 31)" + ], + "Output Answer": [ + "-2.0" + ], + "split": "test" + }, + { + "Input": "-254073 - -1185014", + "Output Program": [ + "from sympy import *\nprint(-254073 - -1185014)" + ], + "Output Answer": [ + "930941" + ], + "split": "test" + }, + { + "Input": "What is the value of 4*(-9)/108 - 28/6?", + "Output Program": [ + "from sympy import *\nprint(4*(-9)/108 - 28/6)" + ], + "Output Answer": [ + "-5.0" + ], + "split": "test" + }, + { + "Input": "Evaluate (28/10 - 5282/1900)/(2/20*-6).", + "Output Program": [ + "from sympy import *\nprint((28/10 - 5282/1900)/(2/20*-6))" + ], + "Output Answer": [ + "-0.03333333333333336" + ], + "split": "test" + }, + { + "Input": "Evaluate (4/(-6))/((-28)/70) - -2.", + "Output Program": [ + "from sympy import *\nprint((4/(-6))/((-28)/70) - -2)" + ], + "Output Answer": [ + "3.6666666666666665" + ], + "split": "test" + }, + { + "Input": "Divide 12948 by 3237.", + "Output Program": [ + "from sympy import *\nprint(12948 / 3237)" + ], + "Output Answer": [ + "4.0" + ], + "split": "test" + }, + { + "Input": "Work out -5.052298904886 - -1.", + "Output Program": [ + "from sympy import *\nprint(-5.052298904886 - -1)" + ], + "Output Answer": [ + "-4.052298904886" + ], + "split": "test" + }, + { + "Input": "Evaluate (18/(-4)*146/(-3723))/((-3)/(-2)).", + "Output Program": [ + "from sympy import *\nprint((18/(-4)*146/(-3723))/((-3)/(-2)))" + ], + "Output Answer": [ + "0.11764705882352942" + ], + "split": "test" + }, + { + "Input": "(-140)/(2254/1104*-12)", + "Output Program": [ + "from sympy import *\nprint((-140)/(2254/1104*-12))" + ], + "Output Answer": [ + "5.714285714285714" + ], + "split": "test" + }, + { + "Input": "What is the value of ((-153)/408)/((-11)/132)?", + "Output Program": [ + "from sympy import *\nprint(((-153)/408)/((-11)/132))" + ], + "Output Answer": [ + "4.5" + ], + "split": "test" + }, + { + "Input": "Divide 1 by -341367.", + "Output Program": [ + "from sympy import *\nprint(1 / -341367)" + ], + "Output Answer": [ + "-2.929398565180583e-06" + ], + "split": "test" + }, + { + "Input": "What is ((-39)/18 + 1)/((-336)/144)?", + "Output Program": [ + "from sympy import *\nprint(((-39)/18 + 1)/((-336)/144))" + ], + "Output Answer": [ + "0.4999999999999999" + ], + "split": "test" + }, + { + "Input": "Evaluate (342/((-342)/19))/1.", + "Output Program": [ + "from sympy import *\nprint((342/((-342)/19))/1)" + ], + "Output Answer": [ + "-19.0" + ], + "split": "test" + }, + { + "Input": "Calculate -17 + (21 - (-14 - -11)) + -9 + 5.", + "Output Program": [ + "from sympy import *\nprint(-17 + (21 - (-14 - -11)) + -9 + 5)" + ], + "Output Answer": [ + "3" + ], + "split": "test" + }, + { + "Input": "(-8 + 7 - -5) + -20 - (-3 - 3)", + "Output Program": [ + "from sympy import *\nprint((-8 + 7 - -5) + -20 - (-3 - 3))" + ], + "Output Answer": [ + "-10" + ], + "split": "test" + }, + { + "Input": "What is the value of (153 - -12)*(-280)/(-840)?", + "Output Program": [ + "from sympy import *\nprint((153 - -12)*(-280)/(-840))" + ], + "Output Answer": [ + "55.0" + ], + "split": "test" + }, + { + "Input": "0.15*12984", + "Output Program": [ + "from sympy import *\nprint(0.15 * 12984)" + ], + "Output Answer": [ + "1947.6" + ], + "split": "test" + }, + { + "Input": "Calculate 624977*-3.", + "Output Program": [ + "from sympy import *\nprint(624977 * -3)" + ], + "Output Answer": [ + "-1874931" + ], + "split": "test" + }, + { + "Input": "Evaluate (-2)/(((-1)/90*-5)/((-60)/60)).", + "Output Program": [ + "from sympy import *\nprint((-2)/(((-1)/90*-5)/((-60)/60)))" + ], + "Output Answer": [ + "36.0" + ], + "split": "test" + }, + { + "Input": "5 + -31 + 182 + -161", + "Output Program": [ + "from sympy import *\nprint(5 + -31 + 182 + -161)" + ], + "Output Answer": [ + "-5" + ], + "split": "test" + }, + { + "Input": "Calculate -0.11871382*4.", + "Output Program": [ + "from sympy import *\nprint(-0.11871382 * 4)" + ], + "Output Answer": [ + "-0.47485528" + ], + "split": "test" + }, + { + "Input": "-11023944 divided by -8088", + "Output Program": [ + "from sympy import *\nprint(-11023944 / -8088)" + ], + "Output Answer": [ + "1363.0" + ], + "split": "test" + }, + { + "Input": "-29 - (-21 + 8) - (-5 + 1)", + "Output Program": [ + "from sympy import *\nprint(-29 - (-21 + 8) - (-5 + 1))" + ], + "Output Answer": [ + "-12" + ], + "split": "test" + }, + { + "Input": "Calculate ((24/72)/((-16)/(-9)))/(28/(-56)).", + "Output Program": [ + "from sympy import *\nprint(((24/72)/((-16)/(-9)))/(28/(-56)))" + ], + "Output Answer": [ + "-0.375" + ], + "split": "test" + }, + { + "Input": "Calculate ((-11264)/(-132))/16*(9/(-2))/3.", + "Output Program": [ + "from sympy import *\nprint(((-11264)/(-132))/16*(9/(-2))/3)" + ], + "Output Answer": [ + "-8.0" + ], + "split": "test" + }, + { + "Input": "(-8)/(-6) + 392/(-420)", + "Output Program": [ + "from sympy import *\nprint((-8)/(-6) + 392/(-420))" + ], + "Output Answer": [ + "0.3999999999999999" + ], + "split": "test" + }, + { + "Input": "Work out -2.6 * 55116.", + "Output Program": [ + "from sympy import *\nprint(-2.6 * 55116)" + ], + "Output Answer": [ + "-143301.6" + ], + "split": "test" + }, + { + "Input": "What is the value of (-6*(-4)/(-66))/(15*(-18)/(-270))?", + "Output Program": [ + "from sympy import *\nprint((-6*(-4)/(-66))/(15*(-18)/(-270)))" + ], + "Output Answer": [ + "-0.36363636363636365" + ], + "split": "test" + }, + { + "Input": "What is the value of 2 + (-1 - (2 - (3 - 1)))?", + "Output Program": [ + "from sympy import *\nprint(2 + (-1 - (2 - (3 - 1))))" + ], + "Output Answer": [ + "1" + ], + "split": "test" + }, + { + "Input": "Calculate 1 - (8 - 8 - (1 + 2)).", + "Output Program": [ + "from sympy import *\nprint(1 - (8 - 8 - (1 + 2)))" + ], + "Output Answer": [ + "4" + ], + "split": "test" + }, + { + "Input": "Calculate -7541732 divided by -342806.", + "Output Program": [ + "from sympy import *\nprint(-7541732 / -342806)" + ], + "Output Answer": [ + "22.0" + ], + "split": "test" + }, + { + "Input": "What is the value of ((4 + 1 - 2)/5)/(6/(-8))?", + "Output Program": [ + "from sympy import *\nprint(((4 + 1 - 2)/5)/(6/(-8)))" + ], + "Output Answer": [ + "-0.7999999999999999" + ], + "split": "test" + } + ], + "Metadata": [] +} \ No newline at end of file