{"id": 1, "question": "Simplify the following expression ((7 * (4 * 1 + 3)) + (1 * 4)) where + has priority over *.", "expression": "((7 * (4 * 1 + 3)) + (1 * 4))", "think": ["1 + 3 = 4", "4 * 4 = 16", "7 * 16 = 112", "1 * 4 = 4", "112 + 4 = 116"], "answer": 116, "settings": "dp_ 2 -2 "} {"id": 2, "question": "Simplify the following expression ((1 * (4 * 4 + 1)) * (3 + 9)) where + has priority over *.", "expression": "((1 * (4 * 4 + 1)) * (3 + 9))", "think": ["4 + 1 = 5", "4 * 5 = 20", "1 * 20 = 20", "3 + 9 = 12", "20 * 12 = 240"], "answer": 240, "settings": "dp_ 2 -2 "} {"id": 3, "question": "Simplify the following expression ((2 + (8 + 4 + 1)) * (3 * 9)) where + has priority over *.", "expression": "((2 + (8 + 4 + 1)) * (3 * 9))", "think": ["8 + 4 = 12", "12 + 1 = 13", "2 + 13 = 15", "3 * 9 = 27", "15 * 27 = 405"], "answer": 405, "settings": "dp_ 2 -2 "} {"id": 4, "question": "Simplify the following expression ((5 * 8) + ((1 * 7 * 4) + 3)) where + has priority over *.", "expression": "((5 * 8) + ((1 * 7 * 4) + 3))", "think": ["5 * 8 = 40", "1 * 7 = 7", "7 * 4 = 28", "28 + 3 = 31", "40 + 31 = 71"], "answer": 71, "settings": "dp_ 2 -2 "} {"id": 5, "question": "Simplify the following expression ((5 * 3) + ((7 + 7 + 1) * 0)) where + has priority over *.", "expression": "((5 * 3) + ((7 + 7 + 1) * 0))", "think": ["5 * 3 = 15", "7 + 7 = 14", "14 + 1 = 15", "15 * 0 = 0", "15 + 0 = 15"], "answer": 15, "settings": "dp_ 2 -2 "} {"id": 6, "question": "Simplify the following expression ((6 * (3 * 4 * 4)) * (9 * 8)) where + has priority over *.", "expression": "((6 * (3 * 4 * 4)) * (9 * 8))", "think": ["3 * 4 = 12", "12 * 4 = 48", "6 * 48 = 288", "9 * 8 = 72", "288 * 72 = 20736"], "answer": 20736, "settings": "dp_ 2 -2 "} {"id": 7, "question": "Simplify the following expression (((6 * 6 * 7) * 9) + (4 + 8)) where + has priority over *.", "expression": "(((6 * 6 * 7) * 9) + (4 + 8))", "think": ["6 * 6 = 36", "36 * 7 = 252", "252 * 9 = 2268", "4 + 8 = 12", "2268 + 12 = 2280"], "answer": 2280, "settings": "dp_ 2 -2 "} {"id": 8, "question": "Simplify the following expression ((5 * 0) * (0 * (2 + 3 * 2 + 2))) where + has priority over *.", "expression": "((5 * 0) * (0 * (2 + 3 * 2 + 2)))", "think": ["5 * 0 = 0", "2 + 3 = 5", "2 + 2 = 4", "5 * 4 = 20", "0 * 20 = 0", "0 * 0 = 0"], "answer": 0, "settings": "dp_ 2 -2 "} {"id": 9, "question": "Simplify the following expression ((1 + 0) + (0 + (2 + 5 + 4 + 2))) where + has priority over *.", "expression": "((1 + 0) + (0 + (2 + 5 + 4 + 2)))", "think": ["1 + 0 = 1", "2 + 5 = 7", "7 + 4 = 11", "11 + 2 = 13", "0 + 13 = 13", "1 + 13 = 14"], "answer": 14, "settings": "dp_ 2 -2 "} {"id": 10, "question": "Simplify the following expression ((8 * 4) + ((2 + 5 + 8) * 7)) where + has priority over *.", "expression": "((8 * 4) + ((2 + 5 + 8) * 7))", "think": ["8 * 4 = 32", "2 + 5 = 7", "7 + 8 = 15", "15 * 7 = 105", "32 + 105 = 137"], "answer": 137, "settings": "dp_ 2 -2 "} {"id": 11, "question": "Simplify the following expression ((2 + (1 + 4 * 9 * 1)) + (4 * 3)) where + has priority over *.", "expression": "((2 + (1 + 4 * 9 * 1)) + (4 * 3))", "think": ["1 + 4 = 5", "5 * 9 = 45", "45 * 1 = 45", "2 + 45 = 47", "4 * 3 = 12", "47 + 12 = 59"], "answer": 59, "settings": "dp_ 2 -2 "} {"id": 12, "question": "Simplify the following expression ((6 + 9) + (9 * (0 + 2 + 2 + 3))) where + has priority over *.", "expression": "((6 + 9) + (9 * (0 + 2 + 2 + 3)))", "think": ["6 + 9 = 15", "0 + 2 = 2", "2 + 2 = 4", "4 + 3 = 7", "9 * 7 = 63", "15 + 63 = 78"], "answer": 78, "settings": "dp_ 2 -2 "} {"id": 13, "question": "Simplify the following expression ((7 * (7 * 8 + 3)) * (5 + 4)) where + has priority over *.", "expression": "((7 * (7 * 8 + 3)) * (5 + 4))", "think": ["8 + 3 = 11", "7 * 11 = 77", "7 * 77 = 539", "5 + 4 = 9", "539 * 9 = 4851"], "answer": 4851, "settings": "dp_ 2 -2 "} {"id": 14, "question": "Simplify the following expression ((3 * 5) * ((1 * 5 * 7 * 7) + 6)) where + has priority over *.", "expression": "((3 * 5) * ((1 * 5 * 7 * 7) + 6))", "think": ["3 * 5 = 15", "1 * 5 = 5", "5 * 7 = 35", "35 * 7 = 245", "245 + 6 = 251", "15 * 251 = 3765"], "answer": 3765, "settings": "dp_ 2 -2 "} {"id": 15, "question": "Simplify the following expression ((0 + 1) * ((9 + 5 * 3 + 1) + 0)) where + has priority over *.", "expression": "((0 + 1) * ((9 + 5 * 3 + 1) + 0))", "think": ["0 + 1 = 1", "9 + 5 = 14", "3 + 1 = 4", "14 * 4 = 56", "56 + 0 = 56", "1 * 56 = 56"], "answer": 56, "settings": "dp_ 2 -2 "} {"id": 16, "question": "Simplify the following expression ((9 * 5) + (4 + (2 + 4 * 9))) where + has priority over *.", "expression": "((9 * 5) + (4 + (2 + 4 * 9)))", "think": ["9 * 5 = 45", "2 + 4 = 6", "6 * 9 = 54", "4 + 54 = 58", "45 + 58 = 103"], "answer": 103, "settings": "dp_ 2 -2 "} {"id": 17, "question": "Simplify the following expression ((3 + 7) + (3 + (2 + 8 * 1))) where + has priority over *.", "expression": "((3 + 7) + (3 + (2 + 8 * 1)))", "think": ["3 + 7 = 10", "2 + 8 = 10", "10 * 1 = 10", "3 + 10 = 13", "10 + 13 = 23"], "answer": 23, "settings": "dp_ 2 -2 "} {"id": 18, "question": "Simplify the following expression ((2 * (9 * 6 * 3 * 8)) + (9 + 3)) where + has priority over *.", "expression": "((2 * (9 * 6 * 3 * 8)) + (9 + 3))", "think": ["9 * 6 = 54", "54 * 3 = 162", "162 * 8 = 1296", "2 * 1296 = 2592", "9 + 3 = 12", "2592 + 12 = 2604"], "answer": 2604, "settings": "dp_ 2 -2 "} {"id": 19, "question": "Simplify the following expression ((8 * (8 + 0 + 4 + 7)) + (3 * 7)) where + has priority over *.", "expression": "((8 * (8 + 0 + 4 + 7)) + (3 * 7))", "think": ["8 + 0 = 8", "8 + 4 = 12", "12 + 7 = 19", "8 * 19 = 152", "3 * 7 = 21", "152 + 21 = 173"], "answer": 173, "settings": "dp_ 2 -2 "} {"id": 20, "question": "Simplify the following expression (((2 * 5 + 4 + 3) + 0) * (9 * 7)) where + has priority over *.", "expression": "(((2 * 5 + 4 + 3) + 0) * (9 * 7))", "think": ["5 + 4 = 9", "9 + 3 = 12", "2 * 12 = 24", "24 + 0 = 24", "9 * 7 = 63", "24 * 63 = 1512"], "answer": 1512, "settings": "dp_ 2 -2 "} {"id": 21, "question": "Simplify the following expression ((3 * 7) * (3 + (8 + 9 + 9 * 1))) where + has priority over *.", "expression": "((3 * 7) * (3 + (8 + 9 + 9 * 1)))", "think": ["3 * 7 = 21", "8 + 9 = 17", "17 + 9 = 26", "26 * 1 = 26", "3 + 26 = 29", "21 * 29 = 609"], "answer": 609, "settings": "dp_ 2 -2 "} {"id": 22, "question": "Simplify the following expression (((2 * 6 + 4) + 9) + (2 * 8)) where + has priority over *.", "expression": "(((2 * 6 + 4) + 9) + (2 * 8))", "think": ["6 + 4 = 10", "2 * 10 = 20", "20 + 9 = 29", "2 * 8 = 16", "29 + 16 = 45"], "answer": 45, "settings": "dp_ 2 -2 "} {"id": 23, "question": "Simplify the following expression ((1 + 6) + ((3 + 6 * 3 + 0) * 9)) where + has priority over *.", "expression": "((1 + 6) + ((3 + 6 * 3 + 0) * 9))", "think": ["1 + 6 = 7", "3 + 6 = 9", "3 + 0 = 3", "9 * 3 = 27", "27 * 9 = 243", "7 + 243 = 250"], "answer": 250, "settings": "dp_ 2 -2 "} {"id": 24, "question": "Simplify the following expression ((6 * 6) + ((6 + 6 + 4) * 4)) where + has priority over *.", "expression": "((6 * 6) + ((6 + 6 + 4) * 4))", "think": ["6 * 6 = 36", "6 + 6 = 12", "12 + 4 = 16", "16 * 4 = 64", "36 + 64 = 100"], "answer": 100, "settings": "dp_ 2 -2 "} {"id": 25, "question": "Simplify the following expression (((1 * 2 * 2) * 2) + (9 + 7)) where + has priority over *.", "expression": "(((1 * 2 * 2) * 2) + (9 + 7))", "think": ["1 * 2 = 2", "2 * 2 = 4", "4 * 2 = 8", "9 + 7 = 16", "8 + 16 = 24"], "answer": 24, "settings": "dp_ 2 -2 "} {"id": 26, "question": "Simplify the following expression (((2 * 5 + 8) + 7) + (7 * 1)) where + has priority over *.", "expression": "(((2 * 5 + 8) + 7) + (7 * 1))", "think": ["5 + 8 = 13", "2 * 13 = 26", "26 + 7 = 33", "7 * 1 = 7", "33 + 7 = 40"], "answer": 40, "settings": "dp_ 2 -3 "} {"id": 27, "question": "Simplify the following expression (((9 * 2 * 7 * 3) + 5) * (1 * 4)) where + has priority over *.", "expression": "(((9 * 2 * 7 * 3) + 5) * (1 * 4))", "think": ["9 * 2 = 18", "18 * 7 = 126", "126 * 3 = 378", "378 + 5 = 383", "1 * 4 = 4", "383 * 4 = 1532"], "answer": 1532, "settings": "dp_ 2 -3 "} {"id": 28, "question": "Simplify the following expression (((8 + 4 + 1) * 2) + (7 * 3)) where + has priority over *.", "expression": "(((8 + 4 + 1) * 2) + (7 * 3))", "think": ["8 + 4 = 12", "12 + 1 = 13", "13 * 2 = 26", "7 * 3 = 21", "26 + 21 = 47"], "answer": 47, "settings": "dp_ 2 -3 "} {"id": 29, "question": "Simplify the following expression ((5 * 8) + ((1 * 7 * 4) + 3)) where + has priority over *.", "expression": "((5 * 8) + ((1 * 7 * 4) + 3))", "think": ["5 * 8 = 40", "1 * 7 = 7", "7 * 4 = 28", "28 + 3 = 31", "40 + 31 = 71"], "answer": 71, "settings": "dp_ 2 -3 "} {"id": 30, "question": "Simplify the following expression ((5 * 3) + ((5 * 7 + 0) * 0)) where + has priority over *.", "expression": "((5 * 3) + ((5 * 7 + 0) * 0))", "think": ["5 * 3 = 15", "7 + 0 = 7", "5 * 7 = 35", "35 * 0 = 0", "15 + 0 = 15"], "answer": 15, "settings": "dp_ 2 -3 "} {"id": 31, "question": "Simplify the following expression ((6 * 6) + (9 * (3 * 4 * 4))) where + has priority over *.", "expression": "((6 * 6) + (9 * (3 * 4 * 4)))", "think": ["6 * 6 = 36", "3 * 4 = 12", "12 * 4 = 48", "9 * 48 = 432", "36 + 432 = 468"], "answer": 468, "settings": "dp_ 2 -3 "} {"id": 32, "question": "Simplify the following expression (((6 * 6 * 4) * 9) + (4 + 8)) where + has priority over *.", "expression": "(((6 * 6 * 4) * 9) + (4 + 8))", "think": ["6 * 6 = 36", "36 * 4 = 144", "144 * 9 = 1296", "4 + 8 = 12", "1296 + 12 = 1308"], "answer": 1308, "settings": "dp_ 2 -3 "} {"id": 33, "question": "Simplify the following expression ((5 * 5) * (6 + (1 + 2 + 8))) where + has priority over *.", "expression": "((5 * 5) * (6 + (1 + 2 + 8)))", "think": ["5 * 5 = 25", "1 + 2 = 3", "3 + 8 = 11", "6 + 11 = 17", "25 * 17 = 425"], "answer": 425, "settings": "dp_ 2 -3 "} {"id": 34, "question": "Simplify the following expression (((0 + 8 + 7 * 4) * 2) + (1 + 1)) where + has priority over *.", "expression": "(((0 + 8 + 7 * 4) * 2) + (1 + 1))", "think": ["0 + 8 = 8", "8 + 7 = 15", "15 * 4 = 60", "60 * 2 = 120", "1 + 1 = 2", "120 + 2 = 122"], "answer": 122, "settings": "dp_ 2 -3 "} {"id": 35, "question": "Simplify the following expression ((1 + 2) + (9 + (4 * 4 * 6))) where + has priority over *.", "expression": "((1 + 2) + (9 + (4 * 4 * 6)))", "think": ["1 + 2 = 3", "4 * 4 = 16", "16 * 6 = 96", "9 + 96 = 105", "3 + 105 = 108"], "answer": 108, "settings": "dp_ 2 -3 "} {"id": 36, "question": "Simplify the following expression ((5 + (7 + 5 + 4 + 1)) * (8 + 2)) where + has priority over *.", "expression": "((5 + (7 + 5 + 4 + 1)) * (8 + 2))", "think": ["7 + 5 = 12", "12 + 4 = 16", "16 + 1 = 17", "5 + 17 = 22", "8 + 2 = 10", "22 * 10 = 220"], "answer": 220, "settings": "dp_ 2 -3 "} {"id": 37, "question": "Simplify the following expression ((4 + 7) * ((9 * 7 * 2) + 3)) where + has priority over *.", "expression": "((4 + 7) * ((9 * 7 * 2) + 3))", "think": ["4 + 7 = 11", "9 * 7 = 63", "63 * 2 = 126", "126 + 3 = 129", "11 * 129 = 1419"], "answer": 1419, "settings": "dp_ 2 -3 "} {"id": 38, "question": "Simplify the following expression ((2 + 3) + ((7 + 9 * 4) + 3)) where + has priority over *.", "expression": "((2 + 3) + ((7 + 9 * 4) + 3))", "think": ["2 + 3 = 5", "7 + 9 = 16", "16 * 4 = 64", "64 + 3 = 67", "5 + 67 = 72"], "answer": 72, "settings": "dp_ 2 -3 "} {"id": 39, "question": "Simplify the following expression ((7 * 8) + ((9 * 9 + 5) * 3)) where + has priority over *.", "expression": "((7 * 8) + ((9 * 9 + 5) * 3))", "think": ["7 * 8 = 56", "9 + 5 = 14", "9 * 14 = 126", "126 * 3 = 378", "56 + 378 = 434"], "answer": 434, "settings": "dp_ 2 -3 "} {"id": 40, "question": "Simplify the following expression ((5 * 1) + (5 + (7 * 7 + 0))) where + has priority over *.", "expression": "((5 * 1) + (5 + (7 * 7 + 0)))", "think": ["5 * 1 = 5", "7 + 0 = 7", "7 * 7 = 49", "5 + 49 = 54", "5 + 54 = 59"], "answer": 59, "settings": "dp_ 2 -3 "} {"id": 41, "question": "Simplify the following expression (((9 + 3 + 5 + 8) + 0) + (8 * 1)) where + has priority over *.", "expression": "(((9 + 3 + 5 + 8) + 0) + (8 * 1))", "think": ["9 + 3 = 12", "12 + 5 = 17", "17 + 8 = 25", "25 + 0 = 25", "8 * 1 = 8", "25 + 8 = 33"], "answer": 33, "settings": "dp_ 2 -3 "} {"id": 42, "question": "Simplify the following expression ((2 * (2 + 6 + 3)) * (4 * 2)) where + has priority over *.", "expression": "((2 * (2 + 6 + 3)) * (4 * 2))", "think": ["2 + 6 = 8", "8 + 3 = 11", "2 * 11 = 22", "4 * 2 = 8", "22 * 8 = 176"], "answer": 176, "settings": "dp_ 2 -3 "} {"id": 43, "question": "Simplify the following expression ((3 + (5 + 1 * 2)) * (7 * 2)) where + has priority over *.", "expression": "((3 + (5 + 1 * 2)) * (7 * 2))", "think": ["5 + 1 = 6", "6 * 2 = 12", "3 + 12 = 15", "7 * 2 = 14", "15 * 14 = 210"], "answer": 210, "settings": "dp_ 2 -3 "} {"id": 44, "question": "Simplify the following expression ((5 + 2) + (3 * (8 * 0 * 4))) where + has priority over *.", "expression": "((5 + 2) + (3 * (8 * 0 * 4)))", "think": ["5 + 2 = 7", "8 * 0 = 0", "0 * 4 = 0", "3 * 0 = 0", "7 + 0 = 7"], "answer": 7, "settings": "dp_ 2 -3 "} {"id": 45, "question": "Simplify the following expression (((8 + 8 * 5) * 2) + (4 + 2)) where + has priority over *.", "expression": "(((8 + 8 * 5) * 2) + (4 + 2))", "think": ["8 + 8 = 16", "16 * 5 = 80", "80 * 2 = 160", "4 + 2 = 6", "160 + 6 = 166"], "answer": 166, "settings": "dp_ 2 -3 "} {"id": 46, "question": "Simplify the following expression ((0 + (2 * 5 * 3)) + (9 * 0)) where + has priority over *.", "expression": "((0 + (2 * 5 * 3)) + (9 * 0))", "think": ["2 * 5 = 10", "10 * 3 = 30", "0 + 30 = 30", "9 * 0 = 0", "30 + 0 = 30"], "answer": 30, "settings": "dp_ 2 -3 "} {"id": 47, "question": "Simplify the following expression ((6 + (4 + 6 + 2 * 1)) + (3 * 7)) where + has priority over *.", "expression": "((6 + (4 + 6 + 2 * 1)) + (3 * 7))", "think": ["4 + 6 = 10", "10 + 2 = 12", "12 * 1 = 12", "6 + 12 = 18", "3 * 7 = 21", "18 + 21 = 39"], "answer": 39, "settings": "dp_ 2 -3 "} {"id": 48, "question": "Simplify the following expression (((2 * 6 + 4) + 9) + (2 * 8)) where + has priority over *.", "expression": "(((2 * 6 + 4) + 9) + (2 * 8))", "think": ["6 + 4 = 10", "2 * 10 = 20", "20 + 9 = 29", "2 * 8 = 16", "29 + 16 = 45"], "answer": 45, "settings": "dp_ 2 -3 "} {"id": 49, "question": "Simplify the following expression ((1 + 6) + ((1 * 3 + 2) * 9)) where + has priority over *.", "expression": "((1 + 6) + ((1 * 3 + 2) * 9))", "think": ["1 + 6 = 7", "3 + 2 = 5", "1 * 5 = 5", "5 * 9 = 45", "7 + 45 = 52"], "answer": 52, "settings": "dp_ 2 -3 "} {"id": 50, "question": "Simplify the following expression ((0 + 1) * ((4 * 5 * 9 * 2) * 6)) where + has priority over *.", "expression": "((0 + 1) * ((4 * 5 * 9 * 2) * 6))", "think": ["0 + 1 = 1", "4 * 5 = 20", "20 * 9 = 180", "180 * 2 = 360", "360 * 6 = 2160", "1 * 2160 = 2160"], "answer": 2160, "settings": "dp_ 2 -3 "} {"id": 51, "question": "Simplify the following expression (((1 * 8) * ((4 * 4 + 1) * 3)) + ((1 * 4) * (3 + 9))) where + has priority over *.", "expression": "(((1 * 8) * ((4 * 4 + 1) * 3)) + ((1 * 4) * (3 + 9)))", "think": ["1 * 8 = 8", "4 + 1 = 5", "4 * 5 = 20", "20 * 3 = 60", "8 * 60 = 480", "1 * 4 = 4", "3 + 9 = 12", "4 * 12 = 48", "480 + 48 = 528"], "answer": 528, "settings": "dp_ 3 -2 "} {"id": 52, "question": "Simplify the following expression (((5 + 7) + (9 + 2)) * (((8 * 3 + 4) * 3) * (1 + 2))) where + has priority over *.", "expression": "(((5 + 7) + (9 + 2)) * (((8 * 3 + 4) * 3) * (1 + 2)))", "think": ["5 + 7 = 12", "9 + 2 = 11", "12 + 11 = 23", "3 + 4 = 7", "8 * 7 = 56", "56 * 3 = 168", "1 + 2 = 3", "168 * 3 = 504", "23 * 504 = 11592"], "answer": 11592, "settings": "dp_ 3 -2 "} {"id": 53, "question": "Simplify the following expression ((((7 + 1 + 5) * 5) + (2 * 9)) * ((3 * 5) * (0 + 7))) where + has priority over *.", "expression": "((((7 + 1 + 5) * 5) + (2 * 9)) * ((3 * 5) * (0 + 7)))", "think": ["7 + 1 = 8", "8 + 5 = 13", "13 * 5 = 65", "2 * 9 = 18", "65 + 18 = 83", "3 * 5 = 15", "0 + 7 = 7", "15 * 7 = 105", "83 * 105 = 8715"], "answer": 8715, "settings": "dp_ 3 -2 "} {"id": 54, "question": "Simplify the following expression ((((8 * 0 * 6) * 8) * (6 * 3)) * ((5 * 4) * (5 + 1))) where + has priority over *.", "expression": "((((8 * 0 * 6) * 8) * (6 * 3)) * ((5 * 4) * (5 + 1)))", "think": ["8 * 0 = 0", "0 * 6 = 0", "0 * 8 = 0", "6 * 3 = 18", "0 * 18 = 0", "5 * 4 = 20", "5 + 1 = 6", "20 * 6 = 120", "0 * 120 = 0"], "answer": 0, "settings": "dp_ 3 -2 "} {"id": 55, "question": "Simplify the following expression ((((2 + 2 + 1) * 5) * (0 * 6)) * ((7 * 1) + (3 + 2))) where + has priority over *.", "expression": "((((2 + 2 + 1) * 5) * (0 * 6)) * ((7 * 1) + (3 + 2)))", "think": ["2 + 2 = 4", "4 + 1 = 5", "5 * 5 = 25", "0 * 6 = 0", "25 * 0 = 0", "7 * 1 = 7", "3 + 2 = 5", "7 + 5 = 12", "0 * 12 = 0"], "answer": 0, "settings": "dp_ 3 -2 "} {"id": 56, "question": "Simplify the following expression (((8 + 7) + (2 + 5)) + ((2 + (4 * 7 * 6)) * (8 + 1))) where + has priority over *.", "expression": "(((8 + 7) + (2 + 5)) + ((2 + (4 * 7 * 6)) * (8 + 1)))", "think": ["8 + 7 = 15", "2 + 5 = 7", "15 + 7 = 22", "4 * 7 = 28", "28 * 6 = 168", "2 + 168 = 170", "8 + 1 = 9", "170 * 9 = 1530", "22 + 1530 = 1552"], "answer": 1552, "settings": "dp_ 3 -2 "} {"id": 57, "question": "Simplify the following expression (((3 + 8) * (2 + 2)) + (((4 + 7 + 1 * 9) * 3) * (3 + 1))) where + has priority over *.", "expression": "(((3 + 8) * (2 + 2)) + (((4 + 7 + 1 * 9) * 3) * (3 + 1)))", "think": ["3 + 8 = 11", "2 + 2 = 4", "11 * 4 = 44", "4 + 7 = 11", "11 + 1 = 12", "12 * 9 = 108", "108 * 3 = 324", "3 + 1 = 4", "324 * 4 = 1296", "44 + 1296 = 1340"], "answer": 1340, "settings": "dp_ 3 -2 "} {"id": 58, "question": "Simplify the following expression (((2 * 0) * (2 + (4 * 3 * 8))) * ((3 + 4) + (7 * 9))) where + has priority over *.", "expression": "(((2 * 0) * (2 + (4 * 3 * 8))) * ((3 + 4) + (7 * 9)))", "think": ["2 * 0 = 0", "4 * 3 = 12", "12 * 8 = 96", "2 + 96 = 98", "0 * 98 = 0", "3 + 4 = 7", "7 * 9 = 63", "7 + 63 = 70", "0 * 70 = 0"], "answer": 0, "settings": "dp_ 3 -2 "} {"id": 59, "question": "Simplify the following expression (((5 + 9) + (3 * 5)) * ((5 * 1) + (5 + (7 * 7 + 0)))) where + has priority over *.", "expression": "(((5 + 9) + (3 * 5)) * ((5 * 1) + (5 + (7 * 7 + 0))))", "think": ["5 + 9 = 14", "3 * 5 = 15", "14 + 15 = 29", "5 * 1 = 5", "7 + 0 = 7", "7 * 7 = 49", "5 + 49 = 54", "5 + 54 = 59", "29 * 59 = 1711"], "answer": 1711, "settings": "dp_ 3 -2 "} {"id": 60, "question": "Simplify the following expression (((4 + 8) + (9 + (2 * 4 * 2))) + ((5 + 2) + (8 + 3))) where + has priority over *.", "expression": "(((4 + 8) + (9 + (2 * 4 * 2))) + ((5 + 2) + (8 + 3)))", "think": ["4 + 8 = 12", "2 * 4 = 8", "8 * 2 = 16", "9 + 16 = 25", "12 + 25 = 37", "5 + 2 = 7", "8 + 3 = 11", "7 + 11 = 18", "37 + 18 = 55"], "answer": 55, "settings": "dp_ 3 -2 "} {"id": 61, "question": "Simplify the following expression (((9 * 0) + (3 + (1 + 9 * 2))) * ((8 + 7) + (2 * 8))) where + has priority over *.", "expression": "(((9 * 0) + (3 + (1 + 9 * 2))) * ((8 + 7) + (2 * 8)))", "think": ["9 * 0 = 0", "1 + 9 = 10", "10 * 2 = 20", "3 + 20 = 23", "0 + 23 = 23", "8 + 7 = 15", "2 * 8 = 16", "15 + 16 = 31", "23 * 31 = 713"], "answer": 713, "settings": "dp_ 3 -2 "} {"id": 62, "question": "Simplify the following expression (((2 * 9) + (3 * 4)) + (((7 + 3 * 2 + 8) * 0) * (8 * 5))) where + has priority over *.", "expression": "(((2 * 9) + (3 * 4)) + (((7 + 3 * 2 + 8) * 0) * (8 * 5)))", "think": ["2 * 9 = 18", "3 * 4 = 12", "18 + 12 = 30", "7 + 3 = 10", "2 + 8 = 10", "10 * 10 = 100", "100 * 0 = 0", "8 * 5 = 40", "0 * 40 = 0", "30 + 0 = 30"], "answer": 30, "settings": "dp_ 3 -2 "} {"id": 63, "question": "Simplify the following expression (((5 * (3 + 1 * 9)) + (2 + 0)) + ((9 * 0) * (2 + 5))) where + has priority over *.", "expression": "(((5 * (3 + 1 * 9)) + (2 + 0)) + ((9 * 0) * (2 + 5)))", "think": ["3 + 1 = 4", "4 * 9 = 36", "5 * 36 = 180", "2 + 0 = 2", "180 + 2 = 182", "9 * 0 = 0", "2 + 5 = 7", "0 * 7 = 0", "182 + 0 = 182"], "answer": 182, "settings": "dp_ 3 -2 "} {"id": 64, "question": "Simplify the following expression (((3 * 3) + (6 * (8 + 0 * 5 * 2))) * ((4 + 1) + (2 + 5))) where + has priority over *.", "expression": "(((3 * 3) + (6 * (8 + 0 * 5 * 2))) * ((4 + 1) + (2 + 5)))", "think": ["3 * 3 = 9", "8 + 0 = 8", "8 * 5 = 40", "40 * 2 = 80", "6 * 80 = 480", "9 + 480 = 489", "4 + 1 = 5", "2 + 5 = 7", "5 + 7 = 12", "489 * 12 = 5868"], "answer": 5868, "settings": "dp_ 3 -2 "} {"id": 65, "question": "Simplify the following expression (((1 + 6) + (2 * (0 * 1 * 9 * 8))) * ((3 + 6) * (2 + 9))) where + has priority over *.", "expression": "(((1 + 6) + (2 * (0 * 1 * 9 * 8))) * ((3 + 6) * (2 + 9)))", "think": ["1 + 6 = 7", "0 * 1 = 0", "0 * 9 = 0", "0 * 8 = 0", "2 * 0 = 0", "7 + 0 = 7", "3 + 6 = 9", "2 + 9 = 11", "9 * 11 = 99", "7 * 99 = 693"], "answer": 693, "settings": "dp_ 3 -2 "} {"id": 66, "question": "Simplify the following expression ((((0 + 4 + 9) * 9) + (6 * 6)) * ((4 + 1) + (0 * 2))) where + has priority over *.", "expression": "((((0 + 4 + 9) * 9) + (6 * 6)) * ((4 + 1) + (0 * 2)))", "think": ["0 + 4 = 4", "4 + 9 = 13", "13 * 9 = 117", "6 * 6 = 36", "117 + 36 = 153", "4 + 1 = 5", "0 * 2 = 0", "5 + 0 = 5", "153 * 5 = 765"], "answer": 765, "settings": "dp_ 3 -2 "} {"id": 67, "question": "Simplify the following expression ((((2 * 3 * 6 + 6) + 1) * (1 * 5)) * ((9 * 8) * (5 * 2))) where + has priority over *.", "expression": "((((2 * 3 * 6 + 6) + 1) * (1 * 5)) * ((9 * 8) * (5 * 2)))", "think": ["2 * 3 = 6", "6 + 6 = 12", "6 * 12 = 72", "72 + 1 = 73", "1 * 5 = 5", "73 * 5 = 365", "9 * 8 = 72", "5 * 2 = 10", "72 * 10 = 720", "365 * 720 = 262800"], "answer": 262800, "settings": "dp_ 3 -2 "} {"id": 68, "question": "Simplify the following expression ((((2 + 9 + 5 + 8) + 6) * (6 + 1)) * ((3 + 7) * (2 * 9))) where + has priority over *.", "expression": "((((2 + 9 + 5 + 8) + 6) * (6 + 1)) * ((3 + 7) * (2 * 9)))", "think": ["2 + 9 = 11", "11 + 5 = 16", "16 + 8 = 24", "24 + 6 = 30", "6 + 1 = 7", "30 * 7 = 210", "3 + 7 = 10", "2 * 9 = 18", "10 * 18 = 180", "210 * 180 = 37800"], "answer": 37800, "settings": "dp_ 3 -2 "} {"id": 69, "question": "Simplify the following expression ((((5 + 2 * 2 + 3) + 8) + (3 * 7)) + ((4 * 9) + (8 + 6))) where + has priority over *.", "expression": "((((5 + 2 * 2 + 3) + 8) + (3 * 7)) + ((4 * 9) + (8 + 6)))", "think": ["5 + 2 = 7", "2 + 3 = 5", "7 * 5 = 35", "35 + 8 = 43", "3 * 7 = 21", "43 + 21 = 64", "4 * 9 = 36", "8 + 6 = 14", "36 + 14 = 50", "64 + 50 = 114"], "answer": 114, "settings": "dp_ 3 -2 "} {"id": 70, "question": "Simplify the following expression (((5 * 7) + (5 * 1)) * ((0 * (2 + 8 * 0)) + (8 * 6))) where + has priority over *.", "expression": "(((5 * 7) + (5 * 1)) * ((0 * (2 + 8 * 0)) + (8 * 6)))", "think": ["5 * 7 = 35", "5 * 1 = 5", "35 + 5 = 40", "2 + 8 = 10", "10 * 0 = 0", "0 * 0 = 0", "8 * 6 = 48", "0 + 48 = 48", "40 * 48 = 1920"], "answer": 1920, "settings": "dp_ 3 -2 "} {"id": 71, "question": "Simplify the following expression (((6 * 6) + ((0 + 3 * 9) + 3)) * ((4 * 2) + (2 + 1))) where + has priority over *.", "expression": "(((6 * 6) + ((0 + 3 * 9) + 3)) * ((4 * 2) + (2 + 1)))", "think": ["6 * 6 = 36", "0 + 3 = 3", "3 * 9 = 27", "27 + 3 = 30", "36 + 30 = 66", "4 * 2 = 8", "2 + 1 = 3", "8 + 3 = 11", "66 * 11 = 726"], "answer": 726, "settings": "dp_ 3 -2 "} {"id": 72, "question": "Simplify the following expression ((((2 * 1 * 0) * 4) + (4 * 5)) + ((0 + 2) + (4 * 2))) where + has priority over *.", "expression": "((((2 * 1 * 0) * 4) + (4 * 5)) + ((0 + 2) + (4 * 2)))", "think": ["2 * 1 = 2", "2 * 0 = 0", "0 * 4 = 0", "4 * 5 = 20", "0 + 20 = 20", "0 + 2 = 2", "4 * 2 = 8", "2 + 8 = 10", "20 + 10 = 30"], "answer": 30, "settings": "dp_ 3 -2 "} {"id": 73, "question": "Simplify the following expression (((5 * 7) + (9 + 7)) * ((4 + 0) * (4 + (3 + 1 + 3 + 9)))) where + has priority over *.", "expression": "(((5 * 7) + (9 + 7)) * ((4 + 0) * (4 + (3 + 1 + 3 + 9))))", "think": ["5 * 7 = 35", "9 + 7 = 16", "35 + 16 = 51", "4 + 0 = 4", "3 + 1 = 4", "4 + 3 = 7", "7 + 9 = 16", "4 + 16 = 20", "4 * 20 = 80", "51 * 80 = 4080"], "answer": 4080, "settings": "dp_ 3 -2 "} {"id": 74, "question": "Simplify the following expression ((((5 + 5 * 2) + 9) * (9 * 0)) + ((1 + 0) + (9 + 0))) where + has priority over *.", "expression": "((((5 + 5 * 2) + 9) * (9 * 0)) + ((1 + 0) + (9 + 0)))", "think": ["5 + 5 = 10", "10 * 2 = 20", "20 + 9 = 29", "9 * 0 = 0", "29 * 0 = 0", "1 + 0 = 1", "9 + 0 = 9", "1 + 9 = 10", "0 + 10 = 10"], "answer": 10, "settings": "dp_ 3 -2 "} {"id": 75, "question": "Simplify the following expression (((3 + 6) + (0 + (3 * 4 + 6 * 3))) * ((8 * 2) * (2 + 6))) where + has priority over *.", "expression": "(((3 + 6) + (0 + (3 * 4 + 6 * 3))) * ((8 * 2) * (2 + 6)))", "think": ["3 + 6 = 9", "4 + 6 = 10", "3 * 10 = 30", "30 * 3 = 90", "0 + 90 = 90", "9 + 90 = 99", "8 * 2 = 16", "2 + 6 = 8", "16 * 8 = 128", "99 * 128 = 12672"], "answer": 12672, "settings": "dp_ 3 -2 "} {"id": 76, "question": "Simplify the following expression (((1 * 8) * ((4 * 4 + 1) * 3)) + ((1 * 4) * (3 + 9))) where + has priority over *.", "expression": "(((1 * 8) * ((4 * 4 + 1) * 3)) + ((1 * 4) * (3 + 9)))", "think": ["1 * 8 = 8", "4 + 1 = 5", "4 * 5 = 20", "20 * 3 = 60", "8 * 60 = 480", "1 * 4 = 4", "3 + 9 = 12", "4 * 12 = 48", "480 + 48 = 528"], "answer": 528, "settings": "dp_ 3 -3 "} {"id": 77, "question": "Simplify the following expression (((5 + 7) + (9 + 2)) * (((8 * 3 + 4) * 3) * (1 + 2))) where + has priority over *.", "expression": "(((5 + 7) + (9 + 2)) * (((8 * 3 + 4) * 3) * (1 + 2)))", "think": ["5 + 7 = 12", "9 + 2 = 11", "12 + 11 = 23", "3 + 4 = 7", "8 * 7 = 56", "56 * 3 = 168", "1 + 2 = 3", "168 * 3 = 504", "23 * 504 = 11592"], "answer": 11592, "settings": "dp_ 3 -3 "} {"id": 78, "question": "Simplify the following expression ((((7 + 1 + 5) * 5) + (2 * 9)) * ((3 * 5) * (0 + 7))) where + has priority over *.", "expression": "((((7 + 1 + 5) * 5) + (2 * 9)) * ((3 * 5) * (0 + 7)))", "think": ["7 + 1 = 8", "8 + 5 = 13", "13 * 5 = 65", "2 * 9 = 18", "65 + 18 = 83", "3 * 5 = 15", "0 + 7 = 7", "15 * 7 = 105", "83 * 105 = 8715"], "answer": 8715, "settings": "dp_ 3 -3 "} {"id": 79, "question": "Simplify the following expression ((((8 * 0 * 6) * 8) * (6 * 3)) * ((5 * 4) * (5 + 1))) where + has priority over *.", "expression": "((((8 * 0 * 6) * 8) * (6 * 3)) * ((5 * 4) * (5 + 1)))", "think": ["8 * 0 = 0", "0 * 6 = 0", "0 * 8 = 0", "6 * 3 = 18", "0 * 18 = 0", "5 * 4 = 20", "5 + 1 = 6", "20 * 6 = 120", "0 * 120 = 0"], "answer": 0, "settings": "dp_ 3 -3 "} {"id": 80, "question": "Simplify the following expression ((((2 + 2 + 1) * 5) * (0 * 6)) * ((7 * 1) + (3 + 2))) where + has priority over *.", "expression": "((((2 + 2 + 1) * 5) * (0 * 6)) * ((7 * 1) + (3 + 2)))", "think": ["2 + 2 = 4", "4 + 1 = 5", "5 * 5 = 25", "0 * 6 = 0", "25 * 0 = 0", "7 * 1 = 7", "3 + 2 = 5", "7 + 5 = 12", "0 * 12 = 0"], "answer": 0, "settings": "dp_ 3 -3 "} {"id": 81, "question": "Simplify the following expression (((8 + 7) + (2 + 5)) + ((2 + (4 * 4 * 6)) * (8 + 1))) where + has priority over *.", "expression": "(((8 + 7) + (2 + 5)) + ((2 + (4 * 4 * 6)) * (8 + 1)))", "think": ["8 + 7 = 15", "2 + 5 = 7", "15 + 7 = 22", "4 * 4 = 16", "16 * 6 = 96", "2 + 96 = 98", "8 + 1 = 9", "98 * 9 = 882", "22 + 882 = 904"], "answer": 904, "settings": "dp_ 3 -3 "} {"id": 82, "question": "Simplify the following expression (((1 * 3) + (2 + 2)) * (((9 + 9 * 7) * 3) * (3 + 1))) where + has priority over *.", "expression": "(((1 * 3) + (2 + 2)) * (((9 + 9 * 7) * 3) * (3 + 1)))", "think": ["1 * 3 = 3", "2 + 2 = 4", "3 + 4 = 7", "9 + 9 = 18", "18 * 7 = 126", "126 * 3 = 378", "3 + 1 = 4", "378 * 4 = 1512", "7 * 1512 = 10584"], "answer": 10584, "settings": "dp_ 3 -3 "} {"id": 83, "question": "Simplify the following expression ((((4 + 4 * 7 * 3) + 9) + (9 * 5)) + ((0 + 2) * (3 + 3))) where + has priority over *.", "expression": "((((4 + 4 * 7 * 3) + 9) + (9 * 5)) + ((0 + 2) * (3 + 3)))", "think": ["4 + 4 = 8", "8 * 7 = 56", "56 * 3 = 168", "168 + 9 = 177", "9 * 5 = 45", "177 + 45 = 222", "0 + 2 = 2", "3 + 3 = 6", "2 * 6 = 12", "222 + 12 = 234"], "answer": 234, "settings": "dp_ 3 -3 "} {"id": 84, "question": "Simplify the following expression (((0 * (7 * 7 * 7)) * (9 * 9)) * ((5 + 3) * (5 * 1))) where + has priority over *.", "expression": "(((0 * (7 * 7 * 7)) * (9 * 9)) * ((5 + 3) * (5 * 1)))", "think": ["7 * 7 = 49", "49 * 7 = 343", "0 * 343 = 0", "9 * 9 = 81", "0 * 81 = 0", "5 + 3 = 8", "5 * 1 = 5", "8 * 5 = 40", "0 * 40 = 0"], "answer": 0, "settings": "dp_ 3 -3 "} {"id": 85, "question": "Simplify the following expression (((1 + (8 * 3 * 2)) + (4 + 8)) * ((3 * 9) + (5 + 2))) where + has priority over *.", "expression": "(((1 + (8 * 3 * 2)) + (4 + 8)) * ((3 * 9) + (5 + 2)))", "think": ["8 * 3 = 24", "24 * 2 = 48", "1 + 48 = 49", "4 + 8 = 12", "49 + 12 = 61", "3 * 9 = 27", "5 + 2 = 7", "27 + 7 = 34", "61 * 34 = 2074"], "answer": 2074, "settings": "dp_ 3 -3 "} {"id": 86, "question": "Simplify the following expression (((2 * 4) * (6 + 9)) * ((3 + 7) + (3 + (2 + 8 * 1)))) where + has priority over *.", "expression": "(((2 * 4) * (6 + 9)) * ((3 + 7) + (3 + (2 + 8 * 1))))", "think": ["2 * 4 = 8", "6 + 9 = 15", "8 * 15 = 120", "3 + 7 = 10", "2 + 8 = 10", "10 * 1 = 10", "3 + 10 = 13", "10 + 13 = 23", "120 * 23 = 2760"], "answer": 2760, "settings": "dp_ 3 -3 "} {"id": 87, "question": "Simplify the following expression (((9 + 3) * (5 + 2)) + ((4 + 7) * (8 * (5 + 4 * 3)))) where + has priority over *.", "expression": "(((9 + 3) * (5 + 2)) + ((4 + 7) * (8 * (5 + 4 * 3))))", "think": ["9 + 3 = 12", "5 + 2 = 7", "12 * 7 = 84", "4 + 7 = 11", "5 + 4 = 9", "9 * 3 = 27", "8 * 27 = 216", "11 * 216 = 2376", "84 + 2376 = 2460"], "answer": 2460, "settings": "dp_ 3 -3 "} {"id": 88, "question": "Simplify the following expression (((2 * 8) + (8 + 8)) + ((5 * (7 + 9 + 2)) + (2 + 0))) where + has priority over *.", "expression": "(((2 * 8) + (8 + 8)) + ((5 * (7 + 9 + 2)) + (2 + 0)))", "think": ["2 * 8 = 16", "8 + 8 = 16", "16 + 16 = 32", "7 + 9 = 16", "16 + 2 = 18", "5 * 18 = 90", "2 + 0 = 2", "90 + 2 = 92", "32 + 92 = 124"], "answer": 124, "settings": "dp_ 3 -3 "} {"id": 89, "question": "Simplify the following expression (((3 * 1) * ((9 + 9 + 4) + 9)) * ((7 + 3) * (4 + 6))) where + has priority over *.", "expression": "(((3 * 1) * ((9 + 9 + 4) + 9)) * ((7 + 3) * (4 + 6)))", "think": ["3 * 1 = 3", "9 + 9 = 18", "18 + 4 = 22", "22 + 9 = 31", "3 * 31 = 93", "7 + 3 = 10", "4 + 6 = 10", "10 * 10 = 100", "93 * 100 = 9300"], "answer": 9300, "settings": "dp_ 3 -3 "} {"id": 90, "question": "Simplify the following expression (((5 + (1 + 6 * 4 + 3)) + (2 * 8)) + ((2 * 6) + (2 * 4))) where + has priority over *.", "expression": "(((5 + (1 + 6 * 4 + 3)) + (2 * 8)) + ((2 * 6) + (2 * 4)))", "think": ["1 + 6 = 7", "4 + 3 = 7", "7 * 7 = 49", "5 + 49 = 54", "2 * 8 = 16", "54 + 16 = 70", "2 * 6 = 12", "2 * 4 = 8", "12 + 8 = 20", "70 + 20 = 90"], "answer": 90, "settings": "dp_ 3 -3 "} {"id": 91, "question": "Simplify the following expression (((9 + 7) + (0 + 1)) * ((6 * (9 * 9 * 6)) * (1 * 4))) where + has priority over *.", "expression": "(((9 + 7) + (0 + 1)) * ((6 * (9 * 9 * 6)) * (1 * 4)))", "think": ["9 + 7 = 16", "0 + 1 = 1", "16 + 1 = 17", "9 * 9 = 81", "81 * 6 = 486", "6 * 486 = 2916", "1 * 4 = 4", "2916 * 4 = 11664", "17 * 11664 = 198288"], "answer": 198288, "settings": "dp_ 3 -3 "} {"id": 92, "question": "Simplify the following expression (((1 * 7) + (2 + 0)) + ((4 + 1) * ((5 * 1 + 9 * 8) + 4))) where + has priority over *.", "expression": "(((1 * 7) + (2 + 0)) + ((4 + 1) * ((5 * 1 + 9 * 8) + 4)))", "think": ["1 * 7 = 7", "2 + 0 = 2", "7 + 2 = 9", "4 + 1 = 5", "1 + 9 = 10", "5 * 10 = 50", "50 * 8 = 400", "400 + 4 = 404", "5 * 404 = 2020", "9 + 2020 = 2029"], "answer": 2029, "settings": "dp_ 3 -3 "} {"id": 93, "question": "Simplify the following expression (((5 * 2) * (2 + 2)) * (((4 * 6 + 3 * 2) * 6) + (6 + 4))) where + has priority over *.", "expression": "(((5 * 2) * (2 + 2)) * (((4 * 6 + 3 * 2) * 6) + (6 + 4)))", "think": ["5 * 2 = 10", "2 + 2 = 4", "10 * 4 = 40", "6 + 3 = 9", "4 * 9 = 36", "36 * 2 = 72", "72 * 6 = 432", "6 + 4 = 10", "432 + 10 = 442", "40 * 442 = 17680"], "answer": 17680, "settings": "dp_ 3 -3 "} {"id": 94, "question": "Simplify the following expression (((2 * 9) * (3 + 2)) + ((2 + (9 + 7 * 3)) * (3 + 3))) where + has priority over *.", "expression": "(((2 * 9) * (3 + 2)) + ((2 + (9 + 7 * 3)) * (3 + 3)))", "think": ["2 * 9 = 18", "3 + 2 = 5", "18 * 5 = 90", "9 + 7 = 16", "16 * 3 = 48", "2 + 48 = 50", "3 + 3 = 6", "50 * 6 = 300", "90 + 300 = 390"], "answer": 390, "settings": "dp_ 3 -3 "} {"id": 95, "question": "Simplify the following expression (((8 + (5 * 7 * 1)) * (0 + 5)) * ((3 + 6) + (3 + 4))) where + has priority over *.", "expression": "(((8 + (5 * 7 * 1)) * (0 + 5)) * ((3 + 6) + (3 + 4)))", "think": ["5 * 7 = 35", "35 * 1 = 35", "8 + 35 = 43", "0 + 5 = 5", "43 * 5 = 215", "3 + 6 = 9", "3 + 4 = 7", "9 + 7 = 16", "215 * 16 = 3440"], "answer": 3440, "settings": "dp_ 3 -3 "} {"id": 96, "question": "Simplify the following expression (((6 + 7) * (7 * 5)) + ((4 + 0) + ((1 + 2 + 4) * 6))) where + has priority over *.", "expression": "(((6 + 7) * (7 * 5)) + ((4 + 0) + ((1 + 2 + 4) * 6)))", "think": ["6 + 7 = 13", "7 * 5 = 35", "13 * 35 = 455", "4 + 0 = 4", "1 + 2 = 3", "3 + 4 = 7", "7 * 6 = 42", "4 + 42 = 46", "455 + 46 = 501"], "answer": 501, "settings": "dp_ 3 -3 "} {"id": 97, "question": "Simplify the following expression (((2 + 1) + ((4 * 6 * 1) + 0)) * ((7 + 9) + (3 + 6))) where + has priority over *.", "expression": "(((2 + 1) + ((4 * 6 * 1) + 0)) * ((7 + 9) + (3 + 6)))", "think": ["2 + 1 = 3", "4 * 6 = 24", "24 * 1 = 24", "24 + 0 = 24", "3 + 24 = 27", "7 + 9 = 16", "3 + 6 = 9", "16 + 9 = 25", "27 * 25 = 675"], "answer": 675, "settings": "dp_ 3 -3 "} {"id": 98, "question": "Simplify the following expression ((((7 * 2 * 1) + 4) + (7 + 7)) + ((5 + 4) + (5 + 2))) where + has priority over *.", "expression": "((((7 * 2 * 1) + 4) + (7 + 7)) + ((5 + 4) + (5 + 2)))", "think": ["7 * 2 = 14", "14 * 1 = 14", "14 + 4 = 18", "7 + 7 = 14", "18 + 14 = 32", "5 + 4 = 9", "5 + 2 = 7", "9 + 7 = 16", "32 + 16 = 48"], "answer": 48, "settings": "dp_ 3 -3 "} {"id": 99, "question": "Simplify the following expression ((((1 * 9 + 3) + 1) + (2 * 3)) * ((9 + 2) + (2 + 9))) where + has priority over *.", "expression": "((((1 * 9 + 3) + 1) + (2 * 3)) * ((9 + 2) + (2 + 9)))", "think": ["9 + 3 = 12", "1 * 12 = 12", "12 + 1 = 13", "2 * 3 = 6", "13 + 6 = 19", "9 + 2 = 11", "2 + 9 = 11", "11 + 11 = 22", "19 * 22 = 418"], "answer": 418, "settings": "dp_ 3 -3 "} {"id": 100, "question": "Simplify the following expression (((1 + (3 + 6 + 4)) + (0 + 6)) + ((1 * 5) * (6 + 0))) where + has priority over *.", "expression": "(((1 + (3 + 6 + 4)) + (0 + 6)) + ((1 * 5) * (6 + 0)))", "think": ["3 + 6 = 9", "9 + 4 = 13", "1 + 13 = 14", "0 + 6 = 6", "14 + 6 = 20", "1 * 5 = 5", "6 + 0 = 6", "5 * 6 = 30", "20 + 30 = 50"], "answer": 50, "settings": "dp_ 3 -3 "}