diff --git "a/all/singleq.json" "b/all/singleq.json" deleted file mode 100644--- "a/all/singleq.json" +++ /dev/null @@ -1,5706 +0,0 @@ -{ - "Source": "https://arxiv.org/abs/1608.01413", - "Categories": [ - { - "Math complexity": 4, - "Language complexity": 7, - "Domain knowledge complexity": 0 - } - ], - "Instances": [ - { - "Input": "Lucy has an aquarium with 212 fish. Lucy wants to buy 68 more fish. How many fish would Lucy have then?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(212+68-x)\nprint(answer)" - ], - "Output Answer": [ - "280" - ], - "split": "train" - }, - { - "Input": "Jonathan wants to buy a dictionary that costs $11, a dinosaur book that costs $19, and a children's cookbook that costs $7. He has saved $8 from his allowance. How much more money does Jonathan need to buy all three books?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(((11+19)+7)-8-x)\nprint(answer)" - ], - "Output Answer": [ - "29" - ], - "split": "train" - }, - { - "Input": "Joan bought 6 dozen eggs from the grocery store to bake some cakes. How many eggs did Joan buy ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*12-x)\nprint(answer)" - ], - "Output Answer": [ - "72" - ], - "split": "train" - }, - { - "Input": "There are 2 pencils in the drawer. Tim placed 3 more pencils in the drawer. How many pencils are now there in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2+3-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "train" - }, - { - "Input": "Alyssa spent half of her allowance going to the movies. She washed the family car and earned 8 dollars. What is her weekly allowance if she ended with 12 dollars ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((x/2)+8-12)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "Benny's high school played 39 baseball games this year. He attended 14 games. How many baseball games did Benny miss ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(39-14-x)\nprint(answer)" - ], - "Output Answer": [ - "25" - ], - "split": "train" - }, - { - "Input": "A teacher has 344 pieces of candy. If there are 43 students, and the candy is divided evenly, How many pieces will each student get?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(344/43-x)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "Jason joined his school's band. He bought a flute for $142.46, a music stand for $8.89, and a song book for $7. How much did Jason spend at the music store?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(142.46+8.89+7-x)\nprint(answer)" - ], - "Output Answer": [ - "158.35" - ], - "split": "train" - }, - { - "Input": "Melanie had 7 dimes in her bank. Her dad gave her 8 dimes and her mother gave her 4 dimes. How many dimes does Melanie have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7+8+4-x)\nprint(answer)" - ], - "Output Answer": [ - "19" - ], - "split": "train" - }, - { - "Input": "Last year, 90,171 people were born in a country, and 16,320 people immigrated to it. How many new people began living in the country last year?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(90171+16320-x)\nprint(answer)" - ], - "Output Answer": [ - "106491" - ], - "split": "train" - }, - { - "Input": "Jane helped her mom prepare fresh lemonade. If each glass needs 2 lemons, how many glasses of fresh lemonade can she make if they have 18 lemons?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2*x-18)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "Joan has saved 6 quarters from washing cars. How many cents does Joan have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*25-x)\nprint(answer)" - ], - "Output Answer": [ - "150" - ], - "split": "train" - }, - { - "Input": "Joan found 79 seashells on the beach, she gave Mike 63 of the seashells. How many seashells does she now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(79-63-x)\nprint(answer)" - ], - "Output Answer": [ - "16" - ], - "split": "train" - }, - { - "Input": "Mary found 18 seashells and Jessica found 41 seashells on the beach. How many seashells did they find together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(18+41-x)\nprint(answer)" - ], - "Output Answer": [ - "59" - ], - "split": "train" - }, - { - "Input": "Karen has 639 crayons. Cindy has 504 crayons. How many more crayons does Karen have than Cindy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(639-504-x)\nprint(answer)" - ], - "Output Answer": [ - "135" - ], - "split": "train" - }, - { - "Input": "Joan found 6 seashells and Jessica found 8 seashells on the beach. How many seashells did they find together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+8-x)\nprint(answer)" - ], - "Output Answer": [ - "14" - ], - "split": "train" - }, - { - "Input": "A restaurant served 5 cakes during lunch and 6 during dinner today. The restaurant served 3 cakes yesterday. How many cakes were served in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5+6+3-x)\nprint(answer)" - ], - "Output Answer": [ - "14" - ], - "split": "train" - }, - { - "Input": "Tim's cat had kittens. He gave 3 to Jessica and 6 to Sara. He now has 9 kittens left. How many kittens did he have to start with ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(x-3-6-9)\nprint(answer)" - ], - "Output Answer": [ - "18" - ], - "split": "train" - }, - { - "Input": "Sara got fast food for lunch. Sara spent $5.36 on a hotdog and $5.10 on a salad. What was the total of the lunch bill?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5.36+5.10-x)\nprint(answer)" - ], - "Output Answer": [ - "10.46" - ], - "split": "train" - }, - { - "Input": "After eating at the restaurant, Sally, Sam, and Alyssa decided to divide the bill evenly. If each person paid 45 dollars, what was the total of the bill ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(45*3-x)\nprint(answer)" - ], - "Output Answer": [ - "135" - ], - "split": "train" - }, - { - "Input": "White t-shirts can be purchased in packages of 6. If Mom buys 71 packages, how many white t-shirts will Mom have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*71-x)\nprint(answer)" - ], - "Output Answer": [ - "426" - ], - "split": "train" - }, - { - "Input": "Each year, salmon travel upstream, going from the ocean to the rivers where they were born. This year, 712,261 male and 259,378 female salmon returned to their rivers. How many salmon made the trip?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(712261+259378-x)\nprint(answer)" - ], - "Output Answer": [ - "971639" - ], - "split": "train" - }, - { - "Input": "There are 1,986 books in Oak Grove's public library. In addition, there are 5,106 books in its school libraries. How many books do the libraries in Oak Grove have overall?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1986+5106-x)\nprint(answer)" - ], - "Output Answer": [ - "7092" - ], - "split": "train" - }, - { - "Input": "Maggie bought 4 packs of red bouncy balls, 8 packs of yellow bouncy balls, and 4 packs of green bouncy balls. There were 10 bouncy balls in each package. How many bouncy balls did Maggie buy in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((4+8+4)*10-x)\nprint(answer)" - ], - "Output Answer": [ - "160" - ], - "split": "train" - }, - { - "Input": "Melanie had 19 dimes in her bank. Her dad gave her 39 dimes and her mother gave her 25 dimes. How many dimes does Melanie have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(19+39+25-x)\nprint(answer)" - ], - "Output Answer": [ - "83" - ], - "split": "train" - }, - { - "Input": "Mrs. Hilt went to a concert. A total of 65899 people attended the concert. The next week, Mrs. Hilt went to a second concert, which had 119 more people in attendance. How many people were at the second concert?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(65899+119-x)\nprint(answer)" - ], - "Output Answer": [ - "66018" - ], - "split": "train" - }, - { - "Input": "Jose has 85 peanuts. Kenya has 48 more than Jose. How many peanuts does Kenya have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(85+48-x)\nprint(answer)" - ], - "Output Answer": [ - "133" - ], - "split": "train" - }, - { - "Input": "Adam has $5.00 to buy an airplane that costs $4.28. How much change will Adam get?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5.00-4.28-x)\nprint(answer)" - ], - "Output Answer": [ - "0.72" - ], - "split": "train" - }, - { - "Input": "There were 6 roses in the vase. Mary cut some more roses from her flower garden. There are now 16 roses in the vase. How many roses did she cut ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+x-16)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "train" - }, - { - "Input": "Sara had 21 quarters in her bank. Her dad gave her 49 more quarters. How many quarters does she have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(21+49-x)\nprint(answer)" - ], - "Output Answer": [ - "70" - ], - "split": "train" - }, - { - "Input": "Diane is a beekeeper. Last year, she harvested 2,479 pounds of honey. This year, she bought some new hives and increased her honey harvest by 6,085 pounds. How many pounds of honey did Diane harvest this year?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2479+6085-x)\nprint(answer)" - ], - "Output Answer": [ - "8564" - ], - "split": "train" - }, - { - "Input": "There were originally 20,817 houses in Lincoln County. During a housing boom, developers built 97,741 more. How many houses are there now in Lincoln County?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(20817+97741-x)\nprint(answer)" - ], - "Output Answer": [ - "118558" - ], - "split": "train" - }, - { - "Input": "9 of Hayley\u2019s closest friends like stickers. If she plans to give all of them an equal number of stickers, how many will each receive if she has 72 stickers?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9*x-72)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "We ordered 21 pizzas. Each pizza has 8 slices. How many slices of pizza are there altogether?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(21*8-x)\nprint(answer)" - ], - "Output Answer": [ - "168" - ], - "split": "train" - }, - { - "Input": "The next act involved several jugglers. If each juggler is juggling 6 balls at a time, how many balls are needed if there are 378 jugglers putting a show at the same time?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*378-x)\nprint(answer)" - ], - "Output Answer": [ - "2268" - ], - "split": "train" - }, - { - "Input": "Joan has 9 blue balloons but lost 2 of them. How many blue balloons does Joan have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9-2-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "There were 3 roses in the vase. Alyssa cut some more roses from her flower garden. There are now 14 roses in the vase. How many roses did she cut ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3+x-14)\nprint(answer)" - ], - "Output Answer": [ - "11" - ], - "split": "train" - }, - { - "Input": "Sam had 79 dollars to spend on 9 books. After buying them he had 16 dollars. How much did each book cost ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(79-(9*x)-16)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "Joan purchased a basketball game for $5.20, and a racing game for $4.23. How much did Joan spend on video games?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5.20+4.23-x)\nprint(answer)" - ], - "Output Answer": [ - "9.43" - ], - "split": "train" - }, - { - "Input": "There are 24 bicycles and 14 tricycles in the storage area at Danny's apartment building. Each bicycle has 2 wheels and each tricycle has 3 wheels. How many wheels are there in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((24*2)+(14*3)-x)\nprint(answer)" - ], - "Output Answer": [ - "90" - ], - "split": "train" - }, - { - "Input": "Keith grew 29 cantelopes, Fred grew 16 cantelopes, and Jason grew 20 cantelopes. How many cantelopes did they grow in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(29+16+20-x)\nprint(answer)" - ], - "Output Answer": [ - "65" - ], - "split": "train" - }, - { - "Input": "There are 8 calories in a candy bar. How many calories are there in 3 candy bars ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8*3-x)\nprint(answer)" - ], - "Output Answer": [ - "24" - ], - "split": "train" - }, - { - "Input": "Carrie's mom gave her $91 to go shopping. She bought a sweater for $24, a T-shirt for $6, and a pair of shoes for $11. How much money does Carrie have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(91-((24+6)+11)-x)\nprint(answer)" - ], - "Output Answer": [ - "50" - ], - "split": "train" - }, - { - "Input": "Jason had Pokemon cards. He gave 9 Pokemon cards to his friends. He now has 4 Pokemon cards left. How many Pokemon cards did he have to start with ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(x-9-4)\nprint(answer)" - ], - "Output Answer": [ - "13" - ], - "split": "train" - }, - { - "Input": "Kylie was collecting coins. She got 15 coins from her piggy bank and 13 coins from her brother. Her father gave Kylie 8 coins. Kylie gave 21 of the coins to her friend Laura. How many coins did Kylie have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(((15+13)+8)-21-x)\nprint(answer)" - ], - "Output Answer": [ - "15" - ], - "split": "train" - }, - { - "Input": "Sam has 110 books. Joan has 102 books. How many books do they have together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(110+102-x)\nprint(answer)" - ], - "Output Answer": [ - "212" - ], - "split": "train" - }, - { - "Input": "Jane\u2019s dad brought home 24 marble potatoes. If Jane\u2019s mom made potato salad for lunch and served an equal amount of potatoes to Jane, herself and her husband, how many potatoes did each of them have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(24/3-x)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "Jessica has 3 dozen red marbles. Sandy has 4 times more red marbles than Jessica. How many red marbles does Sandy have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((3*12)*4-x)\nprint(answer)" - ], - "Output Answer": [ - "144" - ], - "split": "train" - }, - { - "Input": "An oil pipe in the sea broke. Before engineers started to fix the pipe, 6,522 liters of oil leaked into the water. While the engineers worked, the pipe leaked 5,165 more liters of oil. In all, how many liters of oil leaked into the water?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6522+5165-x)\nprint(answer)" - ], - "Output Answer": [ - "11687" - ], - "split": "train" - }, - { - "Input": "Sally had 13 peaches left at her roadside fruit stand. She went to the orchard and picked more peaches to stock up the stand. There are now 55 peaches at the stand, how many did she pick ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(13+x-55)\nprint(answer)" - ], - "Output Answer": [ - "42" - ], - "split": "train" - }, - { - "Input": "There were a total of 323 football games in the season. The season is played for 17 months. How many football games were played each month, if each month has the same number of games?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(323/17-x)\nprint(answer)" - ], - "Output Answer": [ - "19" - ], - "split": "train" - }, - { - "Input": "Tim has 44 books. Sam has 52 books. How many books do they have together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(44+52-x)\nprint(answer)" - ], - "Output Answer": [ - "96" - ], - "split": "train" - }, - { - "Input": "Keith has 20 books. Jason has 21 books. How many books do they have together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(20+21-x)\nprint(answer)" - ], - "Output Answer": [ - "41" - ], - "split": "train" - }, - { - "Input": "Last year at Newberg's airport, 14,507 passengers landed on time. Unfortunately, 213 passengers landed late. In all, how many passengers landed in Newberg last year?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(14507+213-x)\nprint(answer)" - ], - "Output Answer": [ - "14720" - ], - "split": "train" - }, - { - "Input": "Shiela has 6 neighbors who like to collect animal drawings. Shiela drew 54 animals on small pieces of paper. If she plans to give the same number of animal drawings to her neighbors, how many will each of them receive?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*x-54)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "A restaurant sold 49 hamburgers last week. How many hamburgers on average were sold each day ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(49/7-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "Mary has 9 yellow marbles Joan has 3 yellow marbles. How many yellow marbles do they have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+3-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "train" - }, - { - "Input": "There are 41 pencils in the drawer. Mike placed 30 more pencils in the drawer. How many pencils are now there in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(41+30-x)\nprint(answer)" - ], - "Output Answer": [ - "71" - ], - "split": "train" - }, - { - "Input": "A bathing suit manufacturer has a supply of 14,797 bathing suits for men. In addition, it has 4,969 bathing suits for women. How many bathing suits are available overall?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(14797+4969-x)\nprint(answer)" - ], - "Output Answer": [ - "19766" - ], - "split": "train" - }, - { - "Input": "Alyssa's dog had puppies. She gave 7 to her friends. She now has 5 puppies left. How many puppies did she have to start with ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(x-7-5)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "train" - }, - { - "Input": "Luke had 20 stickers. He bought 12 stickers from a store in the mall and got 20 stickers for his birthday. Then Luke gave 5 of the stickers to his sister and used 8 to decorate a greeting card. How many stickers does Luke have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((((20+12)+20)-5)-8-x)\nprint(answer)" - ], - "Output Answer": [ - "39" - ], - "split": "train" - }, - { - "Input": "Fred has 90 cents in his bank. How many dimes does Fred have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(90/10-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "There are 10 stickers on a page. If you have 22 pages of stickers, how many stickers do you have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(10*22-x)\nprint(answer)" - ], - "Output Answer": [ - "220" - ], - "split": "train" - }, - { - "Input": "There are 33 walnut trees currently in the park. Park workers will plant 44 more walnut trees today. How many walnut trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(33+44-x)\nprint(answer)" - ], - "Output Answer": [ - "77" - ], - "split": "train" - }, - { - "Input": "A restaurant sold 63 hamburgers last week. How many hamburgers on average were sold each day ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(63/7-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "A large bag of balls was kept under Haley\u2019s bed. Her mom placed the balls in bags for children in foster homes. If every bag can contain 4 balls and Haley has 36 balls, how many bags will be used?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*x-36)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "Fred, Benny, and Jason have 24 crayons all together. If the crayons are equally divided, how many will each person get ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(24/3-x)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "Vincent bought 10 books about animals, 1 book about outer space, and 3 books about trains. Each book cost $16. How much did Vincent spend on the books?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(((10+1)+3)*16-x)\nprint(answer)" - ], - "Output Answer": [ - "224" - ], - "split": "train" - }, - { - "Input": "Allen, Shiela\u2019s brother, likes to play with blocks. Shiela repainted Allen\u2019s old blocks in different colors. If Allen has 49 identical blocks and there are 7 blocks for every color of paint used, how many colors did Shiela use?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(49/7-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "There were a total of 13 hockey games a month. The season is played for 14 months. How many hockey games are in the seasons ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(13*14-x)\nprint(answer)" - ], - "Output Answer": [ - "182" - ], - "split": "train" - }, - { - "Input": "Your class is having a pizza party. You buy 5 pizzas. Each pizza has 4 slices. How many slices is that altogether?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*4-x)\nprint(answer)" - ], - "Output Answer": [ - "20" - ], - "split": "train" - }, - { - "Input": "Sandy bought some toys. She bought a football for $9.14, and paid $6.81 on a baseball with a $20 bill. How much change did he receive from the purchase?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9.14+6.81+x-20)\nprint(answer)" - ], - "Output Answer": [ - "4.05" - ], - "split": "train" - }, - { - "Input": "Joan has 40 blue balloons Melanie has 41 blue balloons. How many blue balloons do they have in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(40+41-x)\nprint(answer)" - ], - "Output Answer": [ - "81" - ], - "split": "train" - }, - { - "Input": "Upon arriving at the circus, they went to the ticket booth and asked how much each ticket cost. If each ticket costs 44 dollars and they bought 7 tickets, how much money did they spend on tickets?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(44*7-x)\nprint(answer)" - ], - "Output Answer": [ - "308" - ], - "split": "train" - }, - { - "Input": "Mrs. Hilt is baking bread. She needs 5 cups of flour to bake 2 loaves of bread. How much flour will she need to make one loaf of bread?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5/2-x)\nprint(answer)" - ], - "Output Answer": [ - "2.5" - ], - "split": "train" - }, - { - "Input": "Some insects called aphids attack a large farm. In response, the farmer releases ladybugs onto the fields. There are 12,170 ladybugs with spots and 54,912 ladybugs without spots. How many ladybugs are there in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(12170+54912-x)\nprint(answer)" - ], - "Output Answer": [ - "67082" - ], - "split": "train" - }, - { - "Input": "Mary loves eating fruits. Mary paid $11.08 for berries, $14.33 for apples, and $9.31 for peaches. In total, how much money did she spend?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(11.08+14.33+9.31-x)\nprint(answer)" - ], - "Output Answer": [ - "34.72" - ], - "split": "train" - }, - { - "Input": "Marlee has 12 guests coming to her Halloween party. Each table will hold 3 guests. How many tables will Marlee need?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(12/3-x)\nprint(answer)" - ], - "Output Answer": [ - "4" - ], - "split": "train" - }, - { - "Input": "Betty also bought 140 shiny blue round stones. If 14 pieces of this stone is in each bracelet, how many bracelets of blue shiny round stones will there be?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(140/14-x)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "train" - }, - { - "Input": "Alyssa picked 42 pears and Nancy picked 17 pears from the pear tree. How many pears were picked in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(42+17-x)\nprint(answer)" - ], - "Output Answer": [ - "59" - ], - "split": "train" - }, - { - "Input": "Mrs. Hilt measured the distance from her desk to the water fountain. It was 30 feet. How many feet will Mrs. Hilt walk on her trips to the fountain if she goes to the water fountain 4 times today?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(30*4-x)\nprint(answer)" - ], - "Output Answer": [ - "120" - ], - "split": "train" - }, - { - "Input": "Mike has 96 muffins, which he needs to box up into dozens. How many boxes does he need?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(96/12-x)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "The sum of three consecutive odd numbers is 69. What is the smallest of the three numbers ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((3*x)+6-69)\nprint(answer)" - ], - "Output Answer": [ - "21" - ], - "split": "train" - }, - { - "Input": "Paco had 93 cookies. Paco ate 15 of them. How many cookies did Paco have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(93-15-x)\nprint(answer)" - ], - "Output Answer": [ - "78" - ], - "split": "train" - }, - { - "Input": "For dessert, Jane\u2019s mom prepared 12 pieces of bite-size cinnamon swirls. If the 3 of them ate an equal number of pieces of cinnamon swirls, how many pieces did Jane eat?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(12/3-x)\nprint(answer)" - ], - "Output Answer": [ - "4" - ], - "split": "train" - }, - { - "Input": "Robin has 27 packages of gum. There are 18 pieces in each package. How many pieces of gum does Robin have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(27*18-x)\nprint(answer)" - ], - "Output Answer": [ - "486" - ], - "split": "train" - }, - { - "Input": "There are 2 rose bushes currently in the park. Park workers will plant 4 more rose bushes today. How many rose bushes will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2+4-x)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "train" - }, - { - "Input": "Ellen went to a garage sale to buy chairs. Each chair is 15 dollars. How much did Ellen spend for the 12 chairs she bought?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(15*12-x)\nprint(answer)" - ], - "Output Answer": [ - "180" - ], - "split": "train" - }, - { - "Input": "There are 31 calories in a candy bar. How many calories are there in 11 candy bars ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(31*11-x)\nprint(answer)" - ], - "Output Answer": [ - "341" - ], - "split": "train" - }, - { - "Input": "I have 648 pencils. If I put 4 pencils in each pencil box, how many pencil boxes will I fill?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(648/4-x)\nprint(answer)" - ], - "Output Answer": [ - "162" - ], - "split": "train" - }, - { - "Input": "Nancy, Melanie, Mary, and Alyssa each bought 540 baseball cards, which come in packs of 20. How many packs of baseball cards do they have in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((4*540)/20-x)\nprint(answer)" - ], - "Output Answer": [ - "108" - ], - "split": "train" - }, - { - "Input": "There are 43 pencils in the drawer and 19 pencils on the desk. Dan placed 16 more pencils on the desk. How many pencils are now there in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(43+19+16-x)\nprint(answer)" - ], - "Output Answer": [ - "78" - ], - "split": "train" - }, - { - "Input": "A restaurant served 6 cakes during lunch and 9 during dinner today. How many cakes were served today ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+9-x)\nprint(answer)" - ], - "Output Answer": [ - "15" - ], - "split": "train" - }, - { - "Input": "The farmers reported that they harvest 45 sacks of apples from each of the 8 sections of the orchard daily. How many sacks are harvested every day?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(45*8-x)\nprint(answer)" - ], - "Output Answer": [ - "360" - ], - "split": "train" - }, - { - "Input": "Fred has 5 baseball cards. Melanie bought 3 of Fred's baseball cards. How many baseball cards does Fred have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5-3-x)\nprint(answer)" - ], - "Output Answer": [ - "2" - ], - "split": "train" - }, - { - "Input": "Mrs. Hilt saw 144 bees in the hive. The next day she saw 3 times that many. How many bees did she see on the second day?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(144*3-x)\nprint(answer)" - ], - "Output Answer": [ - "432" - ], - "split": "train" - }, - { - "Input": "Bryan had 8 precious stones in his collection which he sold to his friend from the jewelry store. If the stones were sold at 1785 dollar each, how much money did Bryan get in total?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8*1785-x)\nprint(answer)" - ], - "Output Answer": [ - "14280" - ], - "split": "train" - }, - { - "Input": "Sally bought 4 dozen eggs from the grocery store to bake some cakes. How many eggs did Sally buy ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*12-x)\nprint(answer)" - ], - "Output Answer": [ - "48" - ], - "split": "train" - }, - { - "Input": "Jane had been saving large empty cans to serve as pots for sunflowers. If she has 54 sunflower seeds and there are 9 cans, how many seeds will be placed in each can if she places an equal number of seeds in each can?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(54/9-x)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "train" - }, - { - "Input": "Mike joined his school's band. He bought a trumpet for $145.16, and a song book which was $5.84. How much did Mike spend at the music store?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(145.16+5.84-x)\nprint(answer)" - ], - "Output Answer": [ - "151" - ], - "split": "train" - }, - { - "Input": "Mary has 9 yellow marbles. Joan has 3 yellow marbles. How many yellow marbles do they have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+3-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "train" - }, - { - "Input": "Benny received 67 dollars for his birthday. He went to a sporting goods store and bought a baseball glove, baseball, and bat. He had 33 dollars left over. How much did he spent on the baseball gear ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(67-x-33)\nprint(answer)" - ], - "Output Answer": [ - "34" - ], - "split": "train" - }, - { - "Input": "There were a total of 7 baseball games a month. The season is played for 2 months. How many baseball games are in a season ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7*2-x)\nprint(answer)" - ], - "Output Answer": [ - "14" - ], - "split": "train" - }, - { - "Input": "Uncle Dave bought 143 ice cream sandwiches. If he wants to give them to his 11 hungry nieces, how many can each niece get?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(143/11-x)\nprint(answer)" - ], - "Output Answer": [ - "13" - ], - "split": "train" - }, - { - "Input": "When relatives visit Haley and her family, she and her cousins do origami. If she has 48 origami papers to give away to her 6 cousins, how many will each receive if she gives everyone the same number of origami papers?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(48/6-x)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "My car gets 20 miles per gallon of gas. How many miles can I drive on 5 gallons of gas?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(20*5-x)\nprint(answer)" - ], - "Output Answer": [ - "100" - ], - "split": "train" - }, - { - "Input": "Alyssa loves eating fruits. Alyssa paid $12.08 for grapes, and $9.85 for cherries. In total, how much money did Alyssa spend?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(12.08+9.85-x)\nprint(answer)" - ], - "Output Answer": [ - "21.93" - ], - "split": "train" - }, - { - "Input": "Haley has 63 magazines in her cabinet. She plans to send it to the recycling office in their area. If she places it in boxes which can contain 9 magazines, how many boxes will Hayley use?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(63/9-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "Mrs. Hilt read 4 books. Each book had 17 chapters in it. How many chapters did Mrs. Hilt read?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*17-x)\nprint(answer)" - ], - "Output Answer": [ - "68" - ], - "split": "train" - }, - { - "Input": "Connie has 2315 red markers and 1028 blue markers. How many markers does Connie have altogether?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2315+1028-x)\nprint(answer)" - ], - "Output Answer": [ - "3343" - ], - "split": "train" - }, - { - "Input": "Lexie\u2019s younger brother helped pick up all the paper clips in Lexie\u2019s room. He was able to collect 81 paper clips. If he wants to distribute the paper clips in 9 boxes, how many paper clips will each box contain?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(81/9-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "There are 124 students making 3 stars each for the school wall. How many stars will they make all together?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(124*3-x)\nprint(answer)" - ], - "Output Answer": [ - "372" - ], - "split": "train" - }, - { - "Input": "Sam had 9 dimes in his bank. His dad gave him 7 more dimes. How many dimes does Sam have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+7-x)\nprint(answer)" - ], - "Output Answer": [ - "16" - ], - "split": "train" - }, - { - "Input": "Nancy has saved 1 dozen quarters from washing cars. How much money does Nancy have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((12*0.25)-x)\nprint(answer)" - ], - "Output Answer": [ - "3" - ], - "split": "train" - }, - { - "Input": "In Haley\u2019s class, 5 are boys who love to play marbles. If Haley has 35 marbles, how many will each of the boys receive?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*x-35)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "There are 34 dogwood trees currently in the park. Park workers will plant 49 more dogwood trees today. How many dogwood trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(34+49-x)\nprint(answer)" - ], - "Output Answer": [ - "83" - ], - "split": "train" - }, - { - "Input": "Before December, customers buy 1,346 ear muffs from the mall. During December, they buy 6,444 more, and there are none left. In all, how many ear muffs do the customers buy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1346+6444-x)\nprint(answer)" - ], - "Output Answer": [ - "7790" - ], - "split": "train" - }, - { - "Input": "532 people are watching a movie in a theater. The theater has 750 seats. How many seats are empty in the theater?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(523+x-750)\nprint(answer)" - ], - "Output Answer": [ - "218" - ], - "split": "train" - }, - { - "Input": "The Spurs basketball team has 22 players. Each player has 11 basketballs. How many basketballs do they have in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(22*11-x)\nprint(answer)" - ], - "Output Answer": [ - "242" - ], - "split": "train" - }, - { - "Input": "There are 54 scissors in the drawer. Keith placed 22 more scissors in the drawer. How many scissors are now there in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(54+22-x)\nprint(answer)" - ], - "Output Answer": [ - "76" - ], - "split": "train" - }, - { - "Input": "Harry Hound had a terrible earache yesterday. When I peered into his ears yesterday, I found 36 frisky fleas having a party in his right ear and 85 baby fleas sleeping peacefully in his left ear. I cleaned out Harry Hound's ears. How many fleas perished?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(36+85-x)\nprint(answer)" - ], - "Output Answer": [ - "121" - ], - "split": "train" - }, - { - "Input": "The farmer had 127 apples. The farmer gave 88 apples to his neighbor. How many apples does the farmer have now?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(127-88-x)\nprint(answer)" - ], - "Output Answer": [ - "39" - ], - "split": "train" - }, - { - "Input": "Nancy bought 615 crayons that came in packs of 15. How many packs of crayons did Nancy buy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(615/15-x)\nprint(answer)" - ], - "Output Answer": [ - "41" - ], - "split": "train" - }, - { - "Input": "Tony had $20. Tony paid $8 for a ticket to a baseball game. At the game, Tony bought a hot dog for $3. What amount of money did Tony have then?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(20-(8+3)-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "Sally has 6 blue balloons. Fred has 3 times more blue balloons than Sally. How many blue balloons does Fred have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*3-x)\nprint(answer)" - ], - "Output Answer": [ - "18" - ], - "split": "train" - }, - { - "Input": "There were 3409 pieces of candy in a jar. If 145 pieces were red and the rest were blue, how many were blue?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3409-145-x)\nprint(answer)" - ], - "Output Answer": [ - "3264" - ], - "split": "train" - }, - { - "Input": "Fred loves trading cards. He bought 2 packs of football cards for $2.73 each, a pack of Pokemon cards for $4.01, and a deck of baseball cards for $8.95. How much did Fred spend on cards?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((2*2.73)+4.01+8.95-x)\nprint(answer)" - ], - "Output Answer": [ - "18.42" - ], - "split": "train" - }, - { - "Input": "Kelly has 121 Nintendo games. How many does Kelly need to give away so that Kelly will have 22 games left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(121-22-x)\nprint(answer)" - ], - "Output Answer": [ - "99" - ], - "split": "train" - }, - { - "Input": "Melanie, Benny, Sally, and Jessica each have 3 baseball cards. How many baseball cards do they have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*3-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "train" - }, - { - "Input": "Adam bought 9 packages of cat food and 7 packages of dog food. Each package of cat food contained 10 cans, and each package of dog food contained 5 cans. How many more cans of cat food than dog food did Adam buy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((9*10)-(7*5)-x)\nprint(answer)" - ], - "Output Answer": [ - "55" - ], - "split": "train" - }, - { - "Input": "Benny picked 2 apples and Dan picked 9 apples from the apple tree. How many apples were picked in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2+9-x)\nprint(answer)" - ], - "Output Answer": [ - "11" - ], - "split": "train" - }, - { - "Input": "The first act included 5 clown mobiles, each stuffed with 28 clowns. How many clowns are inside all the clown mobiles combined?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*28-x)\nprint(answer)" - ], - "Output Answer": [ - "140" - ], - "split": "train" - }, - { - "Input": "Mary, Sam, Keith, and Alyssa each have 6 baseball cards. How many baseball cards do they have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*6-x)\nprint(answer)" - ], - "Output Answer": [ - "24" - ], - "split": "train" - }, - { - "Input": "Mike has 45 dollars in 5 dollar bills. How many five dollars bills does he have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(45/5-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "There are 5 oak trees currently in the park. Park workers will plant 4 more oak trees today. How many oak trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5+4-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "Oceanside Bike Rental Shop charges 17 dollars plus 7 dollars an hour for renting a bike. Tom paid 80 dollars to rent a bike. How many hours did he pay to have the bike checked out ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(17+(7*x)-80)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "While digging through her clothes for ice cream money, Joan found 15 dimes in her jacket, and 4 dimes in her shorts. How much money did Joan find?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((15*0.1)+(4*0.1)-x)\nprint(answer)" - ], - "Output Answer": [ - "1.9" - ], - "split": "train" - }, - { - "Input": "On Wednesday, Joan spent 4 half-dollars playing pinball. The next day, she spent 14 half-dollars on pinball. What was the total amount Joan spent playing pinball?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((4*0.5)+(14*0.5)-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "train" - }, - { - "Input": "Tanner saved $17 in September. He saved $48 in October and $25 in November. Then Tanner spent $49 on a video game. How much money does Tanner have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(((17+48)+25)-49-x)\nprint(answer)" - ], - "Output Answer": [ - "41" - ], - "split": "train" - }, - { - "Input": "David has 7 boxes of stuffed toy dogs. Each box has 4 dogs in it. How many dogs are there in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7*4-x)\nprint(answer)" - ], - "Output Answer": [ - "28" - ], - "split": "train" - }, - { - "Input": "Keith loves trading cards. She bought 4 packs of Digimon cards for $4.45 each, and a deck of baseball cards for $6.06. How much did Keith spend on cards?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((4*4.45)+6.06-x)\nprint(answer)" - ], - "Output Answer": [ - "23.86" - ], - "split": "train" - }, - { - "Input": "Iesha has 344 books. 136 are about school and the rest are about sports. How many books about sports does Iesha have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(344-136-x)\nprint(answer)" - ], - "Output Answer": [ - "208" - ], - "split": "train" - }, - { - "Input": "Fred grew 38 cantelopes. Tim grew 44 cantelopes. How many cantelopes did they grow in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(38+44-x)\nprint(answer)" - ], - "Output Answer": [ - "82" - ], - "split": "train" - }, - { - "Input": "Mike has 35 books in his library. He bought several books at a yard sale over the weekend. He now has 56 books in his library. How many books did he buy at the yard sale ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(35+x-56)\nprint(answer)" - ], - "Output Answer": [ - "21" - ], - "split": "train" - }, - { - "Input": "The town of Milburg has 5256 grown-ups and 2987 children. How many people live in Milburg?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5256+2987-x)\nprint(answer)" - ], - "Output Answer": [ - "8243" - ], - "split": "train" - }, - { - "Input": "Sandy sold lemonade in her neighborhood. She got 17 half-dollars on Saturday and 6 half-dollars on Sunday. What amount of money did Sandy receive?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((17*0.5)+(6*0.5)-x)\nprint(answer)" - ], - "Output Answer": [ - "11.5" - ], - "split": "train" - }, - { - "Input": "Benny worked 3 hours for 6 days. How many hours did he work in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3*6-x)\nprint(answer)" - ], - "Output Answer": [ - "18" - ], - "split": "train" - }, - { - "Input": "There are 9 crayons in the drawer. Benny placed 3 more crayons in the drawer. How many crayons are now there in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+3-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "train" - }, - { - "Input": "Lexie\u2019s mom gathered all her watercolor paintings and thought of placing an equal number of paintings in 4 rooms in the house. If Lexie has 32 watercolor paintings, how many paintings will be placed in each room?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*x-32)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "train" - }, - { - "Input": "There are 261 fishbowls. Each fishbowl has 23 fish. How many fish are there?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(261*23-x)\nprint(answer)" - ], - "Output Answer": [ - "6003" - ], - "split": "train" - }, - { - "Input": "Tom purchased a football game for $14.02, a strategy game for $9.46, and a Batman game for $12.04. How much did Tom spend on video games?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(14.02+9.46+12.04-x)\nprint(answer)" - ], - "Output Answer": [ - "35.52" - ], - "split": "train" - }, - { - "Input": "Mary had 7 nickels in her bank. Her dad gave her 5 more nickels. How many nickels does Mary have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7+5-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "train" - }, - { - "Input": "When Joan was visited by the toothfairy, she received 14 each of quarters, half-dollars, and dimes. How much money did the toothfairy leave Joan?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(14*(0.25+0.5+0.1)-x)\nprint(answer)" - ], - "Output Answer": [ - "11.9" - ], - "split": "train" - }, - { - "Input": "Keith grew 6 turnips. Alyssa grew 9 turnips. How many turnips did they grow in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+9-x)\nprint(answer)" - ], - "Output Answer": [ - "15" - ], - "split": "train" - }, - { - "Input": "Sara has 9 dozen golf balls. How many golf balls does she have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9*12-x)\nprint(answer)" - ], - "Output Answer": [ - "108" - ], - "split": "train" - }, - { - "Input": "Christian\u2019s mother prepared lemonade. Every pitcher of lemonade can serve 5 glasses. If she was able to serve 30 glasses of lemonade, how many pitchers of lemonade did she prepare?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*x-30)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "train" - }, - { - "Input": "Melanie is selling 4 gumballs for eight cents each. How much money can Melanie get from selling the gumballs?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*8-x)\nprint(answer)" - ], - "Output Answer": [ - "32" - ], - "split": "train" - }, - { - "Input": "Paula's aunt gave her $109 to spend on clothes at the mall. She bought 2 shirts that cost $11 each and a pair of pants that cost $13. How much money does Paula have left to buy more clothes?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(109-((2*11)+13)-x)\nprint(answer)" - ], - "Output Answer": [ - "74" - ], - "split": "train" - }, - { - "Input": "Dan has 64 violet marbles, he gave Mary 14 of the marbles. How many violet marbles does he now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(64-14-x)\nprint(answer)" - ], - "Output Answer": [ - "50" - ], - "split": "train" - }, - { - "Input": "Bert runs 2 miles every day. How many miles will Bert run in 3 weeks?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2*(3*7)-x)\nprint(answer)" - ], - "Output Answer": [ - "42" - ], - "split": "train" - }, - { - "Input": "Jane\u2019s mom picked cherry tomatoes from their backyard. If she gathered 56 cherry tomatoes and is about to place them in small jars which can contain 8 cherry tomatoes at a time, how many jars will she need?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(56/8-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "Fred had 7 dimes in his bank. His sister borrowed 3 of his dimes. How many dimes does Fred have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7-3-x)\nprint(answer)" - ], - "Output Answer": [ - "4" - ], - "split": "train" - }, - { - "Input": "Joan picked 43 apples from the orchard, and gave 27 apples to Melanie. How many apples does Joan have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(43-27-x)\nprint(answer)" - ], - "Output Answer": [ - "16" - ], - "split": "train" - }, - { - "Input": "One stamp costs 34 cents. If the cost of each stamp remains the same, how much would 4 stamps cost?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(34*4-x)\nprint(answer)" - ], - "Output Answer": [ - "134" - ], - "split": "train" - }, - { - "Input": "Bryan took a look at his books as well. If Bryan has 56 books in each of his 9 bookshelves, how many books does he have in total?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(56*9-x)\nprint(answer)" - ], - "Output Answer": [ - "504" - ], - "split": "train" - }, - { - "Input": "Emily collected eggs from the hen and put them into 303 baskets. She put 28 eggs into each basket. How many eggs did Emily collect?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(303*28-x)\nprint(answer)" - ], - "Output Answer": [ - "8484" - ], - "split": "train" - }, - { - "Input": "Johnny saved $30 in September. He saved $49 in October and $46 in November. Then Johnny spent $58 on a video game. How much money does Johnny have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((30+(49+46))-58-x)\nprint(answer)" - ], - "Output Answer": [ - "67" - ], - "split": "train" - }, - { - "Input": "Tom was at the beach for 5 days and found 7 seashells every day. How many seashells did Tom find during the beach trip ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*7-x)\nprint(answer)" - ], - "Output Answer": [ - "35" - ], - "split": "train" - }, - { - "Input": "Brenda, Betty\u2019s sister, wanted to have 3 bracelets with star-shaped stones. She also bought 36 star-shaped stones from the local store and gave it to Betty. How many star-shaped stones will there be in each of the bracelet Betty makes for Brenda?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3*x-36)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "train" - }, - { - "Input": "On Friday, Fred paid $5.92 each on 2 tickets to a movie theater. He also borrowed a movie for $6.79. Fred paid with a $20 bill. How much change did Fred receive?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((2*5.92)+6.79+x-20)\nprint(answer)" - ], - "Output Answer": [ - "1.37" - ], - "split": "train" - }, - { - "Input": "Mary earns $46 cleaning a home. How many homes did she clean, if she made 276 dollars?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(46*x-276)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "train" - }, - { - "Input": "Mike has 87 baseball cards. Sam bought 13 of Mike's baseball cards. How many baseball cards does Mike have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(87-13-x)\nprint(answer)" - ], - "Output Answer": [ - "74" - ], - "split": "train" - }, - { - "Input": "If books came from all the 4 continents that Bryan had been into and he collected 122 books per continent, how many books does he have from all 4 continents combined?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*122-x)\nprint(answer)" - ], - "Output Answer": [ - "488" - ], - "split": "train" - }, - { - "Input": "Sandy grew 51 pumpkins. Mike grew 23 pumpkins. How many pumpkins did they grow in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(51+23-x)\nprint(answer)" - ], - "Output Answer": [ - "74" - ], - "split": "train" - }, - { - "Input": "James has 1222 balloons. Amy has 513 balloons. How many more balloons does James have than Amy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1222-513-x)\nprint(answer)" - ], - "Output Answer": [ - "208" - ], - "split": "train" - }, - { - "Input": "Jessica, Sandy, and Jason each have 8 pencils. How many pencils do they have have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3*8-x)\nprint(answer)" - ], - "Output Answer": [ - "24" - ], - "split": "train" - }, - { - "Input": "Joan decided to sell all of her old books. She gathered up 33 books to sell. She sold 26 books in a yard sale. How many books does Joan now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(33-26-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "train" - }, - { - "Input": "Dan has 29 violet balloons. Tim has 7 times more violet balloons than Dan. How many violet balloons does Tim have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(29*7-x)\nprint(answer)" - ], - "Output Answer": [ - "203" - ], - "split": "train" - }, - { - "Input": "A car company produced 3,884 cars in North America and 2,871 cars in Europe. How many cars is that in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3884+2871-x)\nprint(answer)" - ], - "Output Answer": [ - "6755" - ], - "split": "train" - }, - { - "Input": "Sam got 9 pennies for washing clothes, and 7 quarters for mowing lawns. How much money does Sam have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((9*0.01)+(7*0.25)-x)\nprint(answer)" - ], - "Output Answer": [ - "1.84" - ], - "split": "train" - }, - { - "Input": "There are 46 children in the classroom, each student will get 4 dozen pencils. How many pencils will the teacher have to give out ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(46*(4*12)-x)\nprint(answer)" - ], - "Output Answer": [ - "2208" - ], - "split": "train" - }, - { - "Input": "In one week, an airplane pilot flew 1134 miles on Tuesday and 1475 miles on Thursday. If the pilot flies the same number of miles 3 weeks in a row, how many miles does the pilot fly in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3*(1134+1475)-x)\nprint(answer)" - ], - "Output Answer": [ - "7827" - ], - "split": "train" - }, - { - "Input": "Sara picked 45 pears and Sally picked 11 pears from the pear tree. How many pears were picked in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(45+11-x)\nprint(answer)" - ], - "Output Answer": [ - "56" - ], - "split": "train" - }, - { - "Input": "Tim has 13 dozen golf balls. How many golf balls does he have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(13*12-x)\nprint(answer)" - ], - "Output Answer": [ - "156" - ], - "split": "dev" - }, - { - "Input": "Sam found 35 seashells on the beach, he gave Joan 18 of the seashells. How many seashells does he now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(35-18-x)\nprint(answer)" - ], - "Output Answer": [ - "17" - ], - "split": "dev" - }, - { - "Input": "Jason went to 11 football games this month. He went to 17 games last month, and plans to go to 16 games next month. How many games will he attend in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(11+17+16-x)\nprint(answer)" - ], - "Output Answer": [ - "44" - ], - "split": "dev" - }, - { - "Input": "Nancy goes fishing with Joan. They catch 18 trout. If they equally split up the trout, how many will each one get ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(18/2-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "dev" - }, - { - "Input": "Tim has 22 books. Mike has 20 books. How many books do they have together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(22+20-x)\nprint(answer)" - ], - "Output Answer": [ - "42" - ], - "split": "dev" - }, - { - "Input": "Melanie grew 139 turnips. Benny grew 113 turnips. How many turnips did they grow in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(139+113-x)\nprint(answer)" - ], - "Output Answer": [ - "252" - ], - "split": "dev" - }, - { - "Input": "Sally had 27 cards. Dan gave her 41 new cards. Sally bought 20 cards. How many cards does Sally have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(27+41+20-x)\nprint(answer)" - ], - "Output Answer": [ - "88" - ], - "split": "dev" - }, - { - "Input": "The sum of three consecutive even numbers is 162. What is the smallest of the three numbers ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((3*x)+6-162)\nprint(answer)" - ], - "Output Answer": [ - "52" - ], - "split": "dev" - }, - { - "Input": "A pet supply store has 600 bags of dog food and 327 bags of cat food. How many more bags of dog food are there than cat food?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(600-327-x)\nprint(answer)" - ], - "Output Answer": [ - "273" - ], - "split": "dev" - }, - { - "Input": "Mike had 34 peaches left at his roadside fruit stand. He went to the orchard and picked more peaches to stock up the stand. There are now 86 peaches at the stand, how many did he pick ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(34+x-86)\nprint(answer)" - ], - "Output Answer": [ - "52" - ], - "split": "dev" - }, - { - "Input": "There are 39 dogwood trees currently in the park. Park workers will plant 41 more dogwood trees today and 20 more dogwood trees tomorrow. How many dogwood trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(39+41+20-x)\nprint(answer)" - ], - "Output Answer": [ - "100" - ], - "split": "dev" - }, - { - "Input": "A dust storm sweeps across the prairie. It covers 64,535 acres of the prairie in dust, but leaves 522 acres untouched. How many acres does the prairie cover?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(64535+522-x)\nprint(answer)" - ], - "Output Answer": [ - "65057" - ], - "split": "dev" - }, - { - "Input": "Nancy has 7 black balloons. Mary has 4 times more black balloons than Nancy. How many black balloons does Mary have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7*4-x)\nprint(answer)" - ], - "Output Answer": [ - "28" - ], - "split": "dev" - }, - { - "Input": "Mike worked 3 hours, each day, for 5 days. How many hours did he work in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3*5-x)\nprint(answer)" - ], - "Output Answer": [ - "15" - ], - "split": "dev" - }, - { - "Input": "Mike bought some toys. He bought marbles for $9.05, a football for $4.95, and spent $6.52 on a baseball. In total, how much did Mike spend on toys?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9.05+4.95+6.52-x)\nprint(answer)" - ], - "Output Answer": [ - "20.52" - ], - "split": "dev" - }, - { - "Input": "Students went to a concert in 8 buses. Each bus took 45 students. How many students went to the concert?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8*45-x)\nprint(answer)" - ], - "Output Answer": [ - "360" - ], - "split": "dev" - }, - { - "Input": "Melanie picked 4 plums, Dan picked 9 plums, and Sally picked 3 plums from the plum tree. How many plums were picked in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4+9+3-x)\nprint(answer)" - ], - "Output Answer": [ - "16" - ], - "split": "dev" - }, - { - "Input": "Mika had 20 stickers. She bought 26 stickers from a store in the mall and got 20 stickers for her birthday. Then Mika gave 6 of the stickers to her sister and used 58 to decorate a greeting card. How many stickers does Mika have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(((20+26)+20)-(6+58)-x)\nprint(answer)" - ], - "Output Answer": [ - "2" - ], - "split": "dev" - }, - { - "Input": "Sandy grew 6 carrots. Sam grew 3 carrots. How many carrots did they grow in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+3-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "dev" - }, - { - "Input": "There are 115 pencils in the drawer. Sara placed 100 more pencils in the drawer. How many pencils are now there in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(115+100-x)\nprint(answer)" - ], - "Output Answer": [ - "215" - ], - "split": "dev" - }, - { - "Input": "On Saturday, Sara spent $10.62 each on 2 tickets to a movie theater. She also rented a movie for $1.59, and bought a movie for $13.95. How much money in total did Sara spend on movies?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((2*10.62)+1.59-x)\nprint(answer)" - ], - "Output Answer": [ - "36.78" - ], - "split": "dev" - }, - { - "Input": "Alyssa bought some toys. She bought a football for $5.71, and spent $6.59 on marbles. In total, how much did Alyssa spend on toys?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5.71+6.59-x)\nprint(answer)" - ], - "Output Answer": [ - "12.3" - ], - "split": "dev" - }, - { - "Input": "A restaurant sold 8 pies every day for a week. How many pies were sold during the week ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8*7-x)\nprint(answer)" - ], - "Output Answer": [ - "56" - ], - "split": "dev" - }, - { - "Input": "Mark's father gave him $85. Mark bought 10 books, each of which cost $5. How much money does Mark have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(85-(10*5)-x)\nprint(answer)" - ], - "Output Answer": [ - "35" - ], - "split": "dev" - }, - { - "Input": "A DVD book holds 126 DVDs. There are 81 DVDs already in the book. How many more DVDs can be put in the book?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(126-81-x)\nprint(answer)" - ], - "Output Answer": [ - "45" - ], - "split": "dev" - }, - { - "Input": "On Friday, 1250 people visited the zoo. 3 times as many people visited on Saturday than on Friday. How many people visited the zoo on Saturday?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1250*3-x)\nprint(answer)" - ], - "Output Answer": [ - "3750" - ], - "split": "dev" - }, - { - "Input": "Jill invited 37 people to her birthday party. They each ate 8 pieces of pizza. How many pieces of pizza did they eat?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(37*8-x)\nprint(answer)" - ], - "Output Answer": [ - "296" - ], - "split": "dev" - }, - { - "Input": "Tom has 30 violet balloons, he gave Fred 16 of the balloons. How many violet balloons does he now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(30-16-x)\nprint(answer)" - ], - "Output Answer": [ - "14" - ], - "split": "dev" - }, - { - "Input": "Sam went to 14 football games this year. He went to 29 games last year. How many football games did Sam go to in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(14+29-x)\nprint(answer)" - ], - "Output Answer": [ - "43" - ], - "split": "dev" - }, - { - "Input": "There are 4 dozen calories in a candy bar. How many calories are there in 42 candy bars ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((4*12)*42-x)\nprint(answer)" - ], - "Output Answer": [ - "2016" - ], - "split": "dev" - }, - { - "Input": "Sandy went to the mall to buy clothes. She spent $13.99 on shorts, $12.14 on a shirt, and $7.43 on a jacket. How much money did Sandy spend on clothes?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(13.99+12.14+7.43-x)\nprint(answer)" - ], - "Output Answer": [ - "33.56" - ], - "split": "dev" - }, - { - "Input": "Tom has 9 yellow balloons. Sara has 8 yellow balloons. How many yellow balloons do they have in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+8-x)\nprint(answer)" - ], - "Output Answer": [ - "17" - ], - "split": "dev" - }, - { - "Input": "Jason's shelves hold 45 books each. How many shelves will Jason need if Jason has 315 books?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(45*x-315)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "dev" - }, - { - "Input": "A multi-national corporation has 2,041 part-time employees and 63,093 full-time employees. How many employees work for the corporation?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2041+63093-x)\nprint(answer)" - ], - "Output Answer": [ - "65134" - ], - "split": "dev" - }, - { - "Input": "Dan has 5 blue marbles. Mary has 2 times more blue marbles than Dan. How many blue marbles does Mary have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*2-x)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "dev" - }, - { - "Input": "Willy has 1400 crayons. Lucy has 290 crayons. How many more crayons does Willy have then Lucy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1400-290-x)\nprint(answer)" - ], - "Output Answer": [ - "1110" - ], - "split": "dev" - }, - { - "Input": "There are 7 crayons in the drawer. Mary took 3 crayons out of the drawer. How many crayons are there now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7-3-x)\nprint(answer)" - ], - "Output Answer": [ - "4" - ], - "split": "dev" - }, - { - "Input": "On Saturday, Sara spent $10.62 each on 2 tickets to a movie theater. Sara also rented a movie for $1.59, and bought a movie for $13.95. How much money in total did Sara spend on movies?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((2*10.62)+1.59+13.59-x)\nprint(answer)" - ], - "Output Answer": [ - "36.78" - ], - "split": "dev" - }, - { - "Input": "Joan went to 4 football games this year. She went to 9 football games last year. How many football games did Joan go to in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4+9-x)\nprint(answer)" - ], - "Output Answer": [ - "13" - ], - "split": "dev" - }, - { - "Input": "Arthur baked 35 muffins. How many more muffins does Arthur have to bake to have 83 muffins?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(35+x-83)\nprint(answer)" - ], - "Output Answer": [ - "48" - ], - "split": "dev" - }, - { - "Input": "Jason has 3 Pokemon cards. Benny bought 2 of Jason's Pokemon cards. How many Pokemon cards does Jason have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3-2-x)\nprint(answer)" - ], - "Output Answer": [ - "1" - ], - "split": "dev" - }, - { - "Input": "Sara grew 43 pumpkins, but the rabbits ate 23 pumpkins. How many pumpkins does Sara have left ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(43-23-x)\nprint(answer)" - ], - "Output Answer": [ - "20" - ], - "split": "dev" - }, - { - "Input": "Sally grew 6 carrots. Fred grew 4 carrots. How many carrots did they grow in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+4-x)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "dev" - }, - { - "Input": "Sam, Dan, Tom, and Keith each have 14 Pokemon cards. How many Pokemon cards do they have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*14-x)\nprint(answer)" - ], - "Output Answer": [ - "56" - ], - "split": "dev" - }, - { - "Input": "Dan picked 9 limes and gave Sara 4 of the limes. How many limes does Dan have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9-4-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "dev" - }, - { - "Input": "Mr. Guzman bought 48 doughnuts packed equally into 4 boxes. How many doughnuts were in each box?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(48/4-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "dev" - }, - { - "Input": "Sally had 760 quarters in her bank. She spent 418 of her quarters. How many quarters does she have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(760-418-x)\nprint(answer)" - ], - "Output Answer": [ - "342" - ], - "split": "dev" - }, - { - "Input": "Sandy sold half of her comic books and then bought 6 more. She now has 13. How many did she begin with ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((x/2)+6-13)\nprint(answer)" - ], - "Output Answer": [ - "14" - ], - "split": "dev" - }, - { - "Input": "The mini library also has a section for the classics. If Jack has a collection of 6 classic authors, with each author having 33 books, how many books does he have in the classics section?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*33-x)\nprint(answer)" - ], - "Output Answer": [ - "198" - ], - "split": "dev" - }, - { - "Input": "Dalton wants to buy a jump rope that costs $7, a board game that costs $12, and a playground ball that costs $4. He has saved $6 from his allowance, and his uncle gave him $13. How much more money does Dalton need to buy the jump rope, the game, and the ball?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(((7+12)+4)-(6+13)-x)\nprint(answer)" - ], - "Output Answer": [ - "4" - ], - "split": "dev" - }, - { - "Input": "There were 28 bales of hay in the barn. Tim stacked more bales in the barn today. There are now 54 bales of hay in the barn. How many bales did he store in the barn ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(28+x-54)\nprint(answer)" - ], - "Output Answer": [ - "26" - ], - "split": "dev" - }, - { - "Input": "If each ball costs $1.54, how much must Kyoko pay for 3 balls?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1.54*3-x)\nprint(answer)" - ], - "Output Answer": [ - "4.62" - ], - "split": "dev" - }, - { - "Input": "Lucy has 212 fish. How many more fish does Lucy need to buy to have 280 fish?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(212+x-280)\nprint(answer)" - ], - "Output Answer": [ - "68" - ], - "split": "dev" - }, - { - "Input": "A restaurant served 9 pizzas during lunch and 6 during dinner today. How many pizzas were served today ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+6-x)\nprint(answer)" - ], - "Output Answer": [ - "15" - ], - "split": "dev" - }, - { - "Input": "There are 9 oak trees currently in the park. Park workers had to cut down 2 oak trees that were damaged. How many oak trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9-2-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "dev" - }, - { - "Input": "Joan found 70 seashells on the beach. she gave Sam some of her seashells. She has 27 seashell left. How many seashells did she give to Sam ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(70-x-27)\nprint(answer)" - ], - "Output Answer": [ - "43" - ], - "split": "dev" - }, - { - "Input": "Megan had 217 markers. Robert gave her 109 more markers. How many markers does Megan have altogether?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(217+109-x)\nprint(answer)" - ], - "Output Answer": [ - "326" - ], - "split": "dev" - }, - { - "Input": "For the final act, the circus brought out dancing animals wearing crowns. If each crown is made with 7 different colored feathers, how many feathers are needed for 934 crowns?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7*934-x)\nprint(answer)" - ], - "Output Answer": [ - "6538" - ], - "split": "dev" - }, - { - "Input": "Benny bought 4 new baseball trading cards to add to his collection. The next day his dog ate half of his collection. There are now only 34 cards left. How many cards did Benny start with ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((x+4)/2-34)\nprint(answer)" - ], - "Output Answer": [ - "64" - ], - "split": "dev" - }, - { - "Input": "As Alyssa was searching through her couch cushions, she found 12 quarters, and 7 pennies in the couch. How much money in total does Alyssa have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((12*0.25)+(7*0.01)-x)\nprint(answer)" - ], - "Output Answer": [ - "3.07" - ], - "split": "dev" - }, - { - "Input": "Joan paid $8.77 on a cat toy, and a cage cost her $10.97 with a $20 bill. How much change did Joan receive?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8.77+10.97+x-20)\nprint(answer)" - ], - "Output Answer": [ - "0.26" - ], - "split": "dev" - }, - { - "Input": "The library is divided into different sections for different type of books. The science fiction section has 8 books. If each book has 478 pages, how many pages do all the books have in total?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8*478-x)\nprint(answer)" - ], - "Output Answer": [ - "3824" - ], - "split": "dev" - }, - { - "Input": "Elise had $8. Then she saved $13 from her allowance and spent $2 on a comic book and $18 on a puzzle. How much money does Elise have left?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((8+13)-(2+18)-x)\nprint(answer)" - ], - "Output Answer": [ - "1" - ], - "split": "dev" - }, - { - "Input": "Tom found 5 seashells on the beach. he gave Jessica 2 of the seashells. How many seashells does he now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5-2-x)\nprint(answer)" - ], - "Output Answer": [ - "3" - ], - "split": "dev" - }, - { - "Input": "Mrs. Hilt uses 2 ounces of detergent to wash a pound of clothes. How many ounces of soap will Mrs. Hilt use to wash 9 pounds of clothes?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2*9-x)\nprint(answer)" - ], - "Output Answer": [ - "18" - ], - "split": "dev" - }, - { - "Input": "There are 22 walnut trees currently in the park. Park workers will plant more walnut trees today. When the workers are finished there will be 55 walnut trees in the park. How many walnut trees did the workers plant today ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(22+x-55)\nprint(answer)" - ], - "Output Answer": [ - "33" - ], - "split": "dev" - }, - { - "Input": "There were 73 bales of hay in the barn. Jason stacked more bales in the barn today. There are now 96 bales of hay in the barn. How many bales did he store in the barn ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(73+x-96)\nprint(answer)" - ], - "Output Answer": [ - "23" - ], - "split": "dev" - }, - { - "Input": "Melanie goes fishing with Tom. Melanie catches 8 trout. Tom catches 2 times as many trout as Melanie. How many trout did Tom catch ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8*2-x)\nprint(answer)" - ], - "Output Answer": [ - "16" - ], - "split": "dev" - }, - { - "Input": "Christina just transferred $69 out of her bank account. As a result, the account now has $26,935 left in it. How much money was in the account before the transfer?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(x-69-26935)\nprint(answer)" - ], - "Output Answer": [ - "27004" - ], - "split": "dev" - }, - { - "Input": "Chris has been saving his allowance to buy a new pair of soccer cleats and a ball. His grandmother gave Chris $25 for his birthday. His aunt and uncle gave Chris $20 and his parents gave him $75. Now Chris had $279. How much money did Chris have before his birthday?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(x+25+20+75-279)\nprint(answer)" - ], - "Output Answer": [ - "159" - ], - "split": "dev" - }, - { - "Input": "Lewis saved checking on the grapevines for his last stop. He was told by one of the pickers that they fill 324 drums of grapes per day. How many drums of grapes would be filled in 9 days?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(324*9-x)\nprint(answer)" - ], - "Output Answer": [ - "2916" - ], - "split": "dev" - }, - { - "Input": "Sam found 18 seashells and Mary found 47 seashells on the beach. How many seashells did they find together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(18+47-x)\nprint(answer)" - ], - "Output Answer": [ - "65" - ], - "split": "dev" - }, - { - "Input": "Sean has 223 whistles. Sean has 95 more whistles than Charles. How many whistles does Charles have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(223-95-x)\nprint(answer)" - ], - "Output Answer": [ - "128" - ], - "split": "dev" - }, - { - "Input": "Mrs. Hilt has 40 markers. They are divided equally into 7 packages. Mrs. Hilt wants to know how many markers are in each package?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(40/7-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "dev" - }, - { - "Input": "Jason picked 46 pears, Keith picked 47 pears, and Mike picked 12 pears from the pear tree. How many pears were picked in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(46+47+12-x)\nprint(answer)" - ], - "Output Answer": [ - "105" - ], - "split": "test" - }, - { - "Input": "Mrs. Hilt bought a notebook for $1.30. She paid with nickels. How many nickels did she use to buy the notebook?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1.30/5-x)\nprint(answer)" - ], - "Output Answer": [ - "26" - ], - "split": "test" - }, - { - "Input": "Jessica had 8 quarters in her bank. Her sister borrowed 3 of her quarters. How many quarters does Jessica have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8-3-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "test" - }, - { - "Input": "To fill an order, the factory dyed 61,921 yards of silk green and 49,500 yards pink. How many yards of silk did it dye for that order?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(61921+49500-x)\nprint(answer)" - ], - "Output Answer": [ - "111421" - ], - "split": "test" - }, - { - "Input": "Jack has a section filled with short story booklets. If each booklet has 9 pages and there are 49 booklets in the short story section, how many pages will Jack need to go through if he plans to read them all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9*49-x)\nprint(answer)" - ], - "Output Answer": [ - "441" - ], - "split": "test" - }, - { - "Input": "Joan has 10 books. Tom has 38 books. How many books do they have together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(10+38-x)\nprint(answer)" - ], - "Output Answer": [ - "48" - ], - "split": "test" - }, - { - "Input": "Abe's family moved from the Bahamas to Japan, so they had convert their money into Japanese yen. Their checking account now has 6,359 yen and their savings account now has 3,485 yen. How many yen do they have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6359+3485-x)\nprint(answer)" - ], - "Output Answer": [ - "9844" - ], - "split": "test" - }, - { - "Input": "They entered the circus tent and saw that there are 4 sections for the audience. If each section can accommodate 246 people, how many people can the tent accommodate in total?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*246-x)\nprint(answer)" - ], - "Output Answer": [ - "984" - ], - "split": "test" - }, - { - "Input": "The junior ranger asked Christian to help him place 420 seedlings in packets. If every packet needs to contain 7 seeds, how many packets do they need?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(420/7-x)\nprint(answer)" - ], - "Output Answer": [ - "60" - ], - "split": "test" - }, - { - "Input": "Sally picked 7 lemons and Mary picked 9 lemons from the lemon tree. How many lemons were picked in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7+9-x)\nprint(answer)" - ], - "Output Answer": [ - "16" - ], - "split": "test" - }, - { - "Input": "There are 4 children in the classroom, each student will get 2 pencils. How many pencils will the teacher have to give out ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*2-x)\nprint(answer)" - ], - "Output Answer": [ - "8" - ], - "split": "test" - }, - { - "Input": "Mary loves eating fruits. Mary paid $7.19 for berries, and $6.83 for peaches with a $20 bill. How much change did Mary receive?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((7.19+6.83)+x-20)\nprint(answer)" - ], - "Output Answer": [ - "5.98" - ], - "split": "test" - }, - { - "Input": "6 students were sitting at each table in the lunchroom. There are 34 tables. How many students were sitting in the lunchroom?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*34-x)\nprint(answer)" - ], - "Output Answer": [ - "204" - ], - "split": "test" - }, - { - "Input": "It has been tradition in Shiela\u2019s home to hang a sock above the fireplace for each member of the family. This year, she placed a cinnamon ball every day in the socks for 5 of her family members. How long can she do this if she bought 50 cinnamon balls?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*x-50)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "test" - }, - { - "Input": "Sam grew 4 watermelons, but the rabbits ate 3 watermelons. How many watermelons does Sam have left ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4-3-x)\nprint(answer)" - ], - "Output Answer": [ - "1" - ], - "split": "test" - }, - { - "Input": "58 children are taking a bus to the zoo. They sit 2 children in every seat. How many seats will the children need in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(58/2-x)\nprint(answer)" - ], - "Output Answer": [ - "29" - ], - "split": "test" - }, - { - "Input": "Mrs. Hilt needs to share $3.75 equally among 3 total people. How much money will each person get?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3.75/3-x)\nprint(answer)" - ], - "Output Answer": [ - "1.25" - ], - "split": "test" - }, - { - "Input": "Joan has 9 blue balloons, Sally has 5 blue balloons, and Jessica has 2 blue balloons. How many blue balloons do they have in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+5+2-x)\nprint(answer)" - ], - "Output Answer": [ - "16" - ], - "split": "test" - }, - { - "Input": "There are 25 popular trees currently in the park. Park workers will plant 73 more popular trees today. How many popular trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(25+73-x)\nprint(answer)" - ], - "Output Answer": [ - "98" - ], - "split": "test" - }, - { - "Input": "Sally found 9 seashells, Tom found 7 seashells, and Jessica found 5 seashells on the beach. How many seashells did they find together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9+7+5-x)\nprint(answer)" - ], - "Output Answer": [ - "21" - ], - "split": "test" - }, - { - "Input": "Christian\u2019s father and the senior ranger gathered firewood as they walked towards the lake in the park and brought with them sacks. If every sack can contain around 20 pieces of wood, how many sacks were they able to fill if they gathered 80 pieces of wood?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(20*x-80)\nprint(answer)" - ], - "Output Answer": [ - "4" - ], - "split": "test" - }, - { - "Input": "Sara picked 6 pears and Tim picked 5 pears from the pear tree. How many pears were picked in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+5-x)\nprint(answer)" - ], - "Output Answer": [ - "11" - ], - "split": "test" - }, - { - "Input": "Sandy went to the mall on Saturday to buy clothes. She paid $9.24 on pants and $8.25 on a shirt with a $20 bill. How much money did Sandy get in change?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9.24+8.25+x-20)\nprint(answer)" - ], - "Output Answer": [ - "2.51" - ], - "split": "test" - }, - { - "Input": "Sam had 98 pennies in his bank. He spent 93 of his pennies. How many pennies does he have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(98-93-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "test" - }, - { - "Input": "Sara goes fishing with Melanie. Sara catches 5 trout. Melanie catches 2 times as many trout as Sara. How many trout did Melanie catch ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*2-x)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "test" - }, - { - "Input": "The value of a sport utility vehicle this year is 16,000 dollars , which is 0.8 of what its value was last year. How much is the value of the vehicle last year?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(16000.0/0.8-x)\nprint(answer)" - ], - "Output Answer": [ - "20000" - ], - "split": "test" - }, - { - "Input": "The Ferris wheel in Paradise Park has 14 seats. Each seat can hold 6 people. How many people can ride the Ferris wheel at the same time?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(14*6-x)\nprint(answer)" - ], - "Output Answer": [ - "84" - ], - "split": "test" - }, - { - "Input": "Dan found 56 seashells on the beach, he gave Jessica some of his seashells. He has 22 seashell left. How many seashells did he give to Jessica ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(56-x-22)\nprint(answer)" - ], - "Output Answer": [ - "34" - ], - "split": "test" - }, - { - "Input": "Sunday morning was spent for making wood carvings which can be sold as souvenir for tourists. They were placed in shelves that can contain 8 wood carvings at a time. If 56 wood carvings were displayed, how many shelves were filled with carvings?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8*x-56)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "test" - }, - { - "Input": "Carla has some marbles. Carla bought 489 marbles. Now Calra has 2778 marbles all together. How many did Carla start with?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(489+x-2778)\nprint(answer)" - ], - "Output Answer": [ - "2289" - ], - "split": "test" - }, - { - "Input": "Marcia spent 300 minutes working on her science project. How many hours did Marcia spend on her science project?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(300/60-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "test" - }, - { - "Input": "Christian and the junior ranger brought a bag of 140 nails as they visited every station assigned to the junior ranger. If they left exactly 7 nails in every station they visited, how many stations did Joline and the junior ranger visit?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(140/7-x)\nprint(answer)" - ], - "Output Answer": [ - "20" - ], - "split": "test" - }, - { - "Input": "Lizette has 813 stamps. Lizette has 125 more stamps than Minerva. How many stamps does Minerva have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(813-125-x)\nprint(answer)" - ], - "Output Answer": [ - "688" - ], - "split": "test" - }, - { - "Input": "Benny has 6 blue marbles. Keith has 5 times more blue marbles than Benny. How many blue marbles does Keith have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6*5-x)\nprint(answer)" - ], - "Output Answer": [ - "30" - ], - "split": "test" - }, - { - "Input": "Sara grew 4 onions, Sally grew 5 onions, and Fred grew 9 onions. How many onions did they grow in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4+5+9-x)\nprint(answer)" - ], - "Output Answer": [ - "18" - ], - "split": "test" - }, - { - "Input": "Betty bought 88 pink flower stones and wanted to make 8 bracelets out of these stones. How many pink flower stones will each bracelet have if she used the same number of stones in each bracelet?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(88/8-x)\nprint(answer)" - ], - "Output Answer": [ - "11" - ], - "split": "test" - }, - { - "Input": "Priya needs 54 cupcakes for a birthday party. She already has 15 chocolate cupcakes and 25 vanilla cupcakes. How many more cupcakes should Priya buy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(54-(15+25)-x)\nprint(answer)" - ], - "Output Answer": [ - "14" - ], - "split": "test" - }, - { - "Input": "Lewis then went to see the oranges being harvested. Lewis found out that they harvest 83 sacks per day. How many sacks of oranges will they have after 6 days of harvest?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(83*6-x)\nprint(answer)" - ], - "Output Answer": [ - "498" - ], - "split": "test" - }, - { - "Input": "Benny bought 7 dozen eggs from the grocery store to bake some cakes. How many eggs did Benny buy ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7*12-x)\nprint(answer)" - ], - "Output Answer": [ - "84" - ], - "split": "test" - }, - { - "Input": "Benny goes to lunch with Sally and Sandy. The total bill came to 15 dollars. They decided to equally split up the bill, how much will each person have to pay ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(15/3-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "test" - }, - { - "Input": "Connie had some marbles. Connie gave 183 to Juan. Now Connie has 593 marbles left. How many did Connie have to start with?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(x-183-593)\nprint(answer)" - ], - "Output Answer": [ - "776" - ], - "split": "test" - }, - { - "Input": "Tim got 3 nickels and 13 dimes for shining shoes, and in his tip jar found 7 dimes and 9 half-dollars. How much money did Tim get?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((3*0.05)+(13*0.1)+(7*0.1)+(9*0.5)-x)\nprint(answer)" - ], - "Output Answer": [ - "6.65" - ], - "split": "test" - }, - { - "Input": "On Friday, Sam spent 2 pennies on ice cream. The next day, Sam spent 12 dimes on baseball cards. All in all, how much money did Sam spend?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((2*0.01)+(12*0.1)-x)\nprint(answer)" - ], - "Output Answer": [ - "1.22" - ], - "split": "test" - }, - { - "Input": "Sara has saved 11 quarters from washing cars. How many cents does Sara have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(11*25-x)\nprint(answer)" - ], - "Output Answer": [ - "275" - ], - "split": "test" - }, - { - "Input": "There are 46 rulers in the drawer. Tim took 25 rulers from the drawer. How many rulers are now in the drawer ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(46-25-x)\nprint(answer)" - ], - "Output Answer": [ - "21" - ], - "split": "test" - }, - { - "Input": "Tim has saved 2000 cents from selling lemonade. How many dollars does Tim have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2000/100-x)\nprint(answer)" - ], - "Output Answer": [ - "20" - ], - "split": "test" - }, - { - "Input": "Mrs. Hilt saw a rollercoaster. 7 students rode the rollercoaster every 5 minutes. How many students rode the rollercoaster in 15 minutes?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7*(15/5)-x)\nprint(answer)" - ], - "Output Answer": [ - "21" - ], - "split": "test" - }, - { - "Input": "Tyler had 15 dogs. Each dog had 5 puppies. How many puppies does Tyler now have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(15*5-x)\nprint(answer)" - ], - "Output Answer": [ - "75" - ], - "split": "test" - }, - { - "Input": "Before the recent housing boom, there were 1,426 houses in Lawrence County. Now, there are 2,000 houses. How many houses did developers build during the housing boom?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1426+x-2000)\nprint(answer)" - ], - "Output Answer": [ - "574" - ], - "split": "test" - }, - { - "Input": "The Sumata family took a 5 day vacation by car. Each day they drove 250 miles. How many total miles did they drive?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*250-x)\nprint(answer)" - ], - "Output Answer": [ - "1250" - ], - "split": "test" - }, - { - "Input": "Dana earns $13 per hour. She worked 9 hours on Friday, 10 hours on Saturday, and 3 hours on Sunday. How much money did Dana earn in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(13*((9+10)+3)-x)\nprint(answer)" - ], - "Output Answer": [ - "286" - ], - "split": "test" - }, - { - "Input": "Mrs. Hilt baked pies last weekend for a holiday dinner. She baked 16 pecan pies and 14 apples pies. If she wants to arrange all of the pies in rows of 5 pies each, how many rows will she have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((16+14)/5-x)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "test" - }, - { - "Input": "There are 53 maple trees currently in the park. Park workers will plant more maple trees today. When the workers are finished there will be 64 maple trees in the park. How many maple trees did the workers plant today ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(53+x-64)\nprint(answer)" - ], - "Output Answer": [ - "11" - ], - "split": "test" - }, - { - "Input": "Nancy has saved 4900 cents from selling lemonade. How many dollars does Nancy have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4900/100-x)\nprint(answer)" - ], - "Output Answer": [ - "49" - ], - "split": "test" - }, - { - "Input": "Jason had Pokemon cards. Jason gave 9 to his friends. Jason now has 4 Pokemon cards left. How many Pokemon cards did Jason have to start with ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(x-9-4)\nprint(answer)" - ], - "Output Answer": [ - "13" - ], - "split": "test" - }, - { - "Input": "Fred found 47 seashells on the beach, he gave Jessica 25 of the seashells. How many seashells does he now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(47-25-x)\nprint(answer)" - ], - "Output Answer": [ - "22" - ], - "split": "test" - }, - { - "Input": "There are 107 walnut trees currently in the park. Park workers will plant 104 more walnut trees today. How many walnut trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(107+104-x)\nprint(answer)" - ], - "Output Answer": [ - "211" - ], - "split": "test" - }, - { - "Input": "Sandy worked 45 hours in the last 5 days. Assuming that she worked the same amount of hours each day, how long did she work each day ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(45/5-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "test" - }, - { - "Input": "Sally saw 1 dozen birds in a tree. How many birds did Sally see ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(1*12-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "test" - }, - { - "Input": "There are 27 pencils in the drawer. Nancy placed 45 more pencils in the drawer. How many pencils are now there in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(27+45-x)\nprint(answer)" - ], - "Output Answer": [ - "72" - ], - "split": "test" - }, - { - "Input": "Sandy has 10 books, Benny has 24 books, and Tim has 33 books. How many books do they have together ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(10+24+33-x)\nprint(answer)" - ], - "Output Answer": [ - "67" - ], - "split": "test" - }, - { - "Input": "There are 7 dogwood trees currently in the park. Park workers will plant 3 more dogwood trees today and 2 more dogwood trees tomorrow. How many dogwood trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(7+3+2-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "test" - }, - { - "Input": "Melanie, Benny, Sandy, and Jessica each have 9 dozen Pokemon cards. How many Pokemon cards do they have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4*(9*12)-x)\nprint(answer)" - ], - "Output Answer": [ - "432" - ], - "split": "test" - }, - { - "Input": "There are 3 calories in a candy bar. How many calories are there in 5 candy bars ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3*5-x)\nprint(answer)" - ], - "Output Answer": [ - "15" - ], - "split": "test" - }, - { - "Input": "Sandy has 8 dozen books. Fred has 5 times more books than Sandy. How many books does Fred have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((8*12)*5-x)\nprint(answer)" - ], - "Output Answer": [ - "480" - ], - "split": "test" - }, - { - "Input": "Connie has 323 marbles. Juan has 175 more marbles than Connie. How many marbles does Juan have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(323+175-x)\nprint(answer)" - ], - "Output Answer": [ - "498" - ], - "split": "test" - }, - { - "Input": "A ship full of grain crashes into a coral reef. By the time the ship is fixed, 49,952 tons of grain have spilled into the water. Only 918 tons of grain remain onboard. How many tons of grain did the ship originally contain?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(49952+918-x)\nprint(answer)" - ], - "Output Answer": [ - "50870" - ], - "split": "test" - }, - { - "Input": "Benny goes out to lunch with Sara and Tom. Each person orders the $8 lunch special. Benny agrees to pay the bill. How much will he have to pay ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(3*8-x)\nprint(answer)" - ], - "Output Answer": [ - "24" - ], - "split": "test" - }, - { - "Input": "There are 33 oak trees currently in the park. Park workers had to cut down 18 oak trees that were damaged. How many oak trees will be in the park when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(33-18-x)\nprint(answer)" - ], - "Output Answer": [ - "15" - ], - "split": "test" - }, - { - "Input": "Joan has 8 orange balloons but lost 2 of them. How many orange balloons does Joan have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8-2-x)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "test" - }, - { - "Input": "There are 4 walnut trees currently in the park. Park workers will plant 6 more walnut trees today. How many walnut trees will the park have when the workers are finished ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(4+6-x)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "test" - }, - { - "Input": "A group of science students went on a field trip. They took 6 vans and 8 buses. There were 6 people in each van and 18 people in each bus. How many people went on the field trip?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((6*6)+(8*18)-x)\nprint(answer)" - ], - "Output Answer": [ - "180" - ], - "split": "test" - }, - { - "Input": "A farmer estimates that he will harvest 48,097 bushels of wheat. The weather is perfect during the growing season, so he harvests 684 more bushels of wheat than expected. How many bushels of wheat does the farmer harvest?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(48097+684-x)\nprint(answer)" - ], - "Output Answer": [ - "48781" - ], - "split": "test" - }, - { - "Input": "She counted her crayons and found out that she has 80 crayons which she will place in crayon boxes. Every box can contain 8 crayons. How many boxes does she need?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(80/8-x)\nprint(answer)" - ], - "Output Answer": [ - "10" - ], - "split": "test" - }, - { - "Input": "There were a total of 27 soccer games during the 3 month season. If the games are equally divided, how many soccer games are played a month ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(27/3-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "test" - }, - { - "Input": "Sally earns $12.50 an hour cleaning houses. If she works for 12 hours, how much money will she make ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(12.50*12-x)\nprint(answer)" - ], - "Output Answer": [ - "150" - ], - "split": "test" - }, - { - "Input": "There was a stack of 700 sheets of used paper. Lexie wants to place it in boxes for recycling. If every box can contain 100 sheets, how many boxes does Lexie need?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(700/7-x)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "test" - }, - { - "Input": "Mary had 8 potatoes in the garden. The rabbits ate 3 of the potatoes. How many potatoes does Mary now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8-3-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "test" - }, - { - "Input": "A ship is filled with 5,973 tons of cargo. It stops in the Bahamas, where sailors load 8,723 more tons of cargo onboard. How many tons of cargo does the ship hold now?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5973+8723-x)\nprint(answer)" - ], - "Output Answer": [ - "14696" - ], - "split": "test" - }, - { - "Input": "Fred earns $12.50 an hour cleaning houses. If he works for 8 hours, how much money will he make ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(12.50*8-x)\nprint(answer)" - ], - "Output Answer": [ - "100" - ], - "split": "test" - }, - { - "Input": "Ellen had 380 legos, but Ellen lost 57 of them. How many legos does Ellen have now?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(380-57-x)\nprint(answer)" - ], - "Output Answer": [ - "323" - ], - "split": "test" - }, - { - "Input": "John can read 4 books a day. John reads every Monday and Tuesday. How many books would John read in 6 weeks?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((4+4)*6-x)\nprint(answer)" - ], - "Output Answer": [ - "48" - ], - "split": "test" - }, - { - "Input": "Fred has 40 baseball cards. Keith bought 22 of Fred's baseball cards. How many baseball cards does Fred have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(40-22-x)\nprint(answer)" - ], - "Output Answer": [ - "18" - ], - "split": "test" - }, - { - "Input": "Each bag contains 23 pounds of oranges. How many pounds of oranges are in 45 bags?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(23*45-x)\nprint(answer)" - ], - "Output Answer": [ - "1035" - ], - "split": "test" - }, - { - "Input": "Mary picked 122 oranges and Jason picked 105 oranges from the orange tree. How many oranges were picked in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(122+105-x)\nprint(answer)" - ], - "Output Answer": [ - "227" - ], - "split": "test" - }, - { - "Input": "Mike has 8 orange marbles, he gave Sam 4 of the marbles. How many orange marbles does he now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8-4-x)\nprint(answer)" - ], - "Output Answer": [ - "4" - ], - "split": "test" - }, - { - "Input": "Brenda\u2019s mother made cookies for 5. If she prepared 35 cookies and each of them had the same number of cookies, how many did each of them have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5*x-35)\nprint(answer)" - ], - "Output Answer": [ - "7" - ], - "split": "test" - }, - { - "Input": "Alyssa has 36 books. Nancy has 7 times more books than Alyssa. How many books does Nancy have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(36*7-x)\nprint(answer)" - ], - "Output Answer": [ - "252" - ], - "split": "test" - }, - { - "Input": "Last week Tom had 74 dollars. He washed cars over the weekend and now has 86 dollars. How much money did he make washing cars ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(74+x-86)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "test" - }, - { - "Input": "Jason has 676 Pokemon cards. Alyssa bought 224 of Jason's Pokemon cards. How many Pokemon cards does Jason have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(676-224-x)\nprint(answer)" - ], - "Output Answer": [ - "452" - ], - "split": "test" - }, - { - "Input": "Jason had 49 quarters in his bank. His dad gave him 25 more quarters. How many quarters does he have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(49+25-x)\nprint(answer)" - ], - "Output Answer": [ - "74" - ], - "split": "test" - }, - { - "Input": "Jason went to the mall on Saturday to buy clothes. He spent $14.28 on shorts and $4.74 on a jacket. In total, how much money did Jason spend on clothing?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(14.28+4.74-x)\nprint(answer)" - ], - "Output Answer": [ - "19.02" - ], - "split": "test" - }, - { - "Input": "How many cookies would you have if you had 37 bags of cookies with 19 cookies in each bag?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(37*19-x)\nprint(answer)" - ], - "Output Answer": [ - "703" - ], - "split": "test" - }, - { - "Input": "Benny bought a soft drink for 2 dollars and 5 candy bars. He spent a total of 27 dollars. How much did each candy bar cost ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(2+(5*x)-27)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "test" - }, - { - "Input": "Maria needs 21 cartons of berries to make a berry cobbler. She already has 4 cartons of strawberries and 8 cartons of blueberries. How many more cartons of berries should Maria buy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(21-(4+8)-x)\nprint(answer)" - ], - "Output Answer": [ - "9" - ], - "split": "test" - }, - { - "Input": "Fred has 110 blue marbles. Fred has 22 times more blue marbles than Tim. How many blue marbles does Tim have?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(110/22-x)\nprint(answer)" - ], - "Output Answer": [ - "5" - ], - "split": "test" - }, - { - "Input": "There are 96 cupcakes for 8 children to share. How much will each person get if they share the cupcakes equally?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(96/8-x)\nprint(answer)" - ], - "Output Answer": [ - "12" - ], - "split": "test" - }, - { - "Input": "Nancy grew 6 potatoes. Sandy grew 7 potatoes. How many potatoes did they grow in total ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(6+7-x)\nprint(answer)" - ], - "Output Answer": [ - "13" - ], - "split": "test" - }, - { - "Input": "Seth bought 20 cartons of ice cream and 2 cartons of yogurt. Each carton of ice cream cost $6 and each carton of yogurt cost $1. How much more did Seth spend on ice cream than on yogurt?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve((20*6)-(2*1)-x)\nprint(answer)" - ], - "Output Answer": [ - "118" - ], - "split": "test" - }, - { - "Input": "Alyssa has 37 blue balloons, Sandy has 28 blue balloons, and Sally has 39 blue balloons. How many blue balloons do they have in all ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(37+28+39-x)\nprint(answer)" - ], - "Output Answer": [ - "104" - ], - "split": "test" - }, - { - "Input": "Joan's cat had 8 kittens. She gave 2 to her friends. How many kittens does she have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(8-2-x)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "test" - }, - { - "Input": "Shannon, Brenda\u2019s neighbor, joined Brenda in making bracelets. She brought 48 heart-shaped stones and wanted to have 8 of this type of stone in each of the bracelet she makes. How many bracelets with heart-shaped stones can Shannon make?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(48/8-x)\nprint(answer)" - ], - "Output Answer": [ - "6" - ], - "split": "test" - }, - { - "Input": "Nancy has 9 five dollars bills. How much money does she have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9*5-x)\nprint(answer)" - ], - "Output Answer": [ - "45" - ], - "split": "test" - }, - { - "Input": "Jessica spent $10.22 on a cat toy, and a cage cost her $11.73. What was the total cost of Jessica's purchases?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(10.22+11.73-x)\nprint(answer)" - ], - "Output Answer": [ - "21.95" - ], - "split": "test" - }, - { - "Input": "Dan bought 9 dozen eggs from the grocery store to bake some cakes. How many eggs did Dan buy ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(9*12-x)\nprint(answer)" - ], - "Output Answer": [ - "108" - ], - "split": "test" - }, - { - "Input": "Joan had 5 dimes in her bank. She spent 2 of her dimes. How many dimes does she have now ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(5-2-x)\nprint(answer)" - ], - "Output Answer": [ - "3" - ], - "split": "test" - }, - { - "Input": "Justin needs 61 paper plates for a birthday party. He already has 26 blue plates and 7 red plates. How many more plates should Justin buy?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(61-(26+7)-x)\nprint(answer)" - ], - "Output Answer": [ - "28" - ], - "split": "test" - }, - { - "Input": "Fred has 709 green balloons, he gave Sandy 221 of the balloons. How many green balloons does he now have ?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(709-221-x)\nprint(answer)" - ], - "Output Answer": [ - "488" - ], - "split": "test" - }, - { - "Input": "There are 37 baskets. There are 17 apples in each basket. How many apples are there in all?", - "Output Program": [ - "from sympy import symbols, solve\nx = symbols(\"x\")\nanswer = solve(37*17-x)\nprint(answer)" - ], - "Output Answer": [ - "629" - ], - "split": "test" - } - ], - "Metadata": [ - { - "Answer": 43, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 0" - }, - { - "Answer": 26, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 1" - }, - { - "Answer": 135, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 2" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 3" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 4" - }, - { - "Answer": 33, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 5" - }, - { - "Answer": 52, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 6" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 7" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 8" - }, - { - "Answer": 64, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 9" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 10" - }, - { - "Answer": 52, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 11" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 12" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 13" - }, - { - "Answer": 53, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 14" - }, - { - "Answer": 14, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 15" - }, - { - "Answer": 21, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 16" - }, - { - "Answer": 13, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 17" - }, - { - "Answer": 17, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 18" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 19" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 20" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 21" - }, - { - "Answer": 15, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 22" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 23" - }, - { - "Answer": 14, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 24" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 25" - }, - { - "Answer": 11, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 26" - }, - { - "Answer": 21, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 27" - }, - { - "Answer": 18, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 28" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 29" - }, - { - "Answer": 19, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 30" - }, - { - "Answer": 14, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 31" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 32" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 33" - }, - { - "Answer": 18, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 34" - }, - { - "Answer": 65, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 35" - }, - { - "Answer": 56, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 36" - }, - { - "Answer": 41, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 37" - }, - { - "Answer": 74, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 38" - }, - { - "Answer": 77, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 39" - }, - { - "Answer": 70, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 40" - }, - { - "Answer": 71, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 41" - }, - { - "Answer": 48, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 42" - }, - { - "Answer": 81, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 43" - }, - { - "Answer": 82, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 44" - }, - { - "Answer": 43, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 45" - }, - { - "Answer": 59, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 46" - }, - { - "Answer": 100, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 47" - }, - { - "Answer": 67, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 48" - }, - { - "Answer": 105, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 49" - }, - { - "Answer": 65, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 50" - }, - { - "Answer": 83, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 51" - }, - { - "Answer": 104, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 52" - }, - { - "Answer": 88, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 53" - }, - { - "Answer": 44, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 54" - }, - { - "Answer": 78, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 55" - }, - { - "Answer": 21, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 56" - }, - { - "Answer": 3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 57" - }, - { - "Answer": 11, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 58" - }, - { - "Answer": 34, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 59" - }, - { - "Answer": 42, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 60" - }, - { - "Answer": 34, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 61" - }, - { - "Answer": 11, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 62" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 63" - }, - { - "Answer": 23, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 64" - }, - { - "Answer": 13, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 65" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 66" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 67" - }, - { - "Answer": 3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 68" - }, - { - "Answer": 3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 69" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 70" - }, - { - "Answer": 15, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 71" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 72" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 73" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 74" - }, - { - "Answer": 83, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 75" - }, - { - "Answer": 72, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 76" - }, - { - "Answer": 25, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 77" - }, - { - "Answer": 17, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 78" - }, - { - "Answer": 42, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 79" - }, - { - "Answer": 74, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 80" - }, - { - "Answer": 74, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 81" - }, - { - "Answer": 96, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 82" - }, - { - "Answer": 50, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 83" - }, - { - "Answer": 98, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 84" - }, - { - "Answer": 76, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 85" - }, - { - "Answer": 59, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 86" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 87" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 88" - }, - { - "Answer": 32, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 89" - }, - { - "Answer": 212, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 90" - }, - { - "Answer": 227, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 91" - }, - { - "Answer": 342, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 92" - }, - { - "Answer": 469, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 93" - }, - { - "Answer": 252, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 94" - }, - { - "Answer": 452, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 95" - }, - { - "Answer": 211, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 96" - }, - { - "Answer": 488, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 97" - }, - { - "Answer": 215, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 98" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 99" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 100" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 101" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 102" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 103" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 104" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 105" - }, - { - "Answer": 13, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 106" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 107" - }, - { - "Answer": 20, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 108" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 109" - }, - { - "Answer": 41, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 110" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 111" - }, - { - "Answer": 19, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 112" - }, - { - "Answer": 108, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 113" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 114" - }, - { - "Answer": 200, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 115" - }, - { - "Answer": 225, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 116" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 117" - }, - { - "Answer": 56, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 118" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 119" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 120" - }, - { - "Answer": 32, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 121" - }, - { - "Answer": 3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 122" - }, - { - "Answer": 32, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 123" - }, - { - "Answer": 1, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 124" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 125" - }, - { - "Answer": 3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 126" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 127" - }, - { - "Answer": 11, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 128" - }, - { - "Answer": 1, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 129" - }, - { - "Answer": 15, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 130" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 131" - }, - { - "Answer": 108, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 132" - }, - { - "Answer": 13, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 133" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 134" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 135" - }, - { - "Answer": 15, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 136" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 137" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 138" - }, - { - "Answer": 24, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 139" - }, - { - "Answer": 150, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 140" - }, - { - "Answer": 32, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 141" - }, - { - "Answer": 150, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 142" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 143" - }, - { - "Answer": 72, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 144" - }, - { - "Answer": 24, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 145" - }, - { - "Answer": 48, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 146" - }, - { - "Answer": 37, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 147" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 148" - }, - { - "Answer": 30, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 149" - }, - { - "Answer": 100, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 150" - }, - { - "Answer": 3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 151" - }, - { - "Answer": 2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 152" - }, - { - "Answer": 49, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 153" - }, - { - "Answer": 2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 154" - }, - { - "Answer": 24, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 155" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 156" - }, - { - "Answer": 35, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 157" - }, - { - "Answer": 18, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 158" - }, - { - "Answer": 56, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 159" - }, - { - "Answer": 45, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 160" - }, - { - "Answer": 28, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 161" - }, - { - "Answer": 24, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 162" - }, - { - "Answer": 56, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 163" - }, - { - "Answer": 252, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 164" - }, - { - "Answer": 156, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 165" - }, - { - "Answer": 182, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 166" - }, - { - "Answer": 84, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 167" - }, - { - "Answer": 203, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 168" - }, - { - "Answer": 341, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 169" - }, - { - "Answer": 275, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 170" - }, - { - "Answer": 2208, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 171" - }, - { - "Answer": 3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 172" - }, - { - "Answer": 108, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 173" - }, - { - "Answer": 2016, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 174" - }, - { - "Answer": 480, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 175" - }, - { - "Answer": 144, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 176" - }, - { - "Answer": 432, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 177" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 178" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 179" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 180" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 181" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 182" - }, - { - "Answer": 18, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 183" - }, - { - "Answer": 15, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 184" - }, - { - "Answer": 14, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 185" - }, - { - "Answer": 32, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 186" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 187" - }, - { - "Answer": 2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 188" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 189" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 190" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 191" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 192" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 193" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 194" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 195" - }, - { - "Answer": 16, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 196" - }, - { - "Answer": 18, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 197" - }, - { - "Answer": 14, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 198" - }, - { - "Answer": 18, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 199" - }, - { - "Answer": 22, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 200" - }, - { - "Answer": 20, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 201" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 202" - }, - { - "Answer": 21, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 203" - }, - { - "Answer": 15, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 204" - }, - { - "Answer": 11.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 205" - }, - { - "Answer": 1.84, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 206" - }, - { - "Answer": 11.9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 207" - }, - { - "Answer": 3.07, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 208" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 209" - }, - { - "Answer": 6.65, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 210" - }, - { - "Answer": 1.9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 211" - }, - { - "Answer": 1.22, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 212" - }, - { - "Answer": 9.43, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 213" - }, - { - "Answer": 151, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 214" - }, - { - "Answer": 12.3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 215" - }, - { - "Answer": 23.86, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 216" - }, - { - "Answer": 21.95, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 217" - }, - { - "Answer": 10.46, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 218" - }, - { - "Answer": 19.02, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 219" - }, - { - "Answer": 21.93, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 220" - }, - { - "Answer": 34.72, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 221" - }, - { - "Answer": 33.56, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 222" - }, - { - "Answer": 158.35, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 223" - }, - { - "Answer": 35.52, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 224" - }, - { - "Answer": 18.42, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 225" - }, - { - "Answer": 36.78, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 226" - }, - { - "Answer": 20.52, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 227" - }, - { - "Answer": 5.98, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 228" - }, - { - "Answer": 2.51, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 229" - }, - { - "Answer": 0.26, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 230" - }, - { - "Answer": 1.37, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 231" - }, - { - "Answer": 4.05, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 232" - }, - { - "Answer": 14696, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 233" - }, - { - "Answer": 7790, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 234" - }, - { - "Answer": 8564, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 235" - }, - { - "Answer": 11687, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 236" - }, - { - "Answer": 6755, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 237" - }, - { - "Answer": 9844, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 238" - }, - { - "Answer": 7092, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 239" - }, - { - "Answer": 118558, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 240" - }, - { - "Answer": 48781, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 241" - }, - { - "Answer": 27004, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 242" - }, - { - "Answer": 14720, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 243" - }, - { - "Answer": 65057, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 244" - }, - { - "Answer": 67082, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 245" - }, - { - "Answer": 106491, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 246" - }, - { - "Answer": 50870, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 247" - }, - { - "Answer": 111421, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 248" - }, - { - "Answer": 65134, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 249" - }, - { - "Answer": 971639, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 250" - }, - { - "Answer": 19766, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 251" - }, - { - "Answer": 574, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 252" - }, - { - "Answer": 3120, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 253" - }, - { - "Answer": 6279, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 254" - }, - { - "Answer": 36.78, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 255" - }, - { - "Answer": 29, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 256" - }, - { - "Answer": 286, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 257" - }, - { - "Answer": 41, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 258" - }, - { - "Answer": 2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 259" - }, - { - "Answer": 180, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 260" - }, - { - "Answer": 50, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 261" - }, - { - "Answer": 15, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 262" - }, - { - "Answer": 28, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 263" - }, - { - "Answer": 35, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 264" - }, - { - "Answer": 1, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 265" - }, - { - "Answer": 39, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 266" - }, - { - "Answer": 67, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 267" - }, - { - "Answer": 118, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 268" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 269" - }, - { - "Answer": 224, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 270" - }, - { - "Answer": 14, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 271" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 272" - }, - { - "Answer": 90, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 273" - }, - { - "Answer": 74, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 274" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 275" - }, - { - "Answer": 13, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 276" - }, - { - "Answer": 55, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 277" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 278" - }, - { - "Answer": 32, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 279" - }, - { - "Answer": 160, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 280" - }, - { - "Answer": 20, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 281" - }, - { - "Answer": 100, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 282" - }, - { - "Answer": 29, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 283" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 284" - }, - { - "Answer": 180, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 285" - }, - { - "Answer": 0.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 286" - }, - { - "Answer": 0.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 287" - }, - { - "Answer": 0.6666666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 288" - }, - { - "Answer": 0.3333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 289" - }, - { - "Answer": 0.25, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 290" - }, - { - "Answer": 0.625, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 291" - }, - { - "Answer": 0.125, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 292" - }, - { - "Answer": 0.1, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 293" - }, - { - "Answer": 0.6666666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 294" - }, - { - "Answer": 0.25, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 295" - }, - { - "Answer": 0.6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 296" - }, - { - "Answer": 0.16666666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 297" - }, - { - "Answer": 0.8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 298" - }, - { - "Answer": 0.9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 299" - }, - { - "Answer": 0.8333333333333334, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 300" - }, - { - "Answer": 0.6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 301" - }, - { - "Answer": 0.2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 302" - }, - { - "Answer": 0.375, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 303" - }, - { - "Answer": 0.6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 304" - }, - { - "Answer": 0.2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 305" - }, - { - "Answer": 0.625, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 306" - }, - { - "Answer": 0.7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 307" - }, - { - "Answer": 0.625, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 308" - }, - { - "Answer": 0.125, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 309" - }, - { - "Answer": 0.6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 310" - }, - { - "Answer": 0.875, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 311" - }, - { - "Answer": 0.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 312" - }, - { - "Answer": 0.3333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 313" - }, - { - "Answer": 0.3333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 314" - }, - { - "Answer": 0.1, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 315" - }, - { - "Answer": 0.9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 316" - }, - { - "Answer": 0.3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 317" - }, - { - "Answer": 0.75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 318" - }, - { - "Answer": 0.375, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 319" - }, - { - "Answer": 0.1, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 320" - }, - { - "Answer": 0.7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 321" - }, - { - "Answer": 0.4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 322" - }, - { - "Answer": 0.625, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 323" - }, - { - "Answer": 0.3, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 324" - }, - { - "Answer": 0.25, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 325" - }, - { - "Answer": 0.7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 326" - }, - { - "Answer": 0.6666666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 327" - }, - { - "Answer": 0.875, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 328" - }, - { - "Answer": 0.9166666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 329" - }, - { - "Answer": 0.8888888888888888, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 330" - }, - { - "Answer": 0.4166666666666667, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 331" - }, - { - "Answer": 0.8333333333333334, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 332" - }, - { - "Answer": 0.75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 333" - }, - { - "Answer": 0.75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 334" - }, - { - "Answer": 0.8333333333333334, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 335" - }, - { - "Answer": 0.6666666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 336" - }, - { - "Answer": 0.8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 337" - }, - { - "Answer": 0.8333333333333334, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 338" - }, - { - "Answer": 0.75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 339" - }, - { - "Answer": 0.7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 340" - }, - { - "Answer": 0.8888888888888888, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 341" - }, - { - "Answer": 0.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 342" - }, - { - "Answer": 0.9166666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 343" - }, - { - "Answer": 0.75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 344" - }, - { - "Answer": 0.6666666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 345" - }, - { - "Answer": 0.8333333333333334, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 346" - }, - { - "Answer": 1.3333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 347" - }, - { - "Answer": 5.666666666666667, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 348" - }, - { - "Answer": 3.6666666666666665, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 349" - }, - { - "Answer": 6.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 350" - }, - { - "Answer": 15.1, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 351" - }, - { - "Answer": 9.8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 352" - }, - { - "Answer": 3.25, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 353" - }, - { - "Answer": 9.8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 354" - }, - { - "Answer": 5.333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 355" - }, - { - "Answer": 10.333333333333334, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 356" - }, - { - "Answer": 6.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 357" - }, - { - "Answer": 18.8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 358" - }, - { - "Answer": 1.3333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 359" - }, - { - "Answer": 1.8333333333333335, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 360" - }, - { - "Answer": 3.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 361" - }, - { - "Answer": 2.75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 362" - }, - { - "Answer": 1.3333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 363" - }, - { - "Answer": 4.333333333333333, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 364" - }, - { - "Answer": 14.75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 365" - }, - { - "Answer": 10.666666666666666, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 366" - }, - { - "Answer": 0.2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 367" - }, - { - "Answer": 9.8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 368" - }, - { - "Answer": 0.08, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 369" - }, - { - "Answer": 0.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 370" - }, - { - "Answer": 14.02, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 371" - }, - { - "Answer": 0.46, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 372" - }, - { - "Answer": 9.12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 373" - }, - { - "Answer": 0.31, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 374" - }, - { - "Answer": 0.2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 375" - }, - { - "Answer": 0.53, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 376" - }, - { - "Answer": 0.09, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 377" - }, - { - "Answer": 14.02, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 378" - }, - { - "Answer": 0.6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 379" - }, - { - "Answer": 4.6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 380" - }, - { - "Answer": 1.22, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 381" - }, - { - "Answer": 0.52, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 382" - }, - { - "Answer": 12.7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 383" - }, - { - "Answer": 1.7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 384" - }, - { - "Answer": 7.26, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 385" - }, - { - "Answer": 6.6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 386" - }, - { - "Answer": 703, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 387" - }, - { - "Answer": 84, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 388" - }, - { - "Answer": 6003, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 389" - }, - { - "Answer": 168, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 390" - }, - { - "Answer": 8484, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 391" - }, - { - "Answer": 629, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 392" - }, - { - "Answer": 504, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 393" - }, - { - "Answer": 488, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 394" - }, - { - "Answer": 14280, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 395" - }, - { - "Answer": 360, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 396" - }, - { - "Answer": 498, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 397" - }, - { - "Answer": 2916, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 398" - }, - { - "Answer": 308, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 399" - }, - { - "Answer": 984, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 400" - }, - { - "Answer": 140, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 401" - }, - { - "Answer": 2268, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 402" - }, - { - "Answer": 6538, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 403" - }, - { - "Answer": 3824, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 404" - }, - { - "Answer": 441, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 405" - }, - { - "Answer": 198, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 406" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 407" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 408" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 409" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 410" - }, - { - "Answer": 60, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 411" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 412" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 413" - }, - { - "Answer": 20, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 414" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 415" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 416" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 417" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 418" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 419" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 420" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 421" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 422" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 423" - }, - { - "Answer": 11, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 424" - }, - { - "Answer": 10, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 425" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 426" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 427" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 428" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 429" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 430" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 431" - }, - { - "Answer": 8, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 432" - }, - { - "Answer": 4, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 433" - }, - { - "Answer": 323, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 434" - }, - { - "Answer": 48, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 435" - }, - { - "Answer": 1110, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 436" - }, - { - "Answer": 220, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 437" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 438" - }, - { - "Answer": 135, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 439" - }, - { - "Answer": 133, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 440" - }, - { - "Answer": 688, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 441" - }, - { - "Answer": 426, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 442" - }, - { - "Answer": 162, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 443" - }, - { - "Answer": 13, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 444" - }, - { - "Answer": 326, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 445" - }, - { - "Answer": 45, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 446" - }, - { - "Answer": 2289, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 447" - }, - { - "Answer": 78, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 448" - }, - { - "Answer": 99, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 449" - }, - { - "Answer": 776, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 450" - }, - { - "Answer": 3343, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 451" - }, - { - "Answer": 208, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 452" - }, - { - "Answer": 208, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 453" - }, - { - "Answer": 128, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 454" - }, - { - "Answer": 498, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 455" - }, - { - "Answer": 486, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 456" - }, - { - "Answer": 0.72, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 457" - }, - { - "Answer": 4.62, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 458" - }, - { - "Answer": 9, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 459" - }, - { - "Answer": 12, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 460" - }, - { - "Answer": 1250, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 461" - }, - { - "Answer": 134, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 462" - }, - { - "Answer": 8243, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 463" - }, - { - "Answer": 1.2, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 464" - }, - { - "Answer": 3264, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 465" - }, - { - "Answer": 3750, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 466" - }, - { - "Answer": 360, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 467" - }, - { - "Answer": 372, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 468" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 469" - }, - { - "Answer": 7827, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 470" - }, - { - "Answer": 204, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 471" - }, - { - "Answer": 75, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 472" - }, - { - "Answer": 39, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 473" - }, - { - "Answer": 48, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 474" - }, - { - "Answer": 296, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 475" - }, - { - "Answer": 242, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 476" - }, - { - "Answer": 18, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 477" - }, - { - "Answer": 66018, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 478" - }, - { - "Answer": 6, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 479" - }, - { - "Answer": 1.25, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 480" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 481" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 482" - }, - { - "Answer": 68, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 483" - }, - { - "Answer": 2.5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 484" - }, - { - "Answer": 26, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 485" - }, - { - "Answer": 21, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 486" - }, - { - "Answer": 432, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 487" - }, - { - "Answer": 120, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 488" - }, - { - "Answer": 280, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 489" - }, - { - "Answer": 68, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 490" - }, - { - "Answer": 159, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 491" - }, - { - "Answer": 121, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 492" - }, - { - "Answer": 273, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 493" - }, - { - "Answer": 28, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 494" - }, - { - "Answer": 218, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 495" - }, - { - "Answer": 1035, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 496" - }, - { - "Answer": 42, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 497" - }, - { - "Answer": 178, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 498" - }, - { - "Answer": 20000, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 499" - }, - { - "Answer": 7750, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 500" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 501" - }, - { - "Answer": 68.25, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 502" - }, - { - "Answer": 50, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 503" - }, - { - "Answer": 2400000, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 504" - }, - { - "Answer": 7, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 505" - }, - { - "Answer": 17, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 506" - }, - { - "Answer": 5, - "Explanation": "grammar check: 0\ntemplate Number: 0\niIndex: 507" - } - ] -} \ No newline at end of file