Skip to content

Instantly share code, notes, and snippets.

@ahmed2m
Created October 5, 2019 09:33
Show Gist options
  • Save ahmed2m/9e8c2e84d7f2b6df3a6c031c6eaa8350 to your computer and use it in GitHub Desktop.
Save ahmed2m/9e8c2e84d7f2b6df3a6c031c6eaa8350 to your computer and use it in GitHub Desktop.
Learning to Automatically Solve Algebra Word Problems, https://homes.cs.washington.edu/~lsz/papers/kazb-acl14.pdf
[
{
"iIndex": 2598,
"sQuestion": "A writing workshop enrolls novelists and poets in a ratio of 5 to 3. There are 24 people at the workshop. How many novelists are there? How many poets are there?",
"lEquations": [
"3.0*novelists=5.0*poets",
"novelists+poets=24.0"
],
"lSolutions": [
15.0,
9.0
]
},
{
"iIndex": 1695,
"sQuestion": "You are selling tickets for a high school play. Student tickets cost 4 dollars and general admission tickets cost 6 dollars. You sell 525 tickets and collect 2876 dollars. How many student tickets and general admission tickets did you sell?",
"lEquations": [
"(4.0*student_ticket)+(6.0*admission_ticket)=2876.0",
"student_ticket+admission_ticket=525.0"
],
"lSolutions": [
137.0,
388.0
]
},
{
"iIndex": 2575,
"sQuestion": "A store is selling compact discs for 10.50 dollars and 8.50 dollars. You buy 10 discs and spend a total of 93 dollars. How many compact discs did you buy that cost 10.50 dollars? How many did you buy that cost 8.50 dollars? ",
"lEquations": [
"(10.5*ten_fifty)+(8.5*eight_fifty)=93.0",
"ten_fifty+eight_fifty=10.0"
],
"lSolutions": [
4.0,
6.0
]
},
{
"iIndex": 1075,
"sQuestion": "Bob invested 6100 dollars in 2 funds , which pay 7 % and 6 % simple interest respectively. The combined interest he earned for both funds was 405 dollars for one year. How many dollars was invested at 7 %? How much was invested at 6 %? ",
"lEquations": [
"(7*0.01*fundone)+(6*0.01*fundtwo)=405.0",
"fundone+fundtwo=6100.0"
],
"lSolutions": [
3900.0,
2200.0
]
},
{
"iIndex": 267,
"sQuestion": "Your teacher is giving you a test worth 100 points and containing 40 questions. There are 2 point and 4 point questions on the test. How many two point questions are there? How many 4 point questions? ",
"lEquations": [
"(2.0*two_point)+(4.0*four_point)=100.0",
"two_point+four_point=40.0"
],
"lSolutions": [
30.0,
10.0
]
},
{
"iIndex": 2089,
"sQuestion": "You have 160 dollars and save 7 dollars per week. Your friend has 210 dollars and saves 5 dollars per week. After how many weeks will each of you have saved the same amount of money?",
"lEquations": [
"160.0+(7.0*week)=210.0+(5.0*week)"
],
"lSolutions": [
25.0
]
},
{
"iIndex": 5154,
"sQuestion": "A theater has 80 seats. On opening night , they sold out , selling adult tickets for 12 dollars each and child tickets for 5 dollars each. If they made a total of 519 dollars , how many child tickets were sold? ",
"lEquations": [
"(12.0*adult_tickets)+(5.0*children_tickets)=519.0",
"adult_tickets+children_tickets=80.0"
],
"lSolutions": [
63.0
]
},
{
"iIndex": 6952,
"sQuestion": "A 20-foot board is cut into 2 pieces. Twice the length of the shorter piece is 4 feet more than the length of the longer piece. Find the length of the shorter piece.",
"lEquations": [
"2.0*shorter=4.0+longer",
"shorter+longer=20.0"
],
"lSolutions": [
8.0
]
},
{
"iIndex": 5131,
"sQuestion": "You are traveling to your mothers house that is 234 miles away. If you are currently twice as far from your house as you are from your mothers house how far have you traveled? Round to the nearest tenth mile.",
"lEquations": [
"distance_traveled+distance_mothers=234.0",
"distance_traveled=2.0*distance_mothers"
],
"lSolutions": [
156.0
]
},
{
"iIndex": 5874,
"sQuestion": "Colombian coffee beans cost 5.50 dollars per pound, while Peruvian coffee beans cost 4.25 dollars per pound. We want to mix the beans together so as to produce a 40-pound bag , costing 4.60 dollars per pound. How many pounds of Columbian beans and how many pounds of Peruvian beans should be used? ",
"lEquations": [
"(5.5*columbian_pounds)+(4.25*peruvian_pounds)=40.0*4.6",
"columbian_pounds+peruvian_pounds=40.0"
],
"lSolutions": [
11.2,
28.8
]
},
{
"iIndex": 6370,
"sQuestion": "A total of 10,000 dollars is invested in 2 funds paying 5 % and 7 % annual interest. The combined annual interest is 630 dollars. How much of the 10,000 dollars is invested at 5 %? How much at 7 %? ",
"lEquations": [
"(5*0.01*five_percent_fund)+(7*0.01*seven_percent_fund)=630.0",
"five_percent_fund+seven_percent_fund=10000.0"
],
"lSolutions": [
3500.0,
6500.0
]
},
{
"iIndex": 3240,
"sQuestion": "For his long distance phone service Milan pays a 2 dollars monthly fee plus 12 cents per minute. Last month , Milan 's long distance bill was 23.36 dollars. For how many minutes was Milan billed for? ",
"lEquations": [
"2.0+((12.0*0.01)*minutes)=23.36"
],
"lSolutions": [
178.0
]
},
{
"iIndex": 5073,
"sQuestion": "The maximum load that a horizontal beam can carry is directly proportional to its width. If a beam 1.5 inches wide can support a load of 250 pounds , find the load that a beam of the same type can support if its width is 3.5 inches? ",
"lEquations": [
"1.5*load_per_width=250.0",
"3.5*load_per_width=load"
],
"lSolutions": [
583.3333
]
},
{
"iIndex": 6238,
"sQuestion": "A chemist needs to make 30 ounces of a 25 % alcohol solution by mixing together a 15 % alcohol solution with a 40 % alcohol solution. How many ounces of the 15 % solution should he use? How many ounces of the 40 % solution?",
"lEquations": [
"((15.0*0.01)*fifteen_solution)+((40.0*0.01)*forty_solution)=25.0*0.01*30.0",
"fifteen_solution+forty_solution=30.0"
],
"lSolutions": [
18.0,
12.0
]
},
{
"iIndex": 5077,
"sQuestion": "The value of a sport utility vehicle this year is 16,000 dollars , which is 0.8 of what its value was last year. Find the value of the vehicle last year. ",
"lEquations": [
"16000.0/0.8=last"
],
"lSolutions": [
20000.0
]
},
{
"iIndex": 1675,
"sQuestion": "Arianne is mixing a solution for Chemistry class. She has a 25 % copper solution and a 50 % copper solution. How many milliliters of the 25 % solution and 50 % solution should she mix to make 1000 milliliters of a 45 % solution?",
"lEquations": [
"((25.0*0.01)*twentyfive_solution)+((50.0*0.01)*fifty_solution)=45.0*0.01*1000.0",
"twentyfive_solution+fifty_solution=1000.0"
],
"lSolutions": [
200.0,
800.0
]
},
{
"iIndex": 3394,
"sQuestion": "The sum of 2 numbers is 50. The first number is 43 less than twice the second number. Find the smaller number. Find the larger number.",
"lEquations": [
"(2.0*larger_number)-smaller_number=43.0",
"smaller_number+larger_number=50.0"
],
"lSolutions": [
19.0,
31.0
]
},
{
"iIndex": 1106,
"sQuestion": "Adult tickets for a play cost 11 dollars and the child tickets cost 10 dollars. If there were 23 people at a performance and the theater collected 246 dollars from tickets sales , how many children attended the play? How many adults attended the play? ",
"lEquations": [
"(10.0*children)+(11.0*adult)=246.0",
"children+adult=23.0"
],
"lSolutions": [
7.0,
16.0
]
},
{
"iIndex": 158,
"sQuestion": "The Kings won two less than three times as many games as they lost. They played 82 games. How many wins and losses did the team have? ",
"lEquations": [
"won+lost=82.0",
"won=(3.0*lost)-2.0"
],
"lSolutions": [
61.0,
21.0
]
},
{
"iIndex": 6521,
"sQuestion": "Find the amount of 6 percent acid solution and the amount of a 14 percent acid solution that Pat should combine to prepare 50 cubic-centimeters of 12 percent solution.",
"lEquations": [
"((6.0*0.01)*six_acid)+((14.0*0.01)*fourteen_acid)=12.0*0.01*50.0",
"six_acid+fourteen_acid=50.0"
],
"lSolutions": [
12.5,
37.5
]
},
{
"iIndex": 2493,
"sQuestion": "The Johnson Farm has 500 acres of land allotted for cultivating corn and wheat. The cost of cultivating corn and wheat is 42 dollars for corn and 30 dollars for wheat. Mr.Johnson has 18,600 dollars available for cultivating these crops. If he used all the land and entire budget , how many acres of corn and how many acres of wheat should he plant? ",
"lEquations": [
"(42.0*corn)+(30.0*wheat)=18600.0",
"corn+wheat=500.0"
],
"lSolutions": [
300.0,
200.0
]
},
{
"iIndex": 6779,
"sQuestion": "Trenton sells electronic supplies. Each week he earns 190 dollars plus commission equal to 4 % of his sales. This week his goal is to earn no less than 500 dollars. Write and solve an inequality to find the amount of sales he must make to reach his goal.",
"lEquations": [
"190.0+((4.0*0.01)*sales)=500.0"
],
"lSolutions": [
7750.0
]
},
{
"iIndex": 5955,
"sQuestion": "A 68-foot pipe is cut into 2 pieces , one of which is 12 feet less than the other. What is the length of the shorter piece in feet? ",
"lEquations": [
"shorter+longer=68.0",
"longer-12.0=shorter"
],
"lSolutions": [
28.0
]
},
{
"iIndex": 1444,
"sQuestion": "Anne and Nancy use a metal alloy that is 24.9 % copper to make jewelry. How many ounces of a 20 % alloy must be mixed with a 27 % alloy to form 100 ounces of the desired alloy?",
"lEquations": [
"((20.0*0.01)*twenty_alloy)+((27.0*0.01)*twentyseven_alloy)=(100.0*24.9)*0.01",
"twenty_alloy+twentyseven_alloy=100.0"
],
"lSolutions": [
30.0
]
},
{
"iIndex": 7364,
"sQuestion": "Nine books are to be bought by a student. Some cost 6 dollars each and the remainder cost 6.50 dollars each. The total amount spent was 56 dollars. How many 6-dollar books were sold? How many 6.50-dollar books were sold? ",
"lEquations": [
"(6.0*some)+(6.5*remainder)=56.0",
"some+remainder=9.0"
],
"lSolutions": [
5.0,
4.0
]
},
{
"iIndex": 428,
"sQuestion": "The Booster Club voted on where they would go for their annual trip. A majority of the club voted to go to a baseball game. They bought 29 tickets. Some of the tickets cost 7 dollars per ticket and some cost 9 dollars per ticket. All of the tickets cost 225 dollars. How many 7-dollar tickets did they buy? How many 9-dollar tickets did they buy? ",
"lEquations": [
"(7.0*seven_dollar)+(9.0*nine_dollar)=225.0",
"seven_dollar+nine_dollar=29.0"
],
"lSolutions": [
18.0,
11.0
]
},
{
"iIndex": 5454,
"sQuestion": "Kay spends 250 minutes per week exercising. Her ratio of time spent on aerobics to time spent on weight training is 3 to 2. How many minutes per week does she spend on aerobics? How many minutes per week does she spend on weight training?",
"lEquations": [
"2.0*aerobics=3.0*weight_training",
"aerobics+weight_training=250.0"
],
"lSolutions": [
150.0,
100.0
]
},
{
"iIndex": 2371,
"sQuestion": "Find 2 numbers whose sum is 64 and whose difference is 4. What is the smaller number? What is the larger number?",
"lEquations": [
"large+small=64.0",
"large-small=4.0"
],
"lSolutions": [
30.0,
34.0
]
},
{
"iIndex": 6373,
"sQuestion": "You are running a concession stand. You are selling hot dogs and soda. Each hot dog costs 1.50 dollars and each soda costs 0.50 dollars. You made a total of 78.50 dollars. You sold a total of 87 hot dogs and sodas combined. You must report the number of hot dogs and sodas sold. How many hot dogs and sodas were sold?",
"lEquations": [
"(1.5*hot_dogs)+(0.5*sodas)=78.5",
"hot_dogs+sodas=87.0"
],
"lSolutions": [
35.0,
52.0
]
},
{
"iIndex": 5272,
"sQuestion": "Find a number so that 10 less than 0.6667 the number is 0.25 the number.",
"lEquations": [
"(0.6667*number)-10.0=0.25*number"
],
"lSolutions": [
24.0
]
},
{
"iIndex": 116,
"sQuestion": "On Monday , Harold picked up three doughnuts and four large coffees for the office staff. He paid 4.91 dollars. On Tuesday Melinda picked up five doughnuts and six large coffees for the office staff. She paid 7.59 dollars. What is the cost of one doughnut? What is the cost of one large coffee? ",
"lEquations": [
"(3.0*donuts)+(4.0*coffees)=4.91",
"(5.0*donuts)+(6.0*coffees)=7.59"
],
"lSolutions": [
0.45,
0.89
]
},
{
"iIndex": 5043,
"sQuestion": "A semi truck travels on a paved road for 2 hours at an average speed of 20 miles per hour faster than it travels on a dirt road. The time spent on the dirt is 3 hours. If the entire trip is 200 miles , how fast is the truck traveling on the dirt road? ",
"lEquations": [
"(2.0*paved_speed)+(3.0*dirt_speed)=200.0",
"paved_speed=20.0+dirt_speed"
],
"lSolutions": [
32.0
]
},
{
"iIndex": 1962,
"sQuestion": "Hockey teams receive 2 points for a win and 1 point for a tie. The wild cats once won a championship with 60 points. They won 9 more games than they tied. How many wins and how many ties did the Wildcats have?",
"lEquations": [
"(2.0*wins)+(1.0*tie)=60.0",
"wins=9.0+tie"
],
"lSolutions": [
23.0,
14.0
]
},
{
"iIndex": 3560,
"sQuestion": "The sum of 2 numbers is 84. One number is 3 times the other. Find the smaller number. Find the larger number.",
"lEquations": [
"larger+smaller=84.0",
"larger=3.0*smaller"
],
"lSolutions": [
21.0,
63.0
]
},
{
"iIndex": 6094,
"sQuestion": "Tickets for a concert were priced at 9 dollars for students and 11 dollars for non-students. There were 2,000 tickets sold for a total of 20,960 dollars. How many student ticket were sold? ",
"lEquations": [
"(9.0*students)+(11.0*non_students)=20960.0",
"students+non_students=2000.0"
],
"lSolutions": [
520.0
]
},
{
"iIndex": 5892,
"sQuestion": "Mary began walking home from school , heading south at a rate of 4 miles per hour. Sharon left school at the same time heading north at 6 miles per hour. How long will it take for them to be 3 miles apart? ",
"lEquations": [
"(4.0*hours)+(6.0*hours)=3.0"
],
"lSolutions": [
0.3
]
},
{
"iIndex": 5540,
"sQuestion": "The weight of an object on the moon varies directly to its weight on earth. A person who weights 133 pounds on earth weighs 26.6 pounds on the moon. How many pounds would a 136-pound person weigh on the moon?",
"lEquations": [
"133*ratio=26.6",
"136.0*ratio=moon_weight"
],
"lSolutions": [
27.2
]
},
{
"iIndex": 5947,
"sQuestion": "A bank teller has 54 5-dollar and 20-dollar bills in her cash drawer. The value of the bills is 780 dollars. How many 5 dollars bills are there?",
"lEquations": [
"(5.0*five_dollar)+(20.0*twenty_dollar)=780.0",
"five_dollar+twenty_dollar=54.0"
],
"lSolutions": [
20.0
]
},
{
"iIndex": 2102,
"sQuestion": "A total of 10,000 dollars was invested in two bond mutual funds , a junk bond fund and a government bond fund. The junk fund is risky and yields 11 % interest. The safer government bond fund yields only 5 %. The year 's total income from the two investments was 740 dollars. How much was invested in each fund? ",
"lEquations": [
"((11.0*0.01)*junk_bonds)+((5.0*0.01)*government_bonds)=740.0",
"junk_bonds+government_bonds=10000.0"
],
"lSolutions": [
4000.0,
6000.0
]
},
{
"iIndex": 2866,
"sQuestion": "A student is pricing 2 different picture packages. John 's Photo World charges 2.75 dollars per sheet and a one time sitting fee of 125 dollars. Sam 's Picture Emporium charges 1.50 dollars per sheet and a one time sitting fee of 140 dollars. For how many sheets of pictures do the 2 companies charge the same amount?",
"lEquations": [
"(2.75*sheets)+125.0=(1.5*sheets)+140.0"
],
"lSolutions": [
12.0
]
},
{
"iIndex": 6072,
"sQuestion": "Suppose you invest 1,500 dollars in equipment to put pictures on T-shirts. You buy each T-shirt for 3 dollars. After you have placed the pictures on a shirt , you sell it for 20 dollars. How many T-shirts must you sell to break even? ",
"lEquations": [
"1500.0+(3.0*shirts)=20.0*shirts"
],
"lSolutions": [
83.0
]
},
{
"iIndex": 7086,
"sQuestion": "Norman and Suzanne Scarpulla own 35 shares of Mcdonald 's stocks and 69 shares of the Ohio Art Company stock. On a particular day in 2011 , their stock portfolio consisting of these two stocks was worth 2,814 dollars. The Mcdonalds stock was 70 dollars more per share than the Ohio Art Company stock. What was the price of McDonalds stock on that day? What was the cost of the Ohio Art Company stock on that day? ",
"lEquations": [
"(35.0*mcdonalds_stock)+(69.0*ohio_art_stock)=2814.0",
"mcdonalds_stock=70.0+ohio_art_stock"
],
"lSolutions": [
73.5,
3.5
]
},
{
"iIndex": 5133,
"sQuestion": "The difference between two numbers is 6. If you double both numbers , the sum is 36. Find the two numbers. ",
"lEquations": [
"(2.0*number_one)+(2.0*number_two)=36.0",
"number_one-number_two=6.0"
],
"lSolutions": [
12.0,
6.0
]
},
{
"iIndex": 7021,
"sQuestion": "The difference between two numbers is 20 and their sum is 48. Find the numbers.",
"lEquations": [
"larger+smaller=48.0",
"larger-smaller=20.0"
],
"lSolutions": [
34.0,
14.0
]
},
{
"iIndex": 2561,
"sQuestion": "A car rented for 29 dollars per day plus 0.08 dollars per mile. Julia paid 46.12 dollars for a 1-day rental. How far did she drive , in miles? ",
"lEquations": [
"29.0+(0.08*miles_driven)=46.12"
],
"lSolutions": [
214.0
]
},
{
"iIndex": 3869,
"sQuestion": "You sell tickets for admission to your school play and collect a total of 104 dollars. Admission prices are 6 dollars for adults and 4 dollars for children. You sold 21 tickets. How many adult tickets did you sell? How many children 's tickets did you sell? ",
"lEquations": [
"(6.0*adults)+(4.0*children)=104.0",
"adults+children=21.0"
],
"lSolutions": [
10.0,
11.0
]
},
{
"iIndex": 5191,
"sQuestion": "A worker gets 60 cents an hour for ordinary time and 90 cents an hour for overtime. If she gets 32.40 dollars for a 50 hour week , how many hours are overtime? ",
"lEquations": [
"((60.0*0.01)*ordinary_time)+((90.0*0.01)*overtime)=32.4",
"ordinary_time+overtime=50.0"
],
"lSolutions": [
8.0
]
},
{
"iIndex": 3542,
"sQuestion": "A student works 2 part-time jobs. He earns 8.00 dollars an hour working at the college library and 15.00 dollars and hour for construction work. To save time for study , be limits his work to 25 hours a week. If he enjoys the work at the library more , how many hours can he work at the library and still earn at 300 dollars a week? ",
"lEquations": [
"(8.0*library)+(15.0*construction)=300.0",
"library+construction=25.0"
],
"lSolutions": [
10.0
]
},
{
"iIndex": 7135,
"sQuestion": "There are some 2-dollar coins and some 5-dollar coins. There are 40 coins , which give a total amount of 125 dollars. How many 2-dollar coins are there? How many 5-dollar coins are there? ",
"lEquations": [
"(2.0*two)+(5.0*five)=125.0",
"two+five=40.0"
],
"lSolutions": [
25.0,
15.0
]
},
{
"iIndex": 5872,
"sQuestion": "At a hotel one night , 260 rooms were booked. Some were single rooms and some were double rooms. The single rooms cost 35 dollars each and the double rooms cost 60 dollars. The hotel made 14000 dollars that night. How many single rooms and double rooms were booked? ",
"lEquations": [
"(35.0*single)+(60.0*double)=14000.0",
"single+double=260.0"
],
"lSolutions": [
64.0,
196.0
]
},
{
"iIndex": 7022,
"sQuestion": "0.5 of a certain number is 10 more than 0.1667 of a number. Find the number.",
"lEquations": [
"0.5*number=(0.1667*number)+10.0"
],
"lSolutions": [
30.0
]
},
{
"iIndex": 5765,
"sQuestion": "One gallon container is full of a 75 % alcohol solution. How much must be drained off and replaced by a 50 % alcohol solution to produce one gallon of 65 % alcohol solution?",
"lEquations": [
"75.0*0.01*left+50.0*0.01*drained=65*0.01*1.0",
"left+drained=1.0"
],
"lSolutions": [
0.4
]
},
{
"iIndex": 2199,
"sQuestion": "An investor will invest a total of 15000 dollars in 2 accounts , one paying 4 % annual simple interest and the other 3 %. If he wants to earn 550 dollars annual interest , how much should he invest at 4 %? How much at 3 %? ",
"lEquations": [
"((3.0*0.01)*low_interest)+((4.0*0.01)*high_interest)=550.0",
"low_interest+high_interest=15000.0"
],
"lSolutions": [
10000.0,
5000.0
]
},
{
"iIndex": 1379,
"sQuestion": "Stan invested 17,000 dollars , part at 18 % and part at 4 %. If the total interest at the end of the year is 1,380 dollars , how much did he invest at 18 %? How much at 4 %? ",
"lEquations": [
"((4.0*0.01)*four)+((18.0*0.01)*eighteen)=1380.0",
"four+eighteen=17000.0"
],
"lSolutions": [
5000.0,
12000.0
]
},
{
"iIndex": 3246,
"sQuestion": "Red cards are worth 3 credits , while blue cards are worth 5 credits. You need any combination of 20 cards to play a game. With 84 credits to buy cards , how many blue cards will you have when you play? how many red cards will you have when you play? ",
"lEquations": [
"(5.0*blue)+(3.0*red)=84.0",
"blue+red=20.0"
],
"lSolutions": [
12.0,
8.0
]
},
{
"iIndex": 6951,
"sQuestion": "Ron and Kathy are ticket-sellers , Ron handling student tickets that sell for 2.00 dollars each and Kathy selling adult tickets for 4.50 dollars each. If their total income for 20 tickets was 60.00 dollars , how many did Ron sell? ",
"lEquations": [
"(2.0*nooftickets_ron_sold)+(4.5*nooftickets_kathy_sold)=60.0",
"nooftickets_ron_sold+nooftickets_kathy_sold=20.0"
],
"lSolutions": [
12.0
]
},
{
"iIndex": 2020,
"sQuestion": "Juan and Peter both leave a shopping center at the same time going in opposite directions. Juan is on his bike and travels 3 miles per hour faster than Peter who is on his skateboard. After 1.5 hours they are 19.5 miles apart. How fast does Peter travel?",
"lEquations": [
"(1.5*juan)+(1.5*peter)=19.5",
"juan=3.0+peter"
],
"lSolutions": [
5.0
]
},
{
"iIndex": 6759,
"sQuestion": "An ice skating rink charges 5 dollars for admission and 2.50 dollars to rent skates. Jill can purchase a new pair of skates for 65 dollars. How many times would she need to go the rink to justify buying the skates rather than renting a pair?",
"lEquations": [
"65.0/2.5=times_at_rink"
],
"lSolutions": [
26.0
]
},
{
"iIndex": 5761,
"sQuestion": "Pencils cost 6 dollars per carton and erasers cost 3 dollars per carton. If an order comes in for a total of 100 cartons for 360 dollars , what was the specific number of cartons of pencils? ",
"lEquations": [
"(6.0*pencils)+(3.0*erasers)=360.0",
"pencils+erasers=100.0"
],
"lSolutions": [
20.0
]
},
{
"iIndex": 6014,
"sQuestion": "Find two numbers whose sum is 106 and whose difference is 64.",
"lEquations": [
"number+other_number=106.0",
"number-other_number=64.0"
],
"lSolutions": [
85.0,
21.0
]
},
{
"iIndex": 1948,
"sQuestion": "Walt made an extra 9000 dollars last year from a part-time job. He invested part of the money at 9 % and the rest at 8 %. He made a total of 770 dollars in interest. How much was invested at 8 %?",
"lEquations": [
"((9.0*0.01)*nine)+((8.0*0.01)*eight)=770.0",
"nine+eight=9000.0"
],
"lSolutions": [
4000.0
]
},
{
"iIndex": 2086,
"sQuestion": "0.5 of a number is 2 more than 0.25 of the number. Find the number.",
"lEquations": [
"0.5*number=2.0+(0.25*number)"
],
"lSolutions": [
8.0
]
},
{
"iIndex": 2057,
"sQuestion": "A small publishing company is planning to publish a new book. The production costs will include one-time fixed costs and variable costs. The one-time fixed costs will amount to 35,630 dollars. The variable costs will be 11.50 dollars per book. The publisher will sell the finished product to bookstores at a price of 20.25 dollars per book. How many books must the publisher print and sell so that the production costs will equal the money obtained from sales? ",
"lEquations": [
"(20.25*books)-(11.5*books)=35630.0"
],
"lSolutions": [
4072.0
]
},
{
"iIndex": 1119,
"sQuestion": "A car rents for 30 dollars per day plus 23 cents per mile. You are on a daily budget of 76 dollars. What mileage can you go and stay within your budget?",
"lEquations": [
"30.0+(23*0.01*miles)=76.0"
],
"lSolutions": [
200.0
]
},
{
"iIndex": 5878,
"sQuestion": "An employment agency specializing in temporary construction help pays heavy equipment operators 140 dollars per day and general laborers 90 dollars per day. If 35 people were hired and the payroll was 3950 dollars , how many heavy equipment operators were employed? How many laborers were employed? ",
"lEquations": [
"(140.0*operators)+(90.0*laborers)=3950.0",
"operators+laborers=35.0"
],
"lSolutions": [
16.0,
19.0
]
},
{
"iIndex": 7126,
"sQuestion": "The sum of two numbers is 85. The difference of twice of one of them and the other one is 5. Find both numbers.",
"lEquations": [
"(2.0*number)-other_number=5.0",
"number+other_number=85.0"
],
"lSolutions": [
30.0,
55.0
]
},
{
"iIndex": 5164,
"sQuestion": "A 5-pound bag of apples costs 3.50 dollars. At the same rate , what would be the cost of 7 pounds of apples in dollars? ",
"lEquations": [
"5.0*cost=3.5",
"7.0*cost=seven_cost"
],
"lSolutions": [
4.9
]
},
{
"iIndex": 6831,
"sQuestion": "Flying with the wind , a bird was able to make 150 kilometers per hour. If the wind was 0.5 times as strong and the bird flies against it , it could make only 30 kilometers per hour. Find the velocity of the wind in kilometers per hour. Find the velocity of the bird. ",
"lEquations": [
"bird+wind=150.0",
"bird-(0.5*wind)=30.0"
],
"lSolutions": [
80.0,
70.0
]
},
{
"iIndex": 576,
"sQuestion": "Michael rented a truck for one day. There was a rental fee of 20.99 dollars , and there also was a charge of 25 cents for each mile. Michael paid 95.74 dollars when he returned the truck. For how many miles did he drive the truck? ",
"lEquations": [
"20.99+((25.0*0.01)*miles)=95.74"
],
"lSolutions": [
299.0
]
},
{
"iIndex": 7134,
"sQuestion": "They charged 7 dollars for adults and 5 dollars for children. 127 adults and children attended , and 839 dollars was made from ticket sales. How many children and adults went to the film premiere? ",
"lEquations": [
"(5.0*children)+(7.0*adults)=839.0",
"children+adults=127.0"
],
"lSolutions": [
25.0,
102.0
]
},
{
"iIndex": 5752,
"sQuestion": "A local bus tour sold 65 tickets. Senior citizen tickets cost 10 dollars and regular tickets cost 15 dollars. The total sales were 855 dollars. How many senior citizen tickets were sold? How many regular tickets were sold? ",
"lEquations": [
"(10.0*senior)+(15.0*regular)=855.0",
"senior+regular=65.0"
],
"lSolutions": [
24.0,
41.0
]
},
{
"iIndex": 3526,
"sQuestion": "Tony planted a 4 foot tree. The tree grows at a rate of 5 feet every year. How many years will it take to be 29 feet?",
"lEquations": [
"4.0+(5.0*years)=29.0"
],
"lSolutions": [
5.0
]
},
{
"iIndex": 3174,
"sQuestion": "Safety Rent A Truck costs 41.95 dollars plus 0.29 dollars per mile. City Rentals rents the truck for 38.95 dollars plus 0.31 dollars per mile. For what mileage are the costs the same?",
"lEquations": [
"41.95+(0.29*miles)=38.95+(0.31*miles)"
],
"lSolutions": [
150.0
]
},
{
"iIndex": 6522,
"sQuestion": "A plane travels due East at 325 miles per hour and another plane travels due west at 275 miles per hour. If they leave at the same time , and from the same place , in how many hours will they be 2100 miles apart? ",
"lEquations": [
"(325.0*hours)+(275.0*hours)=2100.0"
],
"lSolutions": [
3.5
]
},
{
"iIndex": 1583,
"sQuestion": "The difference between 2 times a number and -8 is -12. Find the number.",
"lEquations": [
"(2.0*number)-(-8.0)=(-12.0)"
],
"lSolutions": [
-10.0
]
},
{
"iIndex": 1558,
"sQuestion": "A painting is 10 inches tall and 15 inches wide. A print of the painting is 25 inches tall , how wide is the print in inches? ",
"lEquations": [
"10.0*ratio=15.0",
"25.0*ratio=width"
],
"lSolutions": [
37.5
]
},
{
"iIndex": 2517,
"sQuestion": "Colored copies cost 10 cents per copy and white copies cost 5 cents per copy. Sandy made 400 copies , some of which were colored and the rest white. Her total bill was 22.50 dollars. How many colored copies and white copies did she make? ",
"lEquations": [
"(10*.01*colored_copy)+(5*.01*white_copy)=22.5",
"colored_copy+white_copy=400.0"
],
"lSolutions": [
50.0,
350.0
]
},
{
"iIndex": 3200,
"sQuestion": "In college there are 15 times as many students as professors. If together the students and professors number 40,000 , how many students are there in college? ",
"lEquations": [
"15.0*total_professors=total_students",
"total_students+total_professors=40000.0"
],
"lSolutions": [
37500.0
]
},
{
"iIndex": 2010,
"sQuestion": "At its Grand Opening , the Guthrie Market distributed two different types of souvenirs. One type cost 20 cents each , and the other type cost 25 cents each. One thousand souvenirs were distributed in all. If the cost of these souvenirs was 220 dollars. How many of 20 cents and 25 cents souveniers were distributed? ",
"lEquations": [
"(20*.01*souvenir_one)+(25*.01*souvenir_two)=220.0",
"souvenir_one+souvenir_two=1000.0"
],
"lSolutions": [
600.0,
400.0
]
},
{
"iIndex": 3354,
"sQuestion": "193 tickets were sold for the Class of 2003 ice cream picnic. Each student ticket costs 0.50 dollars each , and each non-student ticket costs 1.50 dollars each. A total of 206.50 dollars was collected. How many student tickets were sold? ",
"lEquations": [
"(0.5*student_tickets)+(1.5*nonstudent_tickets)=206.5",
"student_tickets+nonstudent_tickets=193.0"
],
"lSolutions": [
83.0
]
},
{
"iIndex": 2393,
"sQuestion": "A washer and a dryer cost 600 dollars combined. The price of the washer is 3 times the price of the dryer. What is the cost of the dryer?",
"lEquations": [
"washer+dryer=600.0",
"washer=3.0*dryer"
],
"lSolutions": [
150.0
]
},
{
"iIndex": 1140,
"sQuestion": "Tickets for a ballet performance cost 14 dollars for adults and 12 dollars for students. If total receipts from the sale of 605 tickets were 8,390.00 dollars , how many adult tickets were sold? How many student tickets were sold? ",
"lEquations": [
"(14.0*adult)+(12.0*student)=8390.0",
"adult+student=605.0"
],
"lSolutions": [
565.0,
40.0
]
},
{
"iIndex": 2649,
"sQuestion": "Apples cost 0.60 dollars per pound and grapes cost 1.00 dollars per pound. Jenny bought 12 pounds of fruit and paid 10.00 dollars. How many pounds of apples did she buy? How many pounds of grapes? ",
"lEquations": [
"(0.6*apples)+(1.0*oranges)=10.0",
"apples+oranges=12.0"
],
"lSolutions": [
5.0,
7.0
]
},
{
"iIndex": 3543,
"sQuestion": "Three times a number is the same as the difference of twice the number and seven. Find the number.",
"lEquations": [
"3.0*number=(2.0*number)-7.0"
],
"lSolutions": [
-7.0
]
},
{
"iIndex": 6027,
"sQuestion": ".833 of a number is -60. What is the number?",
"lEquations": [
"0.833*number=(-60.0)"
],
"lSolutions": [
-72.0
]
},
{
"iIndex": 3289,
"sQuestion": "The sum of two numbers is 104. The larger number is 1 less than twice the smaller number. Find the numbers.",
"lEquations": [
"smaller+larger=104.0",
"larger=(2.0*smaller)-1.0"
],
"lSolutions": [
35.0,
69.0
]
},
{
"iIndex": 123,
"sQuestion": "The sum of 20 and a number is 30. ",
"lEquations": [
"20.0+number=30.0"
],
"lSolutions": [
10.0
]
},
{
"iIndex": 3670,
"sQuestion": "3 times a number is added to 5 times a number to get 54. The second number is 2 less than the first. What is the smaller number? What is the larger number?",
"lEquations": [
"(3.0*larger)+(5.0*smaller)=54.0",
"smaller=larger-2.0"
],
"lSolutions": [
6.0,
8.0
]
},
{
"iIndex": 2113,
"sQuestion": "How many liters of a 60 % acid solution must be mixed with a 75 % acid solution to get 20 liters of a 72 % solution?",
"lEquations": [
"(60*.01*sixty_liters)+75*0.01*seventy_five_liters=72*0.01*20.0",
"sixty_liters + seventy_five_liters = 20"
],
"lSolutions": [
4.0
]
},
{
"iIndex": 2120,
"sQuestion": "A manufacturer produces two models of the same toy , Model A and Model B. Model A takes 4 hours to produce and costs 8 dollars each. Model B takes 3 hours to produce and costs 7 dollars each. If the manufacturer allots a total of 5800 hours and 12,600 dollars for production each week , how many of each model will be produced? ",
"lEquations": [
"(4.0*model_a)+(3.0*model_b)=5800.0",
"(8.0*model_a)+(7.0*model_b)=12600.0"
],
"lSolutions": [
700.0,
1000.0
]
},
{
"iIndex": 823,
"sQuestion": "An amusement park sells 2 kinds of tickets. Tickets for children cost 1.50 dollars. Adult tickets cost 4 dollars. On a certain day , 278 people entered the park. On that same day the admission fees collected totaled 792 dollars. How many children were admitted on that day? How many adults were admitted? ",
"lEquations": [
"(1.5*children)+(4.0*adults)=792.0",
"children+adults=278.0"
],
"lSolutions": [
128.0,
150.0
]
},
{
"iIndex": 4585,
"sQuestion": "Post card stamps are 0.20 dollars each. Letter stamps cost 0.33 dollars each. If you have 50 stamps worth 12.60 dollars , how many post card stamps do you have? How many letter stamps? ",
"lEquations": [
"(0.2*post_card)+(0.33*letter)=12.6",
"post_card+letter=50.0"
],
"lSolutions": [
30.0,
20.0
]
},
{
"iIndex": 7248,
"sQuestion": "River Joes 's Seafood Diner charges 6.00 dollars for a catfish dinner and 3.50 dollars for an order of popcorn shrimp. After filling 26 orders , River Joe had collected 133.50 dollars. How many orders of popcorn shrimp and catfish dinners did they sell? ",
"lEquations": [
"(3.5*shrimp)+(6.0*catfish)=133.5",
"shrimp+catfish=26.0"
],
"lSolutions": [
9.0,
17.0
]
},
{
"iIndex": 6882,
"sQuestion": "For a matinee , a movie theater charges 4.50 dollars for children and 6.75 dollars for adults. At today 's matinee , there are 20 more children than adults and the total receipts are 405 dollars. How many children are at today 's matinee? ",
"lEquations": [
"(4.5*children)+(6.75*adults)=405.0",
"children=20.0+adults"
],
"lSolutions": [
48.0
]
},
{
"iIndex": 2488,
"sQuestion": "The difference between two numbers is 3. Their sum is 13. Find the numbers. What is the larger number? What is the smaller number?",
"lEquations": [
"larger+smaller=13.0",
"larger-smaller=3.0"
],
"lSolutions": [
8.0,
5.0
]
},
{
"iIndex": 2211,
"sQuestion": "Kerry asked a bank teller to cash a 390 dollars check using 20-dollar bills and 50-dollar bills. If the teller gave her a total of 15 bills , how many 20-dollar bills did she get? How many 50-dollar bills? ",
"lEquations": [
"(20.0*twenty_dollars)+(50.0*fifty_dollars)=390.0",
"twenty_dollars+fifty_dollars=15.0"
],
"lSolutions": [
12.0,
3.0
]
},
{
"iIndex": 4679,
"sQuestion": "A theater sold 900 tickets to a play. Floor seats cost 12 dollars each and balcony seats 10 dollars each. Total receipts were 9,780 dollars. How many floor seats were sold? How many balcony seats were sold? ",
"lEquations": [
"(12.0*floor)+(10.0*balcony)=9780.0",
"floor+balcony=900.0"
],
"lSolutions": [
390.0,
510.0
]
},
{
"iIndex": 7491,
"sQuestion": "A movie theater charges 7 dollars for an adult and 4 dollars for a child 's ticket. One night , 900 tickets were sold for a total of 5,100 dollars. How many adult tickets were sold? How many child 's tickets were sold? ",
"lEquations": [
"(7.0*adult)+(4.0*child)=5100.0",
"adult+child=900.0"
],
"lSolutions": [
500.0,
400.0
]
},
{
"iIndex": 2941,
"sQuestion": "Eldora and Finn went to an office supply store together. Eldora bought 15 boxes of paper clips and 7 packages of index cards for a total cost of 55.40 dollars. Finn bought 12 boxes of paper clips and 10 packages of index cards for a total cost of 61.70 dollars. Find the cost of one box of paper clips and the cost of one package of index cards.",
"lEquations": [
"(15.0*paperclips)+(7.0*index_cards)=55.4",
"(12.0*paperclips)+(10.0*index_cards)=61.7"
],
"lSolutions": [
1.85,
3.95
]
},
{
"iIndex": 5701,
"sQuestion": "The sum of 2 numbers is 70. The larger number is 2 more than 3 times the smaller number. Find the smaller number. Find the larger number.",
"lEquations": [
"smaller+larger=70.0",
"larger=(3.0*smaller)+2.0"
],
"lSolutions": [
17.0,
53.0
]
},
{
"iIndex": 2239,
"sQuestion": "A high school sold gift wrap. The gift wrap in solid colors sold for 4.00 dollars per roll and the print gift wrap sold for 6.00 dollars per roll. The total number of rolls sold was 480 rolls , and the total amount of money collected was 2,340.00 dollars. How many solid rolls were sold? How many print rolls were sold? ",
"lEquations": [
"(4.0*solid)+(6.0*print)=2340.0",
"solid+print=480.0"
],
"lSolutions": [
270.0,
210.0
]
},
{
"iIndex": 2100,
"sQuestion": "An embossing shop etches metal with acid solutions. The owner is discussing a certain job with the job supervisor , and they decide to use 30 ounces of a 40 % solution. Upon checking the acid solution supplies , the supervisor has found some 25 % acid solution and some 50 % acid solution , but there is no 40 % acid solution. The owner explains to the supervisor how the two existing solutions can be mixed to obtain a 40 % acid solution. How much of each solution is needed? ",
"lEquations": [
"((25.0*0.01)*twentyfive_solution)+((50.0*0.01)*fifty_solution)=40.0*0.01*30.0",
"twentyfive_solution+fifty_solution=30.0"
],
"lSolutions": [
18.0,
12.0
]
},
{
"iIndex": 1739,
"sQuestion": "Jane has a dress shop. She has space for 200 dresses. She sells only red and blue dresses. After reading several fashion magazines she decides to stock her shelves with 34 more blue dresses than red dresses. How many blue dresses and red dresses should she stock?",
"lEquations": [
"blue_dresses=34.0+red_dresses",
"blue_dresses+red_dresses=200.0"
],
"lSolutions": [
117.0,
83.0
]
},
{
"iIndex": 2681,
"sQuestion": "A special tea blend is made from two varieties of herbal tea , one that costs 4.00 dollars per kilogram and another that costs 2.00 dollars per kilogram. How many kilograms of each type are needed to make 20 kilograms of a blend worth 2.50 dollars per kilogram? ",
"lEquations": [
"(2.0*cheap_tea)+(4.0*expensive_tea)=20.0*2.5",
"cheap_tea+expensive_tea=20.0"
],
"lSolutions": [
5.0,
15.0
]
},
{
"iIndex": 5014,
"sQuestion": "The Lakers scored a total of 80 points in a basketball game against the Bulls. The Lakers made a total of 37 baskets , consisting of 2 point baskets and 3 point baskets. How many 2 point baskets did the Lakers make? How many 3 point baskets did the Lakers make? ",
"lEquations": [
"(2.0*two)+(3.0*three)=80.0",
"two+three=37.0"
],
"lSolutions": [
31.0,
6.0
]
},
{
"iIndex": 6212,
"sQuestion": "In 1 week , a music store sold 7 violins for a total of 1600 dollars. 2 different types were sold. One cost 200 dollars and the other cost 300 dollars. How many 200-dollar violins were sold? How many 300-dollar violins were sold? ",
"lEquations": [
"(200.0*two_hundred)+(300.0*three_hundred)=1600.0",
"two_hundred+three_hundred=7.0"
],
"lSolutions": [
5.0,
2.0
]
},
{
"iIndex": 434,
"sQuestion": "Sunshine Car Rentals rents a basic car at a daily rate of 17.99 dollars plus 0.18 per mile. City Rentals rents a basic car at 18.95 dollars plus 0.16 per mile. For what mileage is the cost the same? ",
"lEquations": [
"17.99+(0.18*miles)=18.95+(0.16*miles)"
],
"lSolutions": [
48.0
]
},
{
"iIndex": 3168,
"sQuestion": "The sum of 38 and twice a number is 124. Find the number.",
"lEquations": [
"38.0+(2.0*number)=124.0"
],
"lSolutions": [
43.0
]
},
{
"iIndex": 397,
"sQuestion": "A company 's profit for the first half of the year is 2,750,000 dollars greater than the profit for the second half. If the total annual profit is 3,635,000 dollars , find the profit for the first half-year and the second half-year. ",
"lEquations": [
"first+second=3635000.0",
"first=2750000.0+second"
],
"lSolutions": [
3192500.0,
442500.0
]
},
{
"iIndex": 2157,
"sQuestion": "It takes a boat 4 hours to travel 24 miles down a river and 6 hours to return upstream to its starting point. What is the rate of the current in the river?",
"lEquations": [
"(speed_boat+speed_current)*4.0=24.0",
"(speed_boat-speed_current)*6.0=24.0"
],
"lSolutions": [
1.0
]
},
{
"iIndex": 3585,
"sQuestion": "Pat invested a total of 3,000 dollars. Part of the money yields 10 percent interest per year and the rest yields 8 percent interest per year. If the total yearly interest from this investment is 256 dollars , how much did Pat invest at 10 percent and how much at 8 percent? ",
"lEquations": [
"((8.0*0.01)*low_investment)+((10.0*0.01)*high_investment)=256.0",
"low_investment+high_investment=3000.0"
],
"lSolutions": [
800.0,
2200.0
]
},
{
"iIndex": 6765,
"sQuestion": "2 similar tables and 6 similar chairs cost 6600 dollars. If the table cost 500 dollars more than a chair , what is the cost , in dollars , of the table? What is the cost of the chair? ",
"lEquations": [
"(2.0*table)+(6.0*chair)=6600.0",
"500.0+chair=table"
],
"lSolutions": [
1200.0,
700.0
]
},
{
"iIndex": 724,
"sQuestion": "The state market has 27 more apples than oranges. There are 301 apples and oranges all together. How many apples are in the market?",
"lEquations": [
"apples+oranges=301.0",
"apples=27.0+oranges"
],
"lSolutions": [
164.0
]
},
{
"iIndex": 5595,
"sQuestion": "Find the number whose double is 45 greater than its half?",
"lEquations": [
"2.0*number=45.0+0.5*number"
],
"lSolutions": [
30.0
]
},
{
"iIndex": 6341,
"sQuestion": "A carpenter gave an estimate of 980 dollars to build a cover over a patio. His hourly rate is 28 dollars and he expects to need 560 dollars in materials. How many hours will the job take?",
"lEquations": [
"(28.0*hours)+560.0=980.0"
],
"lSolutions": [
15.0
]
},
{
"iIndex": 1164,
"sQuestion": "Adult tickets for a play cost 8 dollars and child tickets cost 1 dollars. If there were 22 people at a performance and the theater collected 50 dollars from ticket sales , how many children attended the play? ",
"lEquations": [
"(8.0*adult_tickets)+(1.0*child_tickets)=50.0",
"adult_tickets+child_tickets=22.0"
],
"lSolutions": [
18.0
]
},
{
"iIndex": 986,
"sQuestion": "kevin bought 3 muffins and a bottle of juice that cost 1.45 dollars. He paid a total of 3.70 dollars. How much did each muffin cost?",
"lEquations": [
"(3.0*muffins)+1.45=3.7"
],
"lSolutions": [
0.75
]
},
{
"iIndex": 5981,
"sQuestion": "1 blend of coffee sells for 9.00 dollars per pound and another blend sells for 8.00 dollars per pound. You want to make a 20 pound blend that sells for 8.40 dollars per pound. How many pounds of the 8 dollars per pound coffee do you need? How many pounds of the 9 dollars per pound coffee do you need?",
"lEquations": [
"(8.0*eight_coffee)+(9.0*nine_coffee)=20.0*8.4",
"eight_coffee+nine_coffee=20.0"
],
"lSolutions": [
12.0,
8.0
]
},
{
"iIndex": 1562,
"sQuestion": "The tallest player on the basketball team is 77.75 inches tall. This is 9.5 inches taller than the shortest player. How tall is the shortest player , in inches? ",
"lEquations": [
"shortest=77.75-9.5"
],
"lSolutions": [
68.25
]
},
{
"iIndex": 5464,
"sQuestion": "0.20 of a number decreased by 4 is equal to 6. Find the number.",
"lEquations": [
"(0.2*number)-4.0=6.0"
],
"lSolutions": [
50.0
]
},
{
"iIndex": 5669,
"sQuestion": "The sum of the numbers of boys and girls in a class is 36. If twice the number of girls exceeds the number of boys by 12 , find the number of girls in the class. Find the number of boys. ",
"lEquations": [
"2.0*girls=12.0+boys",
"boys+girls=36.0"
],
"lSolutions": [
16.0,
20.0
]
},
{
"iIndex": 1341,
"sQuestion": "The probability that San Francisco plays in the next super bowl is nine times the probability that they do not play in the next super bowl. The probability that San Francisco plays in the next super bowl plus the probability that they do not play is 1. What is the probability that San Francisco plays in the next super bowl?",
"lEquations": [
"play_probability+not_play_probability=1.0",
"play_probability=9.0*not_play_probability"
],
"lSolutions": [
0.9
]
},
{
"iIndex": 1997,
"sQuestion": "If 4 apples and 2 oranges equals 1 dollars and 2 apples and 3 orange equals 0.70 dollars , how much does each apple and each orange cost?",
"lEquations": [
"(4.0*apple)+(2.0*orange)=1.0",
"(2.0*apple)+(3.0*orange)=0.7"
],
"lSolutions": [
0.2,
0.1
]
},
{
"iIndex": 1375,
"sQuestion": "A washer-dryer combination costs 1,200 dollars. If the washer costs 220 dollars more than the dryer , what does the washer cost? How much does the dryer cost? ",
"lEquations": [
"washer_cost+dryer_cost=1200.0",
"washer_cost=220.0+dryer_cost"
],
"lSolutions": [
710.0,
490.0
]
},
{
"iIndex": 5281,
"sQuestion": "There are 11 animals in a barnyard. Some are chickens and some are cows. There are 38 legs in all. How many chickens and cows are in the barnyard?",
"lEquations": [
"(2.0*chickens)+(4.0*cows)=38.0",
"chickens+cows=11.0"
],
"lSolutions": [
3.0,
8.0
]
},
{
"iIndex": 2925,
"sQuestion": "Riza was 25 when her first son was born. Today the sum of their ages is 105. How old is Riza and her son now?",
"lEquations": [
"riza+son=105.0",
"riza=25.0+son"
],
"lSolutions": [
65.0,
40.0
]
},
{
"iIndex": 5367,
"sQuestion": "Each unit of grain A contains 2 grams of fat and 80 calories , and unit B has 3 grams of fat and 60 calories. If the final product is to provide 18 grams of fat and 480 calories , how much of grain A and how much of grain B should be used. ",
"lEquations": [
"(2.0*grain_a)+(3.0*grain_b)=18.0",
"(80.0*grain_a)+(60.0*grain_b)=480.0"
],
"lSolutions": [
3.0,
4.0
]
},
{
"iIndex": 1702,
"sQuestion": "Freeport McMoran projects that in 2010 the world grain supply will be 1800000 metric tons and the supply will be only 0.75 of the world grain demand. What will the world grain demand be in 2010?",
"lEquations": [
"1800000.0=0.75*demand"
],
"lSolutions": [
2400000.0
]
},
{
"iIndex": 2184,
"sQuestion": "One canned juice drink is 30 % orange juice ; another is 5 % orange juice. How many liters of each should be mixed together in order to get 25 liters that is 10 % orange juice?",
"lEquations": [
"((30.0*first)*0.01)+((5.0*second)*0.01)=(25.0*10.0)*0.01",
"first+second=25.0"
],
"lSolutions": [
5.0,
20.0
]
},
{
"iIndex": 1658,
"sQuestion": "A motorist drove 2 hours at one speed and then for 3 hours at another speed. He covered a distance of 252 kilometers. If he had travelled 4 hours at the first speed and 1 hour at the second speed , he would have covered 244 kilometers. Find two speeds? ",
"lEquations": [
"(2.0*first_speed)+(3.0*second_speed)=252.0",
"(4.0*first_speed)+(1.0*second_speed)=244.0"
],
"lSolutions": [
48.0,
52.0
]
},
{
"iIndex": 5020,
"sQuestion": "Juliet has a choice between receiving an 1800 dollars monthly salary from Furniture by Design or a base salary of 1600 dollars and a 4 % commission on the amount of furniture she sells during the month. For what amount of sales will the 2 choices be equal?",
"lEquations": [
"1600.0+(4*0.01*sales)=1800.0"
],
"lSolutions": [
5000.0
]
},
{
"iIndex": 3499,
"sQuestion": "You have 30 total items that consist of hats and boots. The total cost is 190.00 dollars. Boots cost 9.00 dollars and hats cost 5.00 dollars. How many boots are there? How many hats?",
"lEquations": [
"(9.0*boots)+(5.0*hats)=190.0",
"hats+boots=30.0"
],
"lSolutions": [
10.0,
20.0
]
},
{
"iIndex": 972,
"sQuestion": "A 12 ounce can of cranberry juice sells for 84 cents. Give the unit cost in cents per ounce.",
"lEquations": [
"cost=84.0/12.0"
],
"lSolutions": [
7.0
]
},
{
"iIndex": 760,
"sQuestion": "Pencils cost 25 cents a piece. Pens cost 80 cents a piece. Susan spent 20 dollars for a total of 36 pens and pencils. How many pencils did she buy?",
"lEquations": [
"(25.0*.01*pencils)+(80.0*0.01*pens)=20.0",
"pencils+pens=36.0"
],
"lSolutions": [
16.0
]
},
{
"iIndex": 432,
"sQuestion": "Safety Rent-a-Car rents an intermediate-size car at a daily rate of 21.95 dollars plus 0.19 per mile. City Rentals rent an intermediate-size car for 18.95 dollars plus 0.21 per mile. For what milage is the cost the same? ",
"lEquations": [
"21.95+(0.19*miles)=18.95+(0.21*miles)"
],
"lSolutions": [
150.0
]
},
{
"iIndex": 542,
"sQuestion": "Angus invested 18,000 dollars , part at 3 % and part at 5 %. If the total interest at the end of the year is 660 dollars , how much did he invest at 3 %? At 5 %? ",
"lEquations": [
"(3*0.01*three)+(5*0.01*five)=660.0",
"three+five=18000.0"
],
"lSolutions": [
12000.0,
6000.0
]
},
{
"iIndex": 5939,
"sQuestion": "Together , Jane and Jill have 32 dolls. Jill has 6 more dolls than Jane does. How many dolls does Jane have? How many does Jill have? ",
"lEquations": [
"Janes_dolls+Jills_dolls=32.0",
"Jills_dolls=6.0+Janes_dolls"
],
"lSolutions": [
13.0,
19.0
]
},
{
"iIndex": 3810,
"sQuestion": "Two airplanes left the same airport traveling in opposite directions. If one airplane averages 400 miles per hour and the other 250 miles per hour , how many hours will it take for the distance between them be 1625 miles? ",
"lEquations": [
"(250.0*hours)+(400.0*hours)=1625.0"
],
"lSolutions": [
2.5
]
},
{
"iIndex": 3683,
"sQuestion": "In a basketball game , Will scored 26 points , consisting only of 3-point shots and 2-point shots. He made a total of 11 shots. How many 3-point shots did he make? How many 2-point shots did he make? ",
"lEquations": [
"(3.0*three)+(2.0*two)=26.0",
"three+two=11.0"
],
"lSolutions": [
4.0,
7.0
]
},
{
"iIndex": 3009,
"sQuestion": "One number is 3 more than twice a second number. Their sum is 27. Find the smaller number. Find the larger number.",
"lEquations": [
"larger_number+smaller_number=27.0",
"larger_number=(2.0*smaller_number)+3.0"
],
"lSolutions": [
8.0,
19.0
]
},
{
"iIndex": 2894,
"sQuestion": "Lakota bought 6 new compact disks and 2 used compact disks for 127.92 dollars. At the same prices , Mackenzie bought 3 new compact disks and 8 used compact disks for 133.89 dollars. Find the cost of buying a single used compact disk. ",
"lEquations": [
"(6.0*new)+(2.0*used)=127.92",
"(3.0*new)+(8.0*used)=133.89"
],
"lSolutions": [
9.99
]
},
{
"iIndex": 2174,
"sQuestion": "A garden table and a bench cost 450 dollars combined. The price of the garden table is 2 times the price of the bench. What is the cost of the bench , in dollars? ",
"lEquations": [
"garden_table+bench=450.0",
"garden_table=2.0*bench"
],
"lSolutions": [
150.0
]
},
{
"iIndex": 5829,
"sQuestion": "Rowan can row 26 kilometers downstream in 2 hours. Returning upstream it takes 4 hours to complete the trip. Find his rate in still water in kilometers per hour and the rate of the current.",
"lEquations": [
"(rowan_speed+current)*2.0=26.0",
"(rowan_speed-current)*4.0=26.0"
],
"lSolutions": [
9.75,
3.25
]
},
{
"iIndex": 658,
"sQuestion": "Manuel opened a savings account with an initial deposit of 177 dollars. If he wants to save 500 dollars during the next 19 weeks , how much must he save each week , in dollars? ",
"lEquations": [
"177.0+(19.0*save)=500.0"
],
"lSolutions": [
17.0
]
},
{
"iIndex": 5298,
"sQuestion": "The first agency charges 20.25 dollars per day and 0.14 dollars per mile. The second agency charges 18.25 dollars per day and 0.22 dollars per mile. How many miles would you have to drive before the first agency is less expensive than the second?",
"lEquations": [
"20.25+(0.14*miles)=18.25+(0.22*miles)"
],
"lSolutions": [
25.0
]
},
{
"iIndex": 3600,
"sQuestion": "Tickets for a concert were priced at 7 dollars for students and 10 dollars for non-students. There were 2000 tickets sold for a total of 17,339 dollars. How many student tickets were sold? How many non-student tickets? ",
"lEquations": [
"(7.0*students)+(10.0*nonstudents)=17339.0",
"students+nonstudents=2000.0"
],
"lSolutions": [
887.0,
1113.0
]
},
{
"iIndex": 485,
"sQuestion": "A weight of 80 pounds stretches a spring 4.5 inches. How far will a weight of 125 pounds stretch the spring? ",
"lEquations": [
"80.0*stretch=4.5",
"125.0*stretch=distance"
],
"lSolutions": [
7.03
]
},
{
"iIndex": 5163,
"sQuestion": "To buy both a new car and a new house , Tina sought two loans totaling 318,338 dollars. The simple interest rate on the first loan was 2.4 % , while the simple interest rate on the second loan was 4.7 %. At the end of the first year , Tina paid a combined interest payment of 14,761.81 dollars. What were the amounts of the two loans? ",
"lEquations": [
"((2.4*0.01)*low_interest_loan)+((4.7*0.01)*high_interest_loan)=14761.81",
"low_interest_loan+high_interest_loan=318338.0"
],
"lSolutions": [
8695.65,
309642.35
]
},
{
"iIndex": 2626,
"sQuestion": "A math test is worth 100 points and has 30 problems. Each problem is worth either 3 points or 4 points. How many 4 point problems are there?",
"lEquations": [
"(3.0*three_point)+(4.0*four_point)=100.0",
"three_point+four_point=30.0"
],
"lSolutions": [
10.0
]
},
{
"iIndex": 107,
"sQuestion": "Two investments earn an annual income of 575 dollars. One investment earns an annual simple interest rate of 8.5 % , and the other investment earns an annual simple interest rate of 6.4 %. The amount invested is 8000 dollars. How much money is invested in the first investment and second investment respectively? ",
"lEquations": [
"(8.5*.01*first)+(6.4*.01*second)=575.0",
"first+second=8000.0"
],
"lSolutions": [
3000.0,
5000.0
]
},
{
"iIndex": 5171,
"sQuestion": "A 200 seat theater charges 3.00 dollars for adults and 1.50 dollars for children. If all seats were filled and the total ticket income was 510 dollars how many adults and children were in the audience? ",
"lEquations": [
"(3.0*adults)+(1.5*children)=510.0",
"adults+children=200.0"
],
"lSolutions": [
140.0,
60.0
]
},
{
"iIndex": 289,
"sQuestion": "Norbert sold 23 books on Thursday for a certain price. On Friday , he sold 35 of the same books , but he charged 0.50 dollars less per book. He made 490.00 dollars in total. How much did the book sell for on Thursday? How much did the book sell for on Friday? ",
"lEquations": [
"(23.0*thursday)+(35.0*friday)=490.0",
"thursday-0.5=friday"
],
"lSolutions": [
8.75,
8.25
]
},
{
"iIndex": 5706,
"sQuestion": "A mechanic charged 45 dollars an hour , plus 225 dollars for the parts. If the total bill was 450 dollars , how man hours did the job take? ",
"lEquations": [
"(45.0*hours)+225.0=450.0"
],
"lSolutions": [
5.0
]
},
{
"iIndex": 3379,
"sQuestion": "You buy 25 boxes of candy and spend 28.00 dollars. A box of peppermint cost 1.00 dollars a box and candy canes cost 1.30 dollars a box. How many boxes of peppermint did you buy? How many boxes of candy canes? ",
"lEquations": [
"(1.0*peppermint)+(1.3*candy_canes)=28.0",
"peppermint+candy_canes=25.0"
],
"lSolutions": [
15.0,
10.0
]
},
{
"iIndex": 6208,
"sQuestion": "The carpenter saws a board that is 22 feet long into two pieces. One piece is to be 1 foot longer than twice the length of the shorter piece. Find the Length of each piece.",
"lEquations": [
"piece_1+piece_2=22.0",
"piece_1=(2.0*piece_2)+1.0"
],
"lSolutions": [
7.0,
15.0
]
},
{
"iIndex": 7056,
"sQuestion": "Two planes start from Chicago at the same time and fly in opposite directions , one averaging a speed of 40 miles per hour greater than the other. If they are 2000 miles apart after 5 hours , find their average speeds. ",
"lEquations": [
"(5.0*plane_one)+(5.0*plane_two)=2000.0",
"plane_one=40.0+plane_two"
],
"lSolutions": [
180.0,
220.0
]
},
{
"iIndex": 5581,
"sQuestion": "Soybean meal is 16 % protein and cornmeal is 8 %. How many pounds of each should be mixed together in order to get a 320 pound mixture that is 15 % protein?",
"lEquations": [
"((16.0*0.01)*soybean_meal)+((8.0*0.01)*cornmeal)=(320.0*15.0)*0.01",
"soybean_meal+cornmeal=320.0"
],
"lSolutions": [
280.0,
40.0
]
},
{
"iIndex": 5580,
"sQuestion": "Mary can purchase roses and daisies from a flower shop. She can buy four roses and five daisies for 7.90 dollars or two roses and six daisies for 5.70 dollars. What is the individual cost for each rose and daisy?",
"lEquations": [
"(4.0*rose_cost)+(5.0*daisy_cost)=7.9",
"(2.0*rose_cost)+(6.0*daisy_cost)=5.7"
],
"lSolutions": [
1.35,
0.5
]
},
{
"iIndex": 6095,
"sQuestion": "Soybean meal is 18 % protein , cornmeal is 9 % protein. How many pounds of each Soybean meal and how many pounds of cornmeal should be mixed together in order to get 360-pound mixture that is 17 % protein? ",
"lEquations": [
"((18.0*0.01)*soybean_meal)+((9.0*0.01)*cornmeal)=(360.0*17.0)*0.01",
"soybean_meal+cornmeal=360.0"
],
"lSolutions": [
320.0,
40.0
]
},
{
"iIndex": 438,
"sQuestion": "A dealer has some hard candy worth 2.00 dollars a pound and some worth 3.00 dollars a pound. He wishes to make a mixture of 80 pounds that he can sell for 2.20 dollars a pound. How many pounds of 2-dollar candy does he need? How many pounds of 3-dollar candy does he need? ",
"lEquations": [
"(2.0*two_dollars)+(3.0*three_dollars)=80.0*2.2",
"two_dollars+three_dollars=80.0"
],
"lSolutions": [
64.0,
16.0
]
},
{
"iIndex": 667,
"sQuestion": "On a college entrance exam , each correct answer adds 1 point to your raw score , each unanswered question adds nothing and each incorrect answer subtracts 0.25 point. You answer 82 out of 85 questions for a raw score of 67. How many questions did you answer correctly? ",
"lEquations": [
"(1.0*correct)-(0.25*incorrect)=67.0",
"correct+incorrect=82.0"
],
"lSolutions": [
70.0
]
},
{
"iIndex": 6351,
"sQuestion": "Your science test is worth 100 points and contains 38 questions. There are two-point and five-point questions on the test. How many two-point questions and five-point questions are on the test?",
"lEquations": [
"(2.0*two_point_questions)+(5.0*five_point_questions)=100.0",
"two_point_questions+five_point_questions=38.0"
],
"lSolutions": [
30.0,
8.0
]
},
{
"iIndex": 1890,
"sQuestion": "The 6th graders from an elementary school are going to celebrate the end of the year by going to the local pizza parlor. There are 120 in the whole group and there are twice as many children as adults in the group. How many children are there?",
"lEquations": [
"number_children+number_adults=120.0",
"number_children=2.0*number_adults"
],
"lSolutions": [
80.0
]
},
{
"iIndex": 6114,
"sQuestion": "A plane is using fuel at the rate of 9.5 gallons per hour and it has 6.3333 gallons left in its tank. How long can the plane continue to fly?",
"lEquations": [
"9.5*hours=6.3333"
],
"lSolutions": [
0.6667
]
},
{
"iIndex": 5933,
"sQuestion": "17 is 4 less than 8 times a number. Find the number.",
"lEquations": [
"(8.0*number)-4.0=17.0"
],
"lSolutions": [
2.625
]
},
{
"iIndex": 6950,
"sQuestion": "Jerry Weller received 20,196 more votes than opponent John Pavich. If the total number of votes was 196,554 , find the number of votes for Jerry. Find the number of votes for John. ",
"lEquations": [
"jerry_weller_votes+john_pavich_votes=196554.0",
"jerry_weller_votes=20196.0+john_pavich_votes"
],
"lSolutions": [
108375.0,
88179.0
]
},
{
"iIndex": 7037,
"sQuestion": "One thousand quarts of milk testing 4 % butterfat are to be reduced to 3 %. How many quarts of cream testing 23 % butterfat must be separated from the milk to produce the required result?",
"lEquations": [
"((3.0*reduced_milk)*0.01)+((23.0*cream)*0.01)=(1000.0*4.0)*0.01",
"reduced_milk+cream=1000.0"
],
"lSolutions": [
50.0
]
},
{
"iIndex": 2500,
"sQuestion": "A plane flies 900 miles with a tail wind in 3 hours. The same plane takes 4 hours to make the return trip against the wind. What is the speed of the plane in still air? ",
"lEquations": [
"(speed_plane+speed_wind)*3.0=900.0",
"(speed_plane-speed_wind)*4.0=900.0"
],
"lSolutions": [
262.5
]
},
{
"iIndex": 2354,
"sQuestion": "Two rainstorms occurred in one week in a certain area. In the first storm 30 milliliters of rain fell per hour , and in the second storm 15 milliliters of rain fell per hour. Rain fell that week for a total of 45 hours , for a total rainfall of 975 milliliters. How many hours was the first storm and the second storm. ",
"lEquations": [
"(30.0*rainfall_thirty)+(15.0*rainfall_fifteen)=975.0",
"rainfall_thirty+rainfall_fifteen=45.0"
],
"lSolutions": [
20.0,
25.0
]
},
{
"iIndex": 5054,
"sQuestion": "A swim team has 5 times as many girls as boys. There are a total of 96 people on the swim team. How many girls and boys are their on the team?",
"lEquations": [
"girls+boys=96.0",
"girls=5.0*boys"
],
"lSolutions": [
80.0,
16.0
]
},
{
"iIndex": 2172,
"sQuestion": "Jerome bought 12 CDs. Some cost 7.50 ea. and the rest cost 6.50 each. How many CDs were bought at each price if he spent 82 dollars?",
"lEquations": [
"(6.5*cheapercd)+(7.5*cd)=82.0",
"cheapercd+cd=12.0"
],
"lSolutions": [
4.0,
8.0
]
},
{
"iIndex": 6862,
"sQuestion": "A girl saves 1-dollar coins and 2-dollar coins. She takes it to a bank , she has 180 coins in total that equals 260 dollars. How many 1-dollar coins are there? How many 2-dollar coins are there? ",
"lEquations": [
"(1.0*one)+(2.0*two)=260.0",
"one+two=180.0"
],
"lSolutions": [
100.0,
80.0
]
},
{
"iIndex": 2982,
"sQuestion": "There are 7066 known nesting pairs of bald eagles in the lower 48 states today. This is 6649 more pairs than in 1963. How many nesting pairs of bald eagles were there in the lower 48 states in 1963?",
"lEquations": [
"6649.0+past_pairs=7066.0"
],
"lSolutions": [
417.0
]
},
{
"iIndex": 2666,
"sQuestion": "On a test containing 120 questions , the final score is based on 1 point for each correct answer and 0.25 of a point subtracted for each incorrect answer. Allan answered all of the questions and received a final score of 100 points. How many questions did Allan answer correctly? ",
"lEquations": [
"(1.0*right)-(0.25*wrong)=100.0",
"right+wrong=120.0"
],
"lSolutions": [
104.0
]
},
{
"iIndex": 6376,
"sQuestion": "The larger of two numbers is 23 less than twice the smaller. The sum of the two numbers is 70. Find the two numbers.",
"lEquations": [
"(2.0*smaller)-23.0=larger",
"smaller+larger=70.0"
],
"lSolutions": [
31.0,
39.0
]
},
{
"iIndex": 2423,
"sQuestion": "A garden table and a bench cost 750 combined. The price of the garden table is two times the price of the bench. What is the cost of the bench?",
"lEquations": [
"garden_table+bench=750.0",
"garden_table=2.0*bench"
],
"lSolutions": [
250.0
]
},
{
"iIndex": 3583,
"sQuestion": "The sum of 5 and a number is 20. Find the number.",
"lEquations": [
"5.0+number=20.0"
],
"lSolutions": [
15.0
]
},
{
"iIndex": 3627,
"sQuestion": "586 people attend a banquet at Disney. Residents paid 12.95 dollars and non-residents paid 17.95 dollars. If Disney made 9423.70 dollars from ticket sales for the event , how many residents and non-residents attended? ",
"lEquations": [
"(12.95*residents)+(17.95*nonresidents)=9423.7",
"residents+nonresidents=586.0"
],
"lSolutions": [
219.0,
367.0
]
},
{
"iIndex": 396,
"sQuestion": "A cashier at Apex Parts received a check for 2380 dollars for 59 parts. Some parts cost 20 dollars per part and other parts cost 50 dollars per part. How many 20-dollar parts are in the order? How many 50-dollar parts are in the order? ",
"lEquations": [
"(20.0*twenty_dollar)+(50.0*fifty_dollar)=2380.0",
"twenty_dollar+fifty_dollar=59.0"
],
"lSolutions": [
19.0,
40.0
]
},
{
"iIndex": 5806,
"sQuestion": "Goran will rent a car for the weekend. He can choose 1 of 2 plans. The first plan has an initial fee of 65 dollars and costs an additional 0.40 dollars per mile driven. The second plan has no initial fee but costs 0.60 dollars per mile driven. How many miles would Goran need to drive for the 2 plans to cost the same?",
"lEquations": [
"65.0+(0.4*miles)=0.6*miles"
],
"lSolutions": [
325.0
]
},
{
"iIndex": 5503,
"sQuestion": "Best Rentals charges a daily fee plus a mileage fee for renting its cars. Barney was charged 69 dollars for 3 days and 300 miles , while Mary was charged 123 dollars for 5 days and 600 miles. Find the daily fee and find the mileage charge? ",
"lEquations": [
"(3.0*daily_fee)+(300.0*mileage_charge)=69.0",
"(5.0*daily_fee)+(600.0*mileage_charge)=123.0"
],
"lSolutions": [
15.0,
0.08
]
},
{
"iIndex": 2562,
"sQuestion": "A chemist has one solution that is 15 % acid and a second that is 25 % acid. How many liters of each should be mixed together to get 100 liters that is 18 % acid?",
"lEquations": [
"((15.0*0.01)*fifteen_acid)+((25.0*0.01)*twentyfive_acid)=18.0*0.01*100.0",
"fifteen_acid+twentyfive_acid=100.0"
],
"lSolutions": [
70.0,
30.0
]
},
{
"iIndex": 5094,
"sQuestion": "There are 27 students in an Algebra 1 class. There are 5 fewer girls than boys. How many girls are in the class?",
"lEquations": [
"boys+girls=27.0",
"boys=5.0+girls"
],
"lSolutions": [
11.0
]
},
{
"iIndex": 6920,
"sQuestion": "During the 1998-1999 Little League season , the Tigers played 57 games. They lost 21 more games than they won. They did n't tie any. How many games did they win that season? ",
"lEquations": [
"lost+won=57.0",
"lost=21.0+won"
],
"lSolutions": [
18.0
]
},
{
"iIndex": 3085,
"sQuestion": "One number exceeds another by 10 and their sum is 34. Find the larger number.",
"lEquations": [
"larger+smaller=34.0",
"larger=10.0+smaller"
],
"lSolutions": [
22.0
]
},
{
"iIndex": 298,
"sQuestion": "A chemistry lab can be used by 38 students at one time. The lab has 16 work-stations. Some set up for 2 students and the others set up for 3 students. How many work-stations accommodate 2 students? ",
"lEquations": [
"(2.0*two_students)+(3.0*three_students)=38.0",
"two_students+three_students=16.0"
],
"lSolutions": [
10.0
]
},
{
"iIndex": 6176,
"sQuestion": "A dealer has some hard candy worth 2 dollars a pound and some worth 3 dollars a pound. He wishes to make a mixture of 80 pounds that he can sell for 2.20 dollars per pound. How many pounds of each kind should he use?",
"lEquations": [
"(2.0*two_dollars)+(3.0*three_dollars)=80.0*2.2",
"two_dollars+three_dollars=80.0"
],
"lSolutions": [
64.0,
16.0
]
},
{
"iIndex": 1848,
"sQuestion": "A bricklayer and an electrician together spend 90 hours working on a new house. If the bricklayer earns 12 dollars per hour , the electrician earns 16 dollars an hour , and the owner pays them a total of 1350 dollars for their work , how many hours does the bricklayer work? How many hours does the electrician work? ",
"lEquations": [
"(12.0*bricklayer)+(16.0*electrician)=1350.0",
"bricklayer+electrician=90.0"
],
"lSolutions": [
22.5,
67.5
]
},
{
"iIndex": 2722,
"sQuestion": "A jazz concert brought in 191,000 dollars with the sale of 7400 tickets. If tickets were sold for 20 dollars and 30 dollars each , how many 20-dollar tickets were sold? How many 30-dollar tickets? ",
"lEquations": [
"(20.0*twenty)+(30.0*thirty)=191000.0",
"twenty+thirty=7400.0"
],
"lSolutions": [
3100.0,
4300.0
]
},
{
"iIndex": 3633,
"sQuestion": "A truck and trailer together weigh 7,000 pounds. The trailer weighs 200 pounds less than 0.5 as much as the truck. Find the truck 's weight. Find the trailer 's weight. ",
"lEquations": [
"truck+trailer=7000.0",
"trailer=(0.5*truck)-200.0"
],
"lSolutions": [
4800.0,
2200.0
]
},
{
"iIndex": 922,
"sQuestion": "Jackie has coffee that sells for 9 dollars per pound and coffee that sells for 4 dollars per pound. How many pounds of 9 dollars coffee and how many pounds of 4 dollars coffee must be mixed to get 20 pounds of coffee that sells for 8.25 dollars per pound?",
"lEquations": [
"(9.0*nine_coffee)+(4.0*four_coffee)=20.0*8.25",
"nine_coffee+four_coffee=20.0"
],
"lSolutions": [
17.0,
3.0
]
},
{
"iIndex": 266,
"sQuestion": "The total attendance at a rally was 750 people. Tickets bought before the rally were 2 dollars each , and tickets bought at the door were 2.75 dollars each. How many tickets were bought at the door if the total receipts were 1706.25 dollars? How many tickets were bought before the rally? ",
"lEquations": [
"(2.75*door)+(2.0*before)=1706.25",
"door+before=750.0"
],
"lSolutions": [
275.0,
475.0
]
},
{
"iIndex": 2130,
"sQuestion": "The difference of 3 times a number and 5 is 40. Find the number.",
"lEquations": [
"(3.0*number)-5.0=40.0"
],
"lSolutions": [
15.0
]
},
{
"iIndex": 7606,
"sQuestion": "The school is selling tickets to a performance. They have adult and child tickets. Each adult ticket is 5 dollars and each child ticket is 3 dollars. By the end of the week , there was 178 dollars in sales from 42 tickets sold. How many adult tickets were sold? How many child tickets? ",
"lEquations": [
"(5.0*adult)+(3.0*child)=178.0",
"adult+child=42.0"
],
"lSolutions": [
26.0,
16.0
]
},
{
"iIndex": 2737,
"sQuestion": "A farmhouse has 15 animals. Some are goats and some are ducks. Altogether there are 48 legs. How many of each animal are there?",
"lEquations": [
"(4.0*goats)+(2.0*ducks)=48.0",
"goats+ducks=15.0"
],
"lSolutions": [
9.0,
6.0
]
},
{
"iIndex": 6600,
"sQuestion": "An employment agency specializing in temporary help pays heavy operators 129 dollars per day and general laborers 82 dollars per day. If 31 people were hired and the payroll was 3952 dollars , how many heavy operators were employed? How many laborers? ",
"lEquations": [
"(129.0*operators)+(82.0*laborers)=3952.0",
"operators+laborers=31.0"
],
"lSolutions": [
30.0,
1.0
]
},
{
"iIndex": 2952,
"sQuestion": "A cashier has a total of 126 bills , made up of 5-dollar bills and 10-dollar bills. The total value of the money is 840 dollars. How many 5-dollar bills does he have? How many 10-dollar bills? ",
"lEquations": [
"(5.0*five)+(10.0*ten)=840.0",
"five+ten=126.0"
],
"lSolutions": [
84.0,
42.0
]
},
{
"iIndex": 2922,
"sQuestion": "Peter sold pumpkins from his farm. He sold jumbo pumpkins for 9.00 dollars each , and he sold regular pumpkins for 4.00 dollars each. Peter sold 80 pumpkins and collected 395.00 dollars. How many jumbo pumpkins and regular pumpkins did he sell? ",
"lEquations": [
"(9.0*jumbo)+(4.0*regular)=395.0",
"jumbo+regular=80.0"
],
"lSolutions": [
15.0,
65.0
]
},
{
"iIndex": 3151,
"sQuestion": "An airplane has a total of 387 seats. The number of coach class seats is 2 more than 4 times the number of first-class seats. How many first class and coach class seats are there on the plane?",
"lEquations": [
"coach_seats+first_seats=387.0",
"coach_seats=(4.0*first_seats)+2.0"
],
"lSolutions": [
77.0,
310.0
]
},
{
"iIndex": 443,
"sQuestion": "A grocer bought 12 bushels of Baldwin and McInotosh apples. Baldwins costs 95 cents a bushel , but McIntosh cost only 90 cents a bushel. If he paid 11.00 dollars for the lot , how many bushels of Baldwins did he get? How many bushels of McIntosh? ",
"lEquations": [
"(95*.01*baldwin)+(90*.01*mcinotosh)=11.0",
"baldwin+mcinotosh=12.0"
],
"lSolutions": [
4.0,
8.0
]
},
{
"iIndex": 1564,
"sQuestion": "The sum of two numbers is 40 , one number is 8 more than the other. Find the numbers. ",
"lEquations": [
"x+y=40.0",
"x=8.0+y"
],
"lSolutions": [
16.0,
24.0
]
},
{
"iIndex": 6355,
"sQuestion": "The difference between two numbers is 9. Find the numbers , if their sum is 46. ",
"lEquations": [
"number_1+number_2=46.0",
"number_1-number_2=9.0"
],
"lSolutions": [
27.5,
18.5
]
},
{
"iIndex": 5425,
"sQuestion": "Matthew has two different stocks. One of the stocks is worth twice as much per share as the other. He has 14 shares of the more valuable stock and 26 shares of the other stock. His total assets in stocks is 2106 dollars. How much is the more expensive stock per share?",
"lEquations": [
"(14.0*expensive_stock)+(26.0*cheap_stock)=2106.0",
"expensive_stock=2.0*cheap_stock"
],
"lSolutions": [
78.0
]
},
{
"iIndex": 7938,
"sQuestion": "On a certain hot summer 's day , 754 people used the public swimming pool. The daily prices are 1.50 dollars for children and 2.25 dollars for adults. The receipts for admission totaled 1422.00 dollars. How many children and adults swam at the public pool that day? ",
"lEquations": [
"(1.5*children)+(2.25*adults)=1422.0",
"children+adults=754.0"
],
"lSolutions": [
366.0,
388.0
]
},
{
"iIndex": 3623,
"sQuestion": "For Monday morning 's staff meeting , Jim bought 2 bags of bagels and 3 packages of cream cheese and paid 12.00 dollars. For Friday 's meeting , he bought 4 bags of bagels and 2 packages of cream cheese and paid 14.00 dollars. How much does a bag of bagels and a package of cream cheese cost , in dollars? ",
"lEquations": [
"(2.0*bagels)+(3.0*cream_cheese)=12.0",
"(4.0*bagels)+(2.0*cream_cheese)=14.0"
],
"lSolutions": [
2.12,
2.5
]
},
{
"iIndex": 817,
"sQuestion": "Jill has 3.50 dollars in nickels and dimes. If she has 50 coins , how many nickels does she have? How many dimes? ",
"lEquations": [
"(0.05*nickels)+(0.1*dimes)=3.5",
"nickels+dimes=50.0"
],
"lSolutions": [
30.0,
20.0
]
},
{
"iIndex": 6881,
"sQuestion": "There are 3 more girls than boys in Tom 's class , and the sum of girls and boys is 41. How many boys are in the class? How many girls are in the class? ",
"lEquations": [
"girls+boys=41.0",
"girls=3.0+boys"
],
"lSolutions": [
19.0,
22.0
]
},
{
"iIndex": 6168,
"sQuestion": "2 automobiles start out from two points 600 kilometers apart and travel toward each other.The automobile from the east travels at 10 kilometers faster than the automobile from the west. If they meet after 5 hours , what is the average speed of each automobile? ",
"lEquations": [
"(5.0*east_automobile)+(5.0*west_automobile)=600.0",
"east_automobile=10.0+west_automobile"
],
"lSolutions": [
55.0,
65.0
]
},
{
"iIndex": 2523,
"sQuestion": "A garage owner wants to fill a 55 gallon drum with a 20 percent winter mixture of antifreeze for his customers. How many gallons of 100 percent antifreeze should he mix with some 10 percent antifreeze mixture in order to fill the drum?",
"lEquations": [
"((100.0*0.01)*hundred_antifreeze)+((10.0*0.01)*ten_antifreeze)=(55.0*20.0)*0.01",
"hundred_antifreeze+ten_antifreeze=55.0"
],
"lSolutions": [
6.11
]
},
{
"iIndex": 5767,
"sQuestion": "A farmer has cows and chickens. He only sees 50 legs and 18 heads. How many are cows and how many are chickens?",
"lEquations": [
"(4.0*cows)+(2.0*chickens)=50.0",
"cows+chickens=18.0"
],
"lSolutions": [
7.0,
11.0
]
},
{
"iIndex": 3852,
"sQuestion": "At a movie theater , tickets cost 9.50 dollars for adults and 6.50 dollars for children. A group of 7 moviegoers pays a total of 54.50 dollars. How many adults and children were in the group? ",
"lEquations": [
"(9.5*adults)+(6.5*children)=54.5",
"adults+children=7.0"
],
"lSolutions": [
3.0,
4.0
]
},
{
"iIndex": 3772,
"sQuestion": "There are 24 kids in Mrs Jones ' class. There are twice as many girls as boys. How many boys and girls are there?",
"lEquations": [
"boys+girls=24.0",
"girls=2.0*boys"
],
"lSolutions": [
8.0,
16.0
]
},
{
"iIndex": 82,
"sQuestion": "The Rhapsody Theater sold 800 total tickets. An advanced ticket costs 14.50 dollars and a ticket at the door costs 22.00 dollars. In all , 16,640 dollars was taken in. How many tickets were sold at the door? How many advanced tickets were sold? ",
"lEquations": [
"(22.0*door)+(14.5*advanced)=16640.0",
"door+advanced=800.0"
],
"lSolutions": [
672.0,
128.0
]
},
{
"iIndex": 2934,
"sQuestion": "Max bought 16 pounds of nuts at a party. The total cost was 72 dollars. The peanuts cost 3 dollars per pound and the almounds cost 5 dollars per pound. How many pounds of peanuts did max buy? How many pounds of almounds did Max buy? ",
"lEquations": [
"(3.0*peanuts)+(5.0*almounds)=72.0",
"peanuts+almounds=16.0"
],
"lSolutions": [
4.0,
12.0
]
},
{
"iIndex": 6803,
"sQuestion": "The greater of two numbers is 8 times the lesser and their sum is 180. Find the numbers.",
"lEquations": [
"greater_number+lesser_number=180.0",
"greater_number=8.0*lesser_number"
],
"lSolutions": [
20.0,
160.0
]
},
{
"iIndex": 3029,
"sQuestion": "The second number is 3 less than twice the first number. Their sum is 57. Find the second number.",
"lEquations": [
"second_number=(2.0*first_number)-3.0",
"first_number+second_number=57.0"
],
"lSolutions": [
37.0
]
},
{
"iIndex": 580,
"sQuestion": "For his long distance phone calls , John pays a 5 dollars monthly fee plus 25 cents per minute. Last month , John 's long distance bill was 12.02 dollars. For how many minutes was John billed? ",
"lEquations": [
"5.0+((25.0*0.01)*minutes)=12.02"
],
"lSolutions": [
28.08
]
},
{
"iIndex": 6336,
"sQuestion": "The Willey Farm Collective , farmed by several branches of the Willeys , has 4500 acres of land available for raising corn and wheat. The cost of raising corn is 42 dollars an acre , while the cost of wheat is 35 dollars an acre. The Collective 's available capital is 165,200 dollars. How many acres of corn should the Collective plant? How many acres of wheat should the collective plant? ",
"lEquations": [
"(42.0*corn)+(35.0*soybeans)=165200.0",
"corn+soybeans=4500.0"
],
"lSolutions": [
1100.0,
3400.0
]
},
{
"iIndex": 2363,
"sQuestion": "During a sale an automobile dealer sold 69 cars and trucks. If she sold 27 more cars than trucks how many trucks did she sell?",
"lEquations": [
"car+truck=69.0",
"truck=car-27.0"
],
"lSolutions": [
21.0
]
},
{
"iIndex": 5799,
"sQuestion": "For a certain event , 821 tickets were sold , for a total of 1933 dollars. If students paid 2 dollars per ticket and nonstudents paid 3 dollars per ticket , how many student tickets were sold? ",
"lEquations": [
"(2.0*student_tickets)+(3.0*nonstudent_tickets)=1933.0",
"student_tickets+nonstudent_tickets=821.0"
],
"lSolutions": [
530.0
]
},
{
"iIndex": 7363,
"sQuestion": "Mrs. Naidu bought 155 dollars in groceries. She paid her bill with 5-dollar notes and 20-dollar notes using a total of 13 notes. How many 5-dollar notes were used? How many 20-dollar notes were used? ",
"lEquations": [
"(5.0*five)+(20.0*twenty)=155.0",
"five+twenty=13.0"
],
"lSolutions": [
7.0,
6.0
]
},
{
"iIndex": 5080,
"sQuestion": "A water flow restrictor has reduced the flow of water to 2 gallons per minute. This amount is 1 gallon per minute less than 0.6 the original flow rate. Find the original rate in gallons per minute.",
"lEquations": [
"(0.6*original)-1.0=2.0"
],
"lSolutions": [
5.0
]
},
{
"iIndex": 2074,
"sQuestion": "Find two numbers whose sum is 147 and one is 4 greather than 0.375 of the other.",
"lEquations": [
"second_number+first_number=147.0",
"first_number=(0.375*second_number)+4.0"
],
"lSolutions": [
43.0,
104.0
]
},
{
"iIndex": 5769,
"sQuestion": "There are 13 animals in a barn. Some are chickens and some are pigs. There are 40 legs in the barn. How many are pigs are there and how many chicken are there?",
"lEquations": [
"(2.0*chickens)+(4.0*pigs)=40.0",
"chickens+pigs=13.0"
],
"lSolutions": [
7.0,
6.0
]
},
{
"iIndex": 6348,
"sQuestion": "A car rents for 50 dollars a day plus 20 cents a mile. You are on a daily budget of 88 dollars. What maximum mileage will allow you to stay within your budget?",
"lEquations": [
"50.0+((20.0*0.01)*miles)=88.0"
],
"lSolutions": [
190.0
]
},
{
"iIndex": 6096,
"sQuestion": "A vendor sold 200 tickets for an upcoming rock concert. Floor seats were 36 dollars and stadium seats were 28 dollars. The vendor sold 6080 dollars in tickets. How many 36-dollar tickets did the vendor sell? How many 28-dollar tickets did the vendor sell? ",
"lEquations": [
"(36.0*floor_seats)+(28.0*stadium_seats)=6080.0",
"floor_seats+stadium_seats=200.0"
],
"lSolutions": [
60.0,
140.0
]
},
{
"iIndex": 5110,
"sQuestion": "A building with 12 units consists of 1 bedrooms costing 360 dollars and 2 bedrooms costing 450 dollars respectively. When all units are full the total is 4950 dollars. How many 2 bedroom units are there?",
"lEquations": [
"(360.0*one_bedroom)+(450.0*two_bedroom)=4950.0",
"one_bedroom+two_bedroom=12.0"
],
"lSolutions": [
7.0
]
},
{
"iIndex": 179,
"sQuestion": "The second of two numbers is 4 more than the first. The sum is 56. Find the first and second numbers. ",
"lEquations": [
"4.0+first=second",
"second+first=56.0"
],
"lSolutions": [
26.0,
30.0
]
},
{
"iIndex": 7023,
"sQuestion": "A woman is paid 20 dollars for each day she works and forfeits 5 dollars for each day she is idle. At the end of 25 days she nets 450 dollars. How many days did she work?",
"lEquations": [
"(20.0*work)-(5.0*idle)=450.0",
"work+idle=25.0"
],
"lSolutions": [
23.0
]
},
{
"iIndex": 3055,
"sQuestion": "Twice a number equals 25 less than triple the same number. What is the number?",
"lEquations": [
"2.0*number=(3.0*number)-25.0"
],
"lSolutions": [
25.0
]
},
{
"iIndex": 6946,
"sQuestion": "You are taking a test in which multiple choice questions are worth 9 points and essay questions are worth 12 points. You answer 16 questions correctly , and your score was 162 points. Find how many multiple choice questions you got right. How many essay questions did you get right? ",
"lEquations": [
"(9.0*multiple_choice)+(12.0*essay)=162.0",
"multiple_choice+essay=16.0"
],
"lSolutions": [
10.0,
6.0
]
},
{
"iIndex": 1578,
"sQuestion": "Two cars leave the same point , traveling in opposite directions. If one travels at a constant speed of 52 miles per hour and the other travels at a constant speed of 58 miles per hour. In how many hours will they be 385 miles apart? ",
"lEquations": [
"(52.0*hours)+(58.0*hours)=385.0"
],
"lSolutions": [
3.5
]
},
{
"iIndex": 665,
"sQuestion": "Lane invested 22,000 dollars , part at 8 % and part at 7 %. If the total interest at the end of the year is 1,710 dollars , how much did she invest at 8 %? ",
"lEquations": [
"((8.0*0.01)*first)+((7.0*0.01)*second)=1710.0",
"first+second=22000.0"
],
"lSolutions": [
17000.0
]
},
{
"iIndex": 6290,
"sQuestion": "1 number is 9 less than twice another , and their sum is 42. Find the two numbers. ",
"lEquations": [
"first_number+second_number=42.0",
"first_number=(2.0*second_number)-9.0"
],
"lSolutions": [
17.0,
25.0
]
},
{
"iIndex": 3591,
"sQuestion": "Think of a number , half it and the result is 9. Find the number. ",
"lEquations": [
"0.5*number=9.0"
],
"lSolutions": [
18.0
]
},
{
"iIndex": 3125,
"sQuestion": "The sum of 2 numbers is 64 and their difference is 18. What is the first number? What is the second number?",
"lEquations": [
"first+second=64.0",
"first-second=18.0"
],
"lSolutions": [
41.0,
23.0
]
},
{
"iIndex": 6690,
"sQuestion": "Tickets to the school 's dinner theatre cost 6 dollars for children and 9 dollars for adults. 225 tickets were sold for a total of 1875 dollars. How many children attended? How many adults attended? ",
"lEquations": [
"(6.0*children)+(9.0*adults)=1875.0",
"children+adults=225.0"
],
"lSolutions": [
50.0,
175.0
]
},
{
"iIndex": 1219,
"sQuestion": "Suzy has a piggy bank consisting of nickels and dimes. If there are 30 coins worth 1.90 dollars , how many nickels and dimes are in the bank? ",
"lEquations": [
"0.05*nickels+0.1*dimes=1.9",
"nickels+dimes=30.0"
],
"lSolutions": [
22.0,
8.0
]
},
{
"iIndex": 6913,
"sQuestion": "1.3333 of a number is 4.82 , what is the number? ",
"lEquations": [
"1.3333*a_number=4.82"
],
"lSolutions": [
3.615
]
},
{
"iIndex": 5307,
"sQuestion": "6 ducks and 5 pigs cost 213 dollars , while 2 ducks and 9 pigs cost 269 dollars. Find the cost of a duck and a pig. ",
"lEquations": [
"(6.0*ducks_cost)+(5.0*pigs_cost)=213.0",
"(2.0*ducks_cost)+(9.0*pigs_cost)=269.0"
],
"lSolutions": [
13.0,
27.0
]
},
{
"iIndex": 6688,
"sQuestion": "2 snails are 264 centimeters apart. They craw toward each other at rates that differ by 6 centimeters per minute. After 22 minutes they meet. How fast is each snail crawling?",
"lEquations": [
"(22.0*snail_one_speed)+(22.0*snail_two_speed)=264.0",
"snail_one_speed=6.0+snail_two_speed"
],
"lSolutions": [
3.0,
9.0
]
},
{
"iIndex": 2653,
"sQuestion": "The manager of a discount clothing store received 2 shipments of Fall clothing. The cost of the first shipment which contained 10 identical sweaters and 20 identical jackets was 800 dollars. The second shipment at the same prices , contained 5 of the same sweaters and 15 of the same jackets. The second shipment was 550 dollars. Find the cost of 1 jacket , in dollars. ",
"lEquations": [
"(20.0*jackets)+(10.0*sweaters)=800.0",
"(15.0*jackets)+(5.0*sweaters)=550.0"
],
"lSolutions": [
30.0
]
},
{
"iIndex": 7,
"sQuestion": "High school graduating class is made up of 466 students. There are 212 more girls than boys. How many boys are in the class? ",
"lEquations": [
"212.0+boys=girls",
"girls+boys=466.0"
],
"lSolutions": [
127.0
]
},
{
"iIndex": 2504,
"sQuestion": "Student Council wants to rent a banquet hall for the prom. Caesar 's charges 800 dollars to rent the room and 30 dollars for each meal. Venus Hall charges 500 dollars to rent the room and 35 dollars for each meal. How many guests must attend the prom for the costs of the two halls to be the same?",
"lEquations": [
"800.0+(30.0*guests)=500.0+(35.0*guests)"
],
"lSolutions": [
60.0
]
},
{
"iIndex": 3184,
"sQuestion": "When 4 times the number is added to 7 times the number the result is 55. What is the number?",
"lEquations": [
"(4.0*number)+(7.0*number)=55.0"
],
"lSolutions": [
5.0
]
},
{
"iIndex": 5653,
"sQuestion": "2 investments are made totaling 8800 dollars. For a certain year , these investments yield 1326 dollars in simple interest. Part of the 8800 dollars is invested at 16 % and part at 14 %. Find the amount invested at 16 % and 14 %. ",
"lEquations": [
"((16.0*0.01)*sixteen_investment)+((14.0*0.01)*fourteen_investment)=1326.0",
"sixteen_investment+fourteen_investment=8800.0"
],
"lSolutions": [
4700.0,
4100.0
]
},
{
"iIndex": 6118,
"sQuestion": "With a tail wind , a jet flew 2000 miles in 4 hours. The jet 's return trip against the same wind required 5 hours. Find the jet 's speed and the wind speed. ",
"lEquations": [
"(jet+wind)*4.0=2000.0",
"(jet-wind)*5.0=2000.0"
],
"lSolutions": [
450.0,
50.0
]
},
{
"iIndex": 5925,
"sQuestion": "Sara and Jim both decided to save some money each week. Sara has already saved 4100 dollars , and she plans to save 10 dollars a week. Jim plans to save 15 dollars a week. In how many weeks will Jim and Sara have saved the same amount? ",
"lEquations": [
"4100.0+(10.0*weeks)=15.0*weeks"
],
"lSolutions": [
820.0
]
},
{
"iIndex": 5365,
"sQuestion": "You are making 10 tons of concrete that is 62 % cement by mixing a 20 % cement mixture with a 80 % cement mixture. How much of the 80 % cement mixture must you use? Answer in units of tons.",
"lEquations": [
"((20.0*0.01)*twenty_mix)+((80.0*0.01)*eighty_mix)=(10.0*62.0)*0.01",
"twenty_mix+eighty_mix=10.0"
],
"lSolutions": [
7.0
]
},
{
"iIndex": 3790,
"sQuestion": "Separate 66 into 2 parts so that 0.40 of one part exceeds 0.625 of the other part by 10. What is the smaller part? What is the larger part?",
"lEquations": [
"0.4*larger=(0.625*smaller)+10.0",
"smaller+larger=66.0"
],
"lSolutions": [
16.0,
50.0
]
},
{
"iIndex": 2189,
"sQuestion": "Snookers Lumber can convert logs into either lumber or plywood. In a given day , the mill turns out three times as many units of plywood as lumber. It makes a profit of 30 dollars on a unit of lumber and 50 dollars on a unit of plywood. Snookers lumber must produce and sell ___ units of lumber and ___ units of plywood to make a profit of 18360 dollars? ",
"lEquations": [
"(30.0*lumber)+(50.0*plywood)=18360.0",
"plywood=3.0*lumber"
],
"lSolutions": [
102.0,
306.0
]
},
{
"iIndex": 5206,
"sQuestion": "A car traveled 715 kilometers in 11 hours. What was its average speed?",
"lEquations": [
"average_speed=715.0/11.0"
],
"lSolutions": [
65.0
]
},
{
"iIndex": 6106,
"sQuestion": "You make candles and sell them for 15 dollars each. The material to make up to 20 candles costs 20 dollars. How many candles must you sell to have a profit of 85 dollars?",
"lEquations": [
"85.0=(15.0*number_of_candles)-20.0"
],
"lSolutions": [
7.0
]
},
{
"iIndex": 6354,
"sQuestion": "Tim and Judy mix two kinds of feed for pedigreed dogs. They wish to make 35 pounds of feed worth 0.36 dollars per pound by mixing one kind worth 0.18 dollars per pound with another worth 0.53 dollars per pound. How many pounds of the cheaper kind should they use in the mix?",
"lEquations": [
"(0.18*cheaper_feed)+(0.53*expensive_feed)=35.0*0.36",
"cheaper_feed+expensive_feed=35.0"
],
"lSolutions": [
17.0
]
},
{
"iIndex": 878,
"sQuestion": "A grain-storage warehouse has a total of 30 bins. Some hold 20 tons of grain each. The rest hold 15 tons each. How many of each type of bin are there if the capacity of the warehouse is 510 tons? How many 20 ton bins? How many 15 ton bins? ",
"lEquations": [
"(20.0*twenty_ton)+(15.0*fifteen_ton)=510.0",
"twenty_ton+fifteen_ton=30.0"
],
"lSolutions": [
12.0,
18.0
]
},
{
"iIndex": 1191,
"sQuestion": "One number is 3 less than twice another. If their sum is 39 , find the numbers. ",
"lEquations": [
"larger+smaller=39.0",
"larger=(2.0*smaller)-3.0"
],
"lSolutions": [
25.0,
14.0
]
},
{
"iIndex": 4649,
"sQuestion": "The Red Rose Theatre sells tickets for 4.50 dollars and 6.00 dollars. A total of 380 tickets were sold for their last performance of `` Mickey the Mouse ''. If the sales for the performance totaled 1972.50 dollars , how many tickets were sold for 6.00 dollars? How many tickets were sold for 4.50 dollars? ",
"lEquations": [
"(6.0*six)+(4.5*four_fifty)=1972.5",
"six+four_fifty=380.0"
],
"lSolutions": [
175.0,
205.0
]
},
{
"iIndex": 2944,
"sQuestion": "The owner of the Most Amazing Circus was counting the money from one day 's ticket sales. He knew that a total of 522 tickets were sold. Adult tickets cost 15 dollars each and children 's tickets cost 8 dollars each. If the total receipts for the day were 5086.00 dollars , how many adult tickets were sold? How many children 's tickets? ",
"lEquations": [
"(15.0*adult)+(8.0*children)=5086.0",
"adult+children=522.0"
],
"lSolutions": [
130.0,
392.0
]
},
{
"iIndex": 2196,
"sQuestion": "A freight train and an express train leave towns 390 kilometers apart , traveling toward one another. The freight train travels 30 kilometers per hour slower than the express train. They pass one another 3 hours later. How fast is the freight train , in miles per hour? How fast is the express train? ",
"lEquations": [
"(3.0*freight)+(3.0*express)=390.0",
"freight=express-30.0"
],
"lSolutions": [
50.0,
80.0
]
},
{
"iIndex": 6478,
"sQuestion": "If your gross pay is 450 dollars , while your net pay is 315 dollars , how much do you pay in taxes? Assume that all tax dollars are not included in net pay. ",
"lEquations": [
"taxes=450.0-315.0"
],
"lSolutions": [
135.0
]
},
{
"iIndex": 1099,
"sQuestion": "There are 850 douglas fir and ponderosa pine trees in a section of the forest bought by Sawz logging company. The company paid an average of 300 dollars for each douglas fir and 250 dollars for each ponderosa pine. if the company paid 217,500 dollars for the trees , how many firs and pines did they buy? ",
"lEquations": [
"(300.0*fir)+(250.0*pine)=217500.0",
"fir+pine=850.0"
],
"lSolutions": [
100.0,
750.0
]
},
{
"iIndex": 3673,
"sQuestion": "A plumber contractor decides to field-test two new pumps. One is rated at 180 gallons per hour and the other at 250 gallons per hour. Over a period of 6 hours , she pumps a total of 1325 gallons. How many hours were used by the 180 gallons per hour pump? How many hours were used by the 250 gallons per hour pump? ",
"lEquations": [
"(180.0*one_eighty)+(250.0*two_fifty)=1325.0",
"one_eighty+two_fifty=6.0"
],
"lSolutions": [
2.5,
3.5
]
},
{
"iIndex": 1532,
"sQuestion": "The product of 10 and a number is the same as 36 less twice that same number. Find the number.",
"lEquations": [
"10.0*number=(2.0*number)-36.0"
],
"lSolutions": [
-4.5
]
},
{
"iIndex": 3471,
"sQuestion": "A woman invested a total of 9,000 dollars in 2 accounts , one earning 6.5 % annual interest and the other earning 8 % annual interest. After 1 year , her combined interest was 678.87 dollars. How much did she invest in the account paying 8 % interest , in dollars? ",
"lEquations": [
"((6.5*0.01)*low_investment)+((8.0*0.01)*high_investment)=678.87",
"low_investment+high_investment=9000.0"
],
"lSolutions": [
6258.0
]
},
{
"iIndex": 6672,
"sQuestion": "A peach and a apple cost 70 cents. The peach is more expensive than the apple by 60 cents. What is the cost a peach , in cents? What is the cost of an apple , in cents? ",
"lEquations": [
"peach+apple=70.0",
"peach-apple=60.0"
],
"lSolutions": [
65.0,
5.0
]
},
{
"iIndex": 6675,
"sQuestion": "In a test of 30 questions , 20 points are given for each correct answer and 5 points are deducted for each one answered incorrectly. If Maria answered all of the questions and got a score of 325 , how many did she get correct? ",
"lEquations": [
"(20.0*correct)-(5.0*incorrect)=325.0",
"correct+incorrect=30.0"
],
"lSolutions": [
19.0
]
},
{
"iIndex": 3311,
"sQuestion": "A piggy bank has 50 coins. The coins are either nickels or dimes. The bank has 4.55 dollars in total. How many coins are nickels? How many are dimes?",
"lEquations": [
"(0.05*nickels)+(0.1*dimes)=4.55",
"nickels+dimes=50.0"
],
"lSolutions": [
9.0,
41.0
]
},
{
"iIndex": 5808,
"sQuestion": "If 120 lollipops cost 90 dollars , how much does 1 lollipop cost , in dollars? ",
"lEquations": [
"cost_of_1_lollipop=90.0/120.0"
],
"lSolutions": [
0.75
]
},
{
"iIndex": 5533,
"sQuestion": "How many liters of 5 % saline solution and 25 % saline solution must be mixed together to get 10 liters of 18 % saline solution?",
"lEquations": [
"5.0*0.01*five_saline+25.0*0.01*twentyfive_saline=18.0*0.01*10.0",
"five_saline+twentyfive_saline=10.0"
],
"lSolutions": [
3.5,
6.5
]
},
{
"iIndex": 1975,
"sQuestion": "Tickets to a movie were sold at 4.00 dollars per adult and 2.50 dollars per student. If 240 tickets were sold for a total of 765.00 dollars , how many student tickets were sold? How many adult tickets were sold? ",
"lEquations": [
"(2.5*student)+(4.0*adult)=765.0",
"student+adult=240.0"
],
"lSolutions": [
130.0,
110.0
]
},
{
"iIndex": 2939,
"sQuestion": "Harold had a summer lemonade stand where he sold small cups of lemonade for 1.25 dollars and large cups for 2.50 dollars. If Harold sold a total of 155 cups of lemonade and collected a total of 265 dollars , how many small cups and large cups did he sell? ",
"lEquations": [
"(1.25*small)+(2.5*large)=265.0",
"small+large=155.0"
],
"lSolutions": [
98.0,
57.0
]
},
{
"iIndex": 881,
"sQuestion": "A grain storage warehouse has a total of 30 bins. Some hold 20 tons of grain each. The rest hold 15 tons each. The capacity of the warehouse is 510 tons. How many 20 ton bins are there? How many 15 ton bins? ",
"lEquations": [
"(20.0*twenty_bins)+(15.0*fifteen_bins)=510.0",
"twenty_bins+fifteen_bins=30.0"
],
"lSolutions": [
12.0,
18.0
]
},
{
"iIndex": 3828,
"sQuestion": "Rita received a 70 dollars gift card for a coffee store. She used it in buying some coffee that cost 8.58 dollars per pound. After buying the coffee , she had 35.68 dollars left on her card. How many pounds of coffee did she buy? ",
"lEquations": [
"70.0-(8.58*pounds)=35.68"
],
"lSolutions": [
4.0
]
},
{
"iIndex": 5184,
"sQuestion": "The difference between 3 times a number and 1 is the same as twice a number. Find the number.",
"lEquations": [
"(3.0*number)-1.0=2.0*number"
],
"lSolutions": [
1.0
]
},
{
"iIndex": 286,
"sQuestion": "At the carnival , tickets for the rides are 0.75 dollars each , or you can buy an armband for 15 dollars and ride unlimited for one night. At how many rides does the armband cost the same as buying individual tickets? ",
"lEquations": [
"0.75*rides=15.0"
],
"lSolutions": [
20.0
]
},
{
"iIndex": 3681,
"sQuestion": "The sum of two numbers is 52 , and their difference is 6. What are the numbers? ",
"lEquations": [
"first_number+second_number=52.0",
"first_number-second_number=6.0"
],
"lSolutions": [
29.0,
23.0
]
},
{
"iIndex": 2031,
"sQuestion": "A car rents for 30 dollars per day plus 18 cents per mile. You are on a budget of 75 dollars. What mileage would allow you to stay within your budget?",
"lEquations": [
"30.0+(18*0.01*mile)=75.0"
],
"lSolutions": [
250.0
]
},
{
"iIndex": 6008,
"sQuestion": "1 out of 2 numbers is thrice the other. If their sum is 124 , find the numbers. ",
"lEquations": [
"number_one+number_two=124.0",
"number_one=3.0*number_two"
],
"lSolutions": [
31.0,
93.0
]
},
{
"iIndex": 1945,
"sQuestion": "According to Dr. Aaron R. Folsom of the University of Minnesota School of Public Health , your maximum ideal waist size is directly proportional to your hip size. For a woman with 40 inch hips , the maximum ideal waist size is 32 inches. What is the maximum waist size for a woman with 35 inch hips? ",
"lEquations": [
"40.0*ratio=32.0",
"35.0*ratio=max"
],
"lSolutions": [
28.0
]
},
{
"iIndex": 4651,
"sQuestion": "The admission fee at an amusement park is 1.5 dollars for children and 4 dollars for adults. On a certain day 315 people entered the park , and the admission fees collected 810 dollars. How many children and adults were admitted? ",
"lEquations": [
"(1.5*children)+(4.0*adults)=810.0",
"children+adults=315.0"
],
"lSolutions": [
180.0,
135.0
]
},
{
"iIndex": 2529,
"sQuestion": "The attendance at a school concert was 578 people. Admission cost 2.00 dollars for adults and 1.50 dollars for children. The receipts were 985.00 dollars. How many adults and how many children attended the concert? ",
"lEquations": [
"(2.0*adults)+(1.5*children)=985.0",
"adults+children=578.0"
],
"lSolutions": [
236.0,
342.0
]
},
{
"iIndex": 135,
"sQuestion": "Tennis rackets can be packaged in cartons holding 2 rackets each or in cartons holding 3 rackets each. Yesterday 's packing slip showed that 38 cartons were used to pack a total of 100 rackets. How many cartons of 2 rackets size were used yesterday? How many cartons of 3 rackets size were used yesterday? ",
"lEquations": [
"(2.0*two_racket)+(3.0*three_racket)=100.0",
"two_racket+three_racket=38.0"
],
"lSolutions": [
14.0,
24.0
]
},
{
"iIndex": 5174,
"sQuestion": "Two mechanics worked on a car. The first mechanic charged 45 dollars per hour , and the second mechanic charged 85 dollars per hour. The mechanics worked for a combined total of 20 hours , and together they charged a total of 1100 dollars. How long did the first mechanic and second mechanic work? ",
"lEquations": [
"(45.0*first)+(85.0*second)=1100.0",
"first+second=20.0"
],
"lSolutions": [
15.0,
5.0
]
},
{
"iIndex": 5851,
"sQuestion": "0.6667 of a number increased by 0.75 is 1.6667 , what is the number? ",
"lEquations": [
"(0.6667*number)+0.75=1.6667"
],
"lSolutions": [
1.375
]
},
{
"iIndex": 1102,
"sQuestion": "Three times a number minus a second number is 20. The sum of the two numbers is 48. Find the two numbers.",
"lEquations": [
"(3.0*number_a)-number_b=20.0",
"number_a+number_b=48.0"
],
"lSolutions": [
17.0,
31.0
]
},
{
"iIndex": 1301,
"sQuestion": "The admission fee at a small fair is 1.50 dollars for children and 4.00 dollars for adults. On a certain day , 2200 people enter the fair and 5050 dollars is collected. How many children and adults attended? ",
"lEquations": [
"(1.5*children)+(4.0*adult)=5050.0",
"children+adult=2200.0"
],
"lSolutions": [
1500.0,
700.0
]
},
{
"iIndex": 1490,
"sQuestion": "El Segundo High School put on their annual musical. The students sold 650 tickets for a value of 4375 dollars. If orchestra seats cost 7.50 dollars and balcony seats cost 3.50 dollars , how many orchestra seats were sold , and how many balcony seats were sold? ",
"lEquations": [
"(7.5*orchestra)+(3.5*balcony)=4375.0",
"orchestra+balcony=650.0"
],
"lSolutions": [
525.0,
125.0
]
},
{
"iIndex": 5841,
"sQuestion": "Phyllis invested 39000 dollars , a portion earning a simple interest rate of 4 % per year and the rest earning a rate of 6 % per year. After 1 year the total interest earned on these investments was 1980 dollars. How many dollars did she invest at 4 %? At 6 %? ",
"lEquations": [
"((4.0*0.01)*four_investment)+((6.0*0.01)*six_investment)=1980.0",
"four_investment+six_investment=39000.0"
],
"lSolutions": [
18000.0,
21000.0
]
},
{
"iIndex": 1889,
"sQuestion": "24 is divided into two parts such that 7 times the first part added to 5 times the second part makes 146. Find each part.",
"lEquations": [
"(7.0*first_part)+(5.0*second_part)=146.0",
"first_part+second_part=24.0"
],
"lSolutions": [
13.0,
11.0
]
},
{
"iIndex": 6327,
"sQuestion": "The ratio of boys to girls is 9 to 4. You know there are 91 total students. How many of them are boys? How many are girls?",
"lEquations": [
"4.0*boys=9.0*girls",
"boys+girls=91.0"
],
"lSolutions": [
63.0,
28.0
]
},
{
"iIndex": 5017,
"sQuestion": "Stefans school is selling tickets to a choral performance. On the first day of ticket sales the school sold 4 senior citizen tickets and 3 student tickets for 79 dollars. The school took 246 dollars on the second day by selling 12 senior citizen tickets and 10 student tickets. Find the price of a senior citizen ticket and the price of a student ticket.",
"lEquations": [
"(4.0*senior_ticket_price)+(3.0*student_ticket_price)=79.0",
"(12.0*senior_ticket_price)+(10.0*student_ticket_price)=246.0"
],
"lSolutions": [
13.0,
9.0
]
},
{
"iIndex": 7019,
"sQuestion": "Admission tickets to a theater were 60 cents for adults and 25 cents for children. Receipts for the day showed that 280 persons attended and 140 dollars was collected. How many children attended that day?",
"lEquations": [
"(60*.01*adults)+(25*.01*children)=140.0",
"adults+children=280.0"
],
"lSolutions": [
80.0
]
},
{
"iIndex": 3215,
"sQuestion": "The sum of 2 numbers is 70. The second is 10 more than 3 times the first. Find the smaller number. Find the larger number.",
"lEquations": [
"smaller_number+larger_number=70.0",
"larger_number=10.0+(3.0*smaller_number)"
],
"lSolutions": [
15.0,
55.0
]
},
{
"iIndex": 313,
"sQuestion": "A boat travels 45 miles upstream in 5 hours. The boat travels the same distance downstream in 3 hours. What is the speed of the boat in still water in miles per hour? What is the speed of the current in miles per hour? ",
"lEquations": [
"(boat_speed+stream_speed)*3.0=45.0",
"(boat_speed-stream_speed)*5.0=45.0"
],
"lSolutions": [
12.0,
3.0
]
},
{
"iIndex": 1923,
"sQuestion": "A mixture of water and antifreeze in a car is 10 % antifreeze. In colder climates this mixture should contain 50 % antifreeze. If the radiator contains 4 gallons of fluid , how many gallons of radiator fluid should be drained and replaced with a mixture containing 80 % antifreeze? ",
"lEquations": [
"((10.0*0.01)*ten_antifreeze)+((80.0*0.01)*eighty_antifreeze)=(4.0*50.0)*0.01",
"ten_antifreeze+eighty_antifreeze=4.0"
],
"lSolutions": [
2.2857
]
},
{
"iIndex": 6878,
"sQuestion": "The sum of two numbers is 62. The greater number exceeds twice the smaller number by 5. What are the two numbers?",
"lEquations": [
"smaller+larger=62.0",
"larger=(2.0*smaller)+5.0"
],
"lSolutions": [
19.0,
43.0
]
},
{
"iIndex": 5068,
"sQuestion": "A chemist has two solutions. One has 40 % the other 25 % concentrate. How many liters of each solution must be mixed to obtain 129 liters of 34 % solution?",
"lEquations": [
"40.0*0.01*solution_one_liters+25.0*0.01*solution_two_liters=34.0*0.01*129.0",
"solution_one_liters+solution_two_liters=129.0"
],
"lSolutions": [
77.4,
51.6
]
},
{
"iIndex": 6087,
"sQuestion": "A group of students went hiking in a wildlife sanctuary. During the hike a total of 180 ticks and mosquitoes were slapped. Ticks have 8 legs and mosquitoes have 6 legs. If these pests has a total of 1240 legs , how many mosquitoes and how many ticks were slapped during the hike?",
"lEquations": [
"1240.0=(8.0*ticks)+(6.0*mosquitoes)",
"ticks+mosquitoes=180.0"
],
"lSolutions": [
100.0,
80.0
]
},
{
"iIndex": 1692,
"sQuestion": "Soft drinks are on sale at the grocery store for 2.99 dollars for a 12 pack. How much would each can of soft drink cost if purchased individually , in dollars? ",
"lEquations": [
"individual_cost=2.99/12.0"
],
"lSolutions": [
0.25
]
},
{
"iIndex": 6004,
"sQuestion": "A textbook costs a bookstore 44 dollars , and the store sells it for 55 dollars. Find the amount of profit based on the selling price. ",
"lEquations": [
"profit=55.0-44.0"
],
"lSolutions": [
11.0
]
},
{
"iIndex": 2400,
"sQuestion": "There are 2 numbers whose sum is 65 , such that one is 4 times as large as the other. What is the smaller number? What is the larger number? ",
"lEquations": [
"4.0*smaller=larger",
"smaller+larger=65.0"
],
"lSolutions": [
13.0,
52.0
]
},
{
"iIndex": 6933,
"sQuestion": "There are 30 legs and 13 heads of goats and chicken , so how may goats and chicken are there? ",
"lEquations": [
"(4.0*goats)+(2.0*chicken)=30.0",
"goats+chicken=13.0"
],
"lSolutions": [
2.0,
11.0
]
},
{
"iIndex": 139,
"sQuestion": "A chemist has a solution that is 18 % alcohol and one that is 50 % alcohol. He wants to make 80 liters of a 30 % solution. How many liters of the 18 % solution should he add? How many liters of the 30 % solution should he add? ",
"lEquations": [
"(18*.01*eighteen_liters)+(50*.01*fifty_liters)=30*0.01*80.0",
"eighteen_liters+fifty_liters=80.0"
],
"lSolutions": [
50.0,
30.0
]
},
{
"iIndex": 154,
"sQuestion": "If the product of 5 and a number is increased by 4 , the result is 19. What is the number? ",
"lEquations": [
"(5.0*number)+4.0=19.0"
],
"lSolutions": [
3.0
]
},
{
"iIndex": 1292,
"sQuestion": "3 footballs and 1 soccer ball cost 155 dollars. 2 footballs and 3 soccer balls cost 220 dollars. Determine the cost of 1 football and the cost of one soccer ball , in dollars. ",
"lEquations": [
"(3.0*football_price)+(1.0*soccer_ball_price)=155.0",
"(2.0*football_price)+(3.0*soccer_ball_price)=220.0"
],
"lSolutions": [
35.0,
50.0
]
},
{
"iIndex": 6135,
"sQuestion": "Customers of a phone company can choose between 2 service plans for long distance calls. The first plan has a 22 dollars monthly fee and charges an additional 0.13 dollars for each minute of calls. The second plan has an 8 dollars monthly fee and charges an additional 0.18 dollars for each minute of calls. For how many minutes of calls will the costs of the two plans be equal?",
"lEquations": [
"22.0+(0.13*minutes)=8.0+(0.18*minutes)"
],
"lSolutions": [
280.0
]
},
{
"iIndex": 5018,
"sQuestion": "In 1 day , a store sold 1.6 as many DVDs as CDs. The total number of DVDs and CDs sold that day was 273. How many DVDs were sold? ",
"lEquations": [
"dvds+cds=273.0",
"dvds=1.6*cds"
],
"lSolutions": [
168.0
]
},
{
"iIndex": 222,
"sQuestion": "Wal-Mart sells thermometers for 2 dollars and hot-water bottles for 6 dollars . In December , Wal-Mart 's total sales for these two items was 1200 dollars. Customers bought 7 times as many thermometers as hot-water bottles. How many thermometers did Wal-Mart sell? How many hot-water bottles? ",
"lEquations": [
"(2.0*thermometers)+(6.0*bottles)=1200.0",
"thermometers=7.0*bottles"
],
"lSolutions": [
420.0,
60.0
]
},
{
"iIndex": 1294,
"sQuestion": "Steve purchased tickets to a circus for 7 adults and 2 children. The total cost was 172 dollars. The cost of a child 's ticket was 4 dollars less than the cost of an adult 's ticket. Find the price of an adult 's ticket and a child 's ticket.",
"lEquations": [
"(7.0*adult_ticket)+(2.0*child_ticket)=172.0",
"child_ticket=adult_ticket-4.0"
],
"lSolutions": [
20.0,
16.0
]
},
{
"iIndex": 17,
"sQuestion": "Your teacher is giving you a test worth 100 points containing 40 questions. There are 2-point and 4-point questions on the test. How many questions are worth two points? How many questions are worth four points? ",
"lEquations": [
"(2.0*two_point)+(4.0*four_point)=100.0",
"two_point+four_point=40.0"
],
"lSolutions": [
30.0,
10.0
]
},
{
"iIndex": 3045,
"sQuestion": "A rancher raises 5 times as many cows as horses. If he has 168 animals , how many cows does he have? ",
"lEquations": [
"cows+horses=168.0",
"cows=5.0*horses"
],
"lSolutions": [
140.0
]
},
{
"iIndex": 2244,
"sQuestion": "Tickets for adults are 5.50 dollars and tickets for children are 3.50 dollars. How many adult tickets and children 's tickets were purchased if 21 tickets were bought for 83.50 dollars? ",
"lEquations": [
"(5.5*adults)+(3.5*children)=83.5",
"adults+children=21.0"
],
"lSolutions": [
5.0,
16.0
]
},
{
"iIndex": 7137,
"sQuestion": "In 1 week , a music store sold 9 guitars for a total of of 3611 dollars. Electric guitars sold for 479 dollars each and acoustic guitars sold for 339 dollars each. How many electric guitars were sold? How many acoustic guitars were sold? ",
"lEquations": [
"(479.0*electric)+(339.0*acoustic)=3611.0",
"electric+acoustic=9.0"
],
"lSolutions": [
4.0,
5.0
]
},
{
"iIndex": 6452,
"sQuestion": "Terry did all 25 problems on his test and got an 85. Scores are computed by giving 4 points for each right answer and subtracting one point for each wrong answer. How many problems did terry get right and wrong?",
"lEquations": [
"(4.0*right)-(1.0*wrong)=85.0",
"right+wrong=25.0"
],
"lSolutions": [
22.0,
3.0
]
},
{
"iIndex": 2518,
"sQuestion": "4 pencils and 5 pens cost a total of 2.00 dollars. 3 pencils and 4 pens cost 1.58 dollars. Find the cost of a pencil and a pen in dollars.",
"lEquations": [
"(4.0*pencil)+(5.0*pen)=2.0",
"(3.0*pencil)+(4.0*pen)=1.58"
],
"lSolutions": [
0.1,
0.32
]
},
{
"iIndex": 6945,
"sQuestion": "1 number is 3 less than twice another number. The sum of the 2 numbers is 51. What is the smaller number? What is the larger number?",
"lEquations": [
"smaller+larger=51.0",
"larger=(2.0*smaller)-3.0"
],
"lSolutions": [
18.0,
33.0
]
},
{
"iIndex": 5626,
"sQuestion": "Cole 's student loans totaled 31,000 dollars. One of his loans was at 2.8 % simple interest and the other at 4.5 %. After one year , Cole owed 1024.40 dollars in interest. What was the amount of each loan? ",
"lEquations": [
"((2.8*0.01)*low_interest)+((4.5*0.01)*high_interest)=1024.4",
"low_interest+high_interest=31000.0"
],
"lSolutions": [
21800.0,
9200.0
]
},
{
"iIndex": 6369,
"sQuestion": "X pounds of candy valued at 3.50 dollars per pound is mixed with Y pounds of candy valued at 4.30 dollars per pound to produce 10 pounds of a mixture selling for 4 dollars per pound. Find X and Y , the number of pounds of each type. ",
"lEquations": [
"(3.5*x)+(4.3*y)=10.0*4.0",
"x+y=10.0"
],
"lSolutions": [
3.75,
6.25
]
},
{
"iIndex": 69,
"sQuestion": "Jason earns 4.00 dollars per hour working after school and he earns 6.00 dollars per hour working on Saturday. If he works 18 hours in a week and earned 88.00 dollars , how many hours did he work on Saturday? ",
"lEquations": [
"(6.0*saturday)+(4.0*after_school)=88.0",
"saturday+after_school=18.0"
],
"lSolutions": [
8.0
]
},
{
"iIndex": 2247,
"sQuestion": "Sam has 30 nickels and dimes worth 2.40 dollars. How many nickels does he have?",
"lEquations": [
"(0.05*nickels)+(0.1*dimes)=2.4",
"nickels+dimes=30.0"
],
"lSolutions": [
12.0
]
},
{
"iIndex": 2963,
"sQuestion": "Marc sold 563 tickets for the school play. Student tickets cost 4 dollars and adult tickets cost 6 dollars. Marc 's sales totaled 2840 dollars. How many adult tickets and student tickets did Marc sell? ",
"lEquations": [
"(6.0*adult)+(4.0*student)=2840.0",
"adult+student=563.0"
],
"lSolutions": [
294.0,
269.0
]
},
{
"iIndex": 1371,
"sQuestion": "The sum of two numbers is 32 and the difference is 14. Find the two numbers.",
"lEquations": [
"number_one+number_two=32.0",
"number_one-number_two=14.0"
],
"lSolutions": [
23.0,
9.0
]
},
{
"iIndex": 474,
"sQuestion": "Two rainstorms occurred in one week in a certain area. The first storm lasted 20 hours , and the second storm lasted 40 hours , for a total 1800 milliliters of rain. What was the rate of rainfall in milliliters per hour for the first and second storms if the sum of the two rates was 55 milliliters per hour? ",
"lEquations": [
"(20.0*first)+(40.0*second)=1800.0",
"first+second=55.0"
],
"lSolutions": [
20.0,
35.0
]
},
{
"iIndex": 1309,
"sQuestion": "Trinidad has 2.35 dollars in nickels and dimes. If she has 33 coins in all , how many nickels does she have? How many dimes does she have? ",
"lEquations": [
"(0.05*nickels)+(0.1*dimes)=2.35",
"nickels+dimes=33.0"
],
"lSolutions": [
19.0,
14.0
]
},
{
"iIndex": 5652,
"sQuestion": "You and a friend go to a Mexican restaurant. You order 2 tacos and 3 enchiladas , and your friend orders 3 tacos and 5 enchiladas. Your bill is 7.80 dollars plus tax , and your friend 's bill is 12.70 dollars plus tax. How much , in dollars , does each taco cost? How much does each enchilada cost? ",
"lEquations": [
"(2.0*tacos_cost)+(3.0*enhiladas_cost)=7.8",
"(3.0*tacos_cost)+(5.0*enhiladas_cost)=12.7"
],
"lSolutions": [
0.9,
2.0
]
},
{
"iIndex": 3839,
"sQuestion": "Tickets for a show cost 6.00 dollars for adults and 4.50 dollars for children. 400 tickets were sold for a total of 2100 dollars. How many adult tickets and how many childrens tickets were sold? ",
"lEquations": [
"(6.0*adults)+(4.5*children)=2100.0",
"adults+children=400.0"
],
"lSolutions": [
200.0,
200.0
]
},
{
"iIndex": 343,
"sQuestion": "The grocer has peanuts for 3.75 dollars a pound and walnuts for 2.75 dollars a pound. How many pounds of peanuts and walnuts must we mix to get 40 pounds of mixture to sell for 3.00 dollars per pound. ",
"lEquations": [
"(3.75*peanuts)+(2.75*walnuts)=3.0*40.0",
"peanuts+walnuts=40.0"
],
"lSolutions": [
10.0,
30.0
]
},
{
"iIndex": 7110,
"sQuestion": "There were 42 people. There were twice as many children as adults. How many children attended?",
"lEquations": [
"2.0*adults=children",
"children+adults=42.0"
],
"lSolutions": [
28.0
]
},
{
"iIndex": 2121,
"sQuestion": "About 4.9 million households had one brand of personal computers in 2001. The use of these computers grew at an average rate of 0.275 million households a year. In 2001 , about 2.5 millions households used another type of computer. The use of these computers grew at an average rate of 0.7 million households a year. How long will it take for the two types of computers to be in the same number of households? ",
"lEquations": [
"4.9+(0.275000.0*years)=2.5+(0.7*years)"
],
"lSolutions": [
5.647
]
},
{
"iIndex": 5321,
"sQuestion": "A furniture dealer has 36 tables. Some tables have 4 legs and some have 3 legs , but she does n't know how many of each kind there are. She has counted 124 legs in total. How many 4 legged tables are there? ",
"lEquations": [
"(4.0*four_leg)+(3.0*three_leg)=124.0",
"four_leg+three_leg=36.0"
],
"lSolutions": [
16.0
]
},
{
"iIndex": 7076,
"sQuestion": "Northwest Molded molds plastic handles which cost 0.60 dollars per handle to mold. The fixed cost to run the molding machine is 7640 dollars per week. If the company sells the handles for 4.60 dollars each , how many handles must be molded and sold weekly to break even? ",
"lEquations": [
"(4.6*handles)-(0.6*handles)=7640.0"
],
"lSolutions": [
1910.0
]
},
{
"iIndex": 5844,
"sQuestion": "Honda day shift produced 4 times as much as second shift. The total production for the month was 5,500 cars. How many did the day shift produce? How many did the second shift produce? ",
"lEquations": [
"day_shift+second_shift=5500.0",
"day_shift=4.0*second_shift"
],
"lSolutions": [
4400.0,
1100.0
]
},
{
"iIndex": 2779,
"sQuestion": "The shoe store has twice as many black shoes as it does brown shoes. The total number of shoes is 66. How many brown shoes are there?",
"lEquations": [
"black_shoes=2.0*brown_shoes",
"brown_shoes+black_shoes=66.0"
],
"lSolutions": [
22.0
]
},
{
"iIndex": 230,
"sQuestion": "The sum of 2 numbers is 138. If three times the smaller number is subtracted from the larger number , the result is 22. Find the two numbers. ",
"lEquations": [
"smaller+larger=138.0",
"larger-(3.0*smaller)=22.0"
],
"lSolutions": [
29.0,
109.0
]
},
{
"iIndex": 5261,
"sQuestion": "One solution contains 50 % alcohol and another solution contains 80 % alcohol. How many liters of 50 % alcohol and 80 % alcohol should be mixed to produce 10.5 liters of a 70 % alcohol solution?",
"lEquations": [
"((50.0*0.01)*fifty_alcohol)+((80.0*0.01)*eighty_alcohol)=70.0*0.01*10.5",
"fifty_alcohol+eighty_alcohol=10.5"
],
"lSolutions": [
3.5,
7.0
]
},
{
"iIndex": 6226,
"sQuestion": "Joe sold 30 peaches from his tree for a total of 7.50 dollars. He sold the small ones for 20 cents each and the large ones for 35 cents each. How many small ones did he sell? How many large ones did he sell?",
"lEquations": [
"(20*.01*small_ones)+(35*.01*large_ones)=7.5",
"small_ones+large_ones=30.0"
],
"lSolutions": [
20.0,
10.0
]
},
{
"iIndex": 5629,
"sQuestion": "Two cyclists start at the same point and travel in opposite directions. One cyclist travels 8 kilometers per hour faster than the other. If the two cyclists are 270 kilometers apart after 5 hours what is the rate of each cyclist?",
"lEquations": [
"(5.0*cyclist_one)+(5.0*cyclist_two)=270.0",
"cyclist_one=8.0+cyclist_two"
],
"lSolutions": [
23.0,
31.0
]
},
{
"iIndex": 2617,
"sQuestion": "Latoya purchased a prepaid phone card for 30 dollars. Long distance calls cost 16 cents a minute using this card. Latoya used her card only once to make a long distance call. If the remaining credit on her card is 26.48 dollars , how many minutes did her call last? ",
"lEquations": [
"16*.01*minutes=30.0-26.48"
],
"lSolutions": [
22.0
]
},
{
"iIndex": 32,
"sQuestion": "You have exactly 537 dollars to spend on party gifts for your rich uncle 's birthday party. You decide to get watches for the ladies at 27.98 dollars each , and beepers for the men at 23.46 dollars each. You know that the number of watches required will be 3 times as much as the number of beepers. How many watches do you buy? How many beepers do you buy? ",
"lEquations": [
"(27.98*watches)+(23.46*beepers)=537.0",
"watches=3.0*beepers"
],
"lSolutions": [
15.0,
5.0
]
},
{
"iIndex": 2596,
"sQuestion": "David bought 3 hamburgers and 2 servings of french fries at Diane 's Drive Up for 6.25 dollars. If a serving of fries costs 0.25 cents more then a hamburger , what is the cost of a hamburger and what is the cost of a serving of french fries? ",
"lEquations": [
"(3.0*hamburger)+(2.0*french_fries)=6.25",
"french_fries=0.25+hamburger"
],
"lSolutions": [
1.15,
1.4
]
},
{
"iIndex": 5870,
"sQuestion": "The total cost of a shirt and a sweater is 80.34 dollars. If the price of the shirt is 7.43 dollars less than the sweater , what was the price of the shirt , in dollars? ",
"lEquations": [
"shirt+sweater=80.34",
"shirt=sweater-7.43"
],
"lSolutions": [
36.46
]
},
{
"iIndex": 3054,
"sQuestion": "Advance tickets to a show cost 20 , and same-day tickets cost 30. The total number of tickets sold was 60 for total receipts of 1,600. How many advance tickets were sold? How many same-day tickets were sold? ",
"lEquations": [
"(20.0*advance_tickets)+(30.0*sameday_tickets)=1600.0",
"sameday_tickets+advance_tickets=60.0"
],
"lSolutions": [
20.0,
40.0
]
},
{
"iIndex": 3595,
"sQuestion": "2 cars start at the same place and time , and travel in opposite directions. One car is traveling 15 kilometers per hour faster than the other. After 5 hours , the 2 cars are 275 km apart. Find the speed of each car. ",
"lEquations": [
"(5.0*slower_car)+(5.0*faster_car)=275.0",
"15.0+slower_car=faster_car"
],
"lSolutions": [
20.0,
35.0
]
},
{
"iIndex": 3631,
"sQuestion": "The Rocket Coaster has 15 cars , some that hold 4 people and some that hold 6 people. There is room for 72 people altogether. How many 4 passenger cars are there? How many 6 passenger cars are there? ",
"lEquations": [
"(4.0*four)+(6.0*six)=72.0",
"four+six=15.0"
],
"lSolutions": [
9.0,
6.0
]
},
{
"iIndex": 6739,
"sQuestion": "If 2.5 costs 20 dollars , how much does 3.5 cost , in dollars? ",
"lEquations": [
"2.5*cost=20.0",
"3.5*cost=answer"
],
"lSolutions": [
28.0
]
},
{
"iIndex": 2095,
"sQuestion": "Amber has 30 coins in nickels and dimes. In all she has 2.10 dollars. How many nickels and dimes does she have?",
"lEquations": [
"(0.05*nickel)+(0.1*dime)=2.1",
"nickel+dime=30.0"
],
"lSolutions": [
18.0,
12.0
]
},
{
"iIndex": 704,
"sQuestion": "Yuri has a board that 98 inches long. He wishes to cut the board into 2 pieces so that one piece will be 10 inches longer than the other. What should the length of the shorter piece be , in inches? What will the length of the longer piece be? ",
"lEquations": [
"longer+shorter=98.0",
"longer=10.0+shorter"
],
"lSolutions": [
44.0,
54.0
]
},
{
"iIndex": 6624,
"sQuestion": "Twice a number increased by 5 is 17. Find the number.",
"lEquations": [
"(2.0*number)+5.0=17.0"
],
"lSolutions": [
6.0
]
},
{
"iIndex": 5710,
"sQuestion": "A candy store wishes to mix 2 types of candy to get 5 pounds of 2 dollars per pound candy. If candy A costs 3.20 dollars per pound and candy B costs 1.70 dollars per pound , how many pounds of candy A and candy B should be mixed? ",
"lEquations": [
"(3.2*candy_A)+(1.7*candy_B)=5.0*2.0",
"candy_A+candy_B=5.0"
],
"lSolutions": [
1.0,
4.0
]
},
{
"iIndex": 6960,
"sQuestion": "36 more than the product of three and x is the same as 48. Solve for x.",
"lEquations": [
"(3.0*x)+36.0=48.0"
],
"lSolutions": [
4.0
]
},
{
"iIndex": 6417,
"sQuestion": "A total of 32,000 dollars is invested in 2 municipal bonds that pay 5.75 % and 6.25 % simple interest. The investor wants an annual interest income of 1900 dollars from the investments. What amount should be invested in the 5.75 % bond? ",
"lEquations": [
"((5.75*0.01)*low_investment)+((6.25*0.01)*high_investment)=1900.0",
"low_investment+high_investment=32000.0"
],
"lSolutions": [
20000.0
]
},
{
"iIndex": 5894,
"sQuestion": "The sum of two consecutive even integers is at most 30. What are the greatest possible consecutive even integers?",
"lEquations": [
"number_1+number_2=30.0",
"number_2-number_1=2.0"
],
"lSolutions": [
14.0,
16.0
]
},
{
"iIndex": 2677,
"sQuestion": "1. Find the 2 numbers whose sum is 108 and whose difference is 24.",
"lEquations": [
"bigger+smaller=108.0",
"bigger-smaller=24.0"
],
"lSolutions": [
42.0,
66.0
]
},
{
"iIndex": 6334,
"sQuestion": "The Lakers scored 43 points on a combination of 20 two point baskets and three point baskets. How many shots of two point baskets and how many shots of three point baskets were made?",
"lEquations": [
"(2.0*two_point_baskets)+(3.0*three_point_baskets)=43.0",
"two_point_baskets+three_point_baskets=20.0"
],
"lSolutions": [
17.0,
3.0
]
},
{
"iIndex": 5514,
"sQuestion": "For the first performance of a play in a community theater , 50 reserved-seat tickets and 80 general-admission tickets were sold. The total receipts were 980 dollars. For the second performance , 60 reserved-seat tickets and 90 general-admission tickets were sold. The total receipts were 1140 dollars. Find the price of a reserved-set ticket , in dollars. Find the price of a general-admission ticket. ",
"lEquations": [
"(50.0*reserved_ticket)+(80.0*general_ticket)=980.0",
"(60.0*reserved_ticket)+(90.0*general_ticket)=1140.0"
],
"lSolutions": [
10.0,
6.0
]
},
{
"iIndex": 6383,
"sQuestion": "a grocer wants to mix nuts which sell for rs 4 per kilo with nuts which sell for rs 7 per kilo in order to make a mixture which could sell for rs 5 per kilo. How many kilos of each should he mix to get a mixture of 42 kilos?",
"lEquations": [
"(4.0*four_nuts)+(7.0*seven_nuts)=42.0*5.0",
"four_nuts+seven_nuts=42.0"
],
"lSolutions": [
28.0,
14.0
]
},
{
"iIndex": 3202,
"sQuestion": "A small publishing company has a 1 time product cost for editing and printing of 56,430.00 dollars. Variable cost per book is 8.25 dollars. The publisher is selling the book to the store for 21.75 dollars. How many books must the publisher print and sell so that the production cost will equal the money obtained from sells? ",
"lEquations": [
"(21.75*books)-(8.25*books)=56430.0"
],
"lSolutions": [
4180.0
]
},
{
"iIndex": 7536,
"sQuestion": "Cashews sell for 5.00 dollars a pound and peanuts sell for 2.00 dollars a pound. How many pounds of peanuts and cashews would you use to make 25 pounds of a mixure that sells for 92 dollars? ",
"lEquations": [
"(5.0*cashews)+(2.0*peanuts)=92.0",
"cashews+peanuts=25.0"
],
"lSolutions": [
14.0,
11.0
]
},
{
"iIndex": 1332,
"sQuestion": "A new parking lot has spaces for 450 cars. The ratio of spaces for full sized cars to compact cars is 11 to 4. How many spaces are for full-sized cars? How many spaces are for compact cars?",
"lEquations": [
"4.0*full_size_spaces=11.0*compact_spaces",
"full_size_spaces+compact_spaces=450.0"
],
"lSolutions": [
330.0,
120.0
]
},
{
"iIndex": 2584,
"sQuestion": "A person wishes to invest 2,400.00 dollars , part at 9 % and part at 6 %. If the total interest desired at the end of the year is 189.00 dollars , how much should be invested at each rate? ",
"lEquations": [
"((6.0*0.01)*six_interest)+((9.0*0.01)*nine_interest)=189.0",
"six_interest+nine_interest=2400.0"
],
"lSolutions": [
1500.0,
900.0
]
},
{
"iIndex": 371,
"sQuestion": "The sum of 2 numbers is 24. Seven times the smaller number is the same as 5 times the larger number. Find the smaller number. ",
"lEquations": [
"7.0*smaller=5.0*larger",
"smaller+larger=24.0"
],
"lSolutions": [
10.0
]
},
{
"iIndex": 6448,
"sQuestion": "For a special event at the TCR spring fest , the cost of 3 adult tickets and 4 student tickets was 84 dollars and the cost of 4 adult tickets and 2 student tickets was 62 dollars. Find the admission price for an adult ticket and for a student ticket at the spring fest , in dollars. ",
"lEquations": [
"(3.0*adult)+(4.0*student)=84.0",
"(4.0*adult)+(2.0*student)=62.0"
],
"lSolutions": [
8.0,
15.0
]
},
{
"iIndex": 6322,
"sQuestion": "There are 22 chickens and cows on a farm. Together they have 60 legs. How many chickens are there? How many cows?",
"lEquations": [
"(2.0*chickens)+(4.0*cows)=60.0",
"chickens+cows=22.0"
],
"lSolutions": [
14.0,
8.0
]
},
{
"iIndex": 6716,
"sQuestion": "How many milliliters of a 10 % HCL solution should be combined with a 60 % HCL solution in order to get 50 milliliters of a 30 % HCL solution?",
"lEquations": [
"10.0*0.01*ml_ten_HCL+60.0*0.01*ml_sixty_HCL=30.0*0.01*50.0",
"ml_ten_HCL+ml_sixty_HCL=50.0"
],
"lSolutions": [
30.0
]
},
{
"iIndex": 7053,
"sQuestion": "A woman has 450 dollars invested , part at 2 % and the remainder at 3 % simple interest. If the total annual income is 11 dollars , how much is invested at 2 % , in dollars? How much is invested at 3 %? ",
"lEquations": [
"((2.0*0.01)*low_interest)+((3.0*0.01)*high_interest)=11.0",
"low_interest+high_interest=450.0"
],
"lSolutions": [
250.0,
200.0
]
},
{
"iIndex": 6925,
"sQuestion": "Admission tickets to a football game were 60 cents for adults and 25 cents for children. Receipts for the day showed that 280 persons attended and 140 dollars was collected. How many adults attended? How many children attended?",
"lEquations": [
"(60*.01*noof_adults)+(25*.01*noof_childrens)=140.0",
"noof_adults+noof_childrens=280.0"
],
"lSolutions": [
200.0,
80.0
]
},
{
"iIndex": 353,
"sQuestion": "A baseball player has a batting average of 0.320 with 192 hits in 600 bats. His average against left-handed pitching is 0.250. Against right-handed pitching it is 0.350. How many times did he bat against left-handers? ",
"lEquations": [
"(0.25*left)+(0.35*right)=192.0",
"left+right=600.0"
],
"lSolutions": [
180.0
]
},
{
"iIndex": 171,
"sQuestion": "Tickets for a play at the community theater cost 12 dollars for an adult and 4 dollars for a child. If 130 tickets were sold and the total receipts were 840 dollars , how many adult tickets and child tickets were sold? ",
"lEquations": [
"(12.0*adult)+(4.0*child)=840.0",
"adult+child=130.0"
],
"lSolutions": [
40.0,
90.0
]
},
{
"iIndex": 6075,
"sQuestion": "Old McDonald has 15 goats and chickens on his farm. The animals combined have a total of 34 legs. Assuming there are no physical defects , how many goats are on the farm? How many chickens are on the farm? ",
"lEquations": [
"(2.0*chickens)+(4.0*goats)=34.0",
"goats+chickens=15.0"
],
"lSolutions": [
2.0,
13.0
]
},
{
"iIndex": 2075,
"sQuestion": "The sum of 2 numbers is 10. 3 times one of them is more than 4 times the second by 2. Find the smaller number. Find the larger number.",
"lEquations": [
"3.0*large=(4.0*small)+2.0",
"small+large=10.0"
],
"lSolutions": [
4.0,
6.0
]
},
{
"iIndex": 5145,
"sQuestion": "If 6 is subtracted from three times a number , the difference is twice the number. What is the number? ",
"lEquations": [
"(3.0*number)-6.0=2.0*number"
],
"lSolutions": [
6.0
]
},
{
"iIndex": 7412,
"sQuestion": "Admission to an amusement park is 8 dollars for adults and 5 dollars for children. If 201 dollars was paid for 33 tickets , how many adult tickets were purchased? How many children 's tickets were purchased? ",
"lEquations": [
"(8.0*adults)+(5.0*children)=201.0",
"adults+children=33.0"
],
"lSolutions": [
12.0,
21.0
]
},
{
"iIndex": 3245,
"sQuestion": "Class A and class B donated their class fund totaling 127 dollars to an orphanage. If the amount donated by class A is 7 dollars short of 0.6667 of the amount donated by class B. How much did Class A Donate? How much to class B donate?",
"lEquations": [
"class_a+class_b=127.0",
"class_a=(0.6667*class_b)-7.0"
],
"lSolutions": [
46.61607,
80.3839
]
},
{
"iIndex": 5484,
"sQuestion": "7 audio cassettes and 3 video cassettes cost rs 1110 , while 5 audio cassettes and 4 video cassettes cost rs 1350. Find the cost of an audio cassette and a video cassette. ",
"lEquations": [
"(7.0*audio_cassettes)+(3.0*video_cassettes)=1110.0",
"(5.0*audio_cassettes)+(4.0*video_cassettes)=1350.0"
],
"lSolutions": [
30.0,
300.0
]
},
{
"iIndex": 5711,
"sQuestion": "A student inherited 5000 dollars. She invested part of it at 10 % and the rest at 8 %. If her total interest amounted to 460 dollars , how much did she invest at 10 %? At 8 %? ",
"lEquations": [
"((10.0*0.01)*invest_ten)+((8.0*0.01)*invest_eight)=460.0",
"invest_ten+invest_eight=5000.0"
],
"lSolutions": [
3000.0,
2000.0
]
},
{
"iIndex": 5089,
"sQuestion": "A farmer had some chickens and some cows. She counted 40 heads and 126 legs. How many chickens and how many cows did she have?",
"lEquations": [
"(2.0*chickens)+(4.0*cows)=126.0",
"chickens+cows=40.0"
],
"lSolutions": [
17.0,
23.0
]
},
{
"iIndex": 6505,
"sQuestion": "A 69 inch board is cut into 2 pieces. One piece is 2 times the length of the other. What is the length of the shorter piece , in inches? What is the length of the longer piece? ",
"lEquations": [
"shorter+longer=69.0",
"longer=2.0*shorter"
],
"lSolutions": [
23.0,
46.0
]
},
{
"iIndex": 6300,
"sQuestion": "An athlete can burn 10 calories per minute while running and 4 calories per minute while walking. If the athlete burns 450 calories in 60 minutes , how many minutes are spent running? How many minutes are spent walking? ",
"lEquations": [
"(10.0*running)+(4.0*walking)=450.0",
"running+walking=60.0"
],
"lSolutions": [
35.0,
25.0
]
},
{
"iIndex": 1362,
"sQuestion": "Janet invested 31,000 dollars , part at 10 % and part at 1 %. If the total interest at the end of the year is 1,390 dollars , how much did she invest at 10 %? ",
"lEquations": [
"10.0*0.01*part_a+1.0*0.01*part_b=1390.0",
"part_a+part_b=31000.0"
],
"lSolutions": [
12000.0
]
},
{
"iIndex": 6666,
"sQuestion": "Two times the first number is one more than the second number. If their sum is -64 , what are the two numbers? ",
"lEquations": [
"2.0*first_number=1.0+second_number",
"first_number+second_number=(-64.0)"
],
"lSolutions": [
-21.0,
-43.0
]
},
{
"iIndex": 5632,
"sQuestion": "During 2005 major league baseball season , the Chicago White Sox played 162 games. They won 36 more than they lost. How many games did they win , and how many did they lose? ",
"lEquations": [
"win+lose=162.0",
"win=36.0+lose"
],
"lSolutions": [
99.0,
63.0
]
},
{
"iIndex": 6804,
"sQuestion": "The difference between 0.75 of a line and 0.4 of the same line is 28 centimeters. Find the length of the line.",
"lEquations": [
"(0.75*length_of_line)-(0.4*length_of_line)=28.0"
],
"lSolutions": [
80.0
]
},
{
"iIndex": 1937,
"sQuestion": "The sum of two numbers is 73. The second is 7 more than 5 times the first. What is the first number and what is the second one?",
"lEquations": [
"first+second=73.0",
"second=(5.0*first)+7.0"
],
"lSolutions": [
11.0,
62.0
]
},
{
"iIndex": 3036,
"sQuestion": "A movie theater charges 7.50 dollars for adults and 4.50 dollars for children. The receipts for a showing of a movie were 540 dollars. If 80 tickets were sold , find how many adult tickets were sold. Find how many child tickets were sold. ",
"lEquations": [
"(7.5*adults)+(4.5*children)=540.0",
"adults+children=80.0"
],
"lSolutions": [
60.0,
20.0
]
},
{
"iIndex": 2658,
"sQuestion": "2 teachers are going to a conference for a few days. Mrs. Jerrerson plans on spending 502 dollars on 14 meals and 4 nights in a hotel. Mrs. Lloyd plans on spending 370 dollars on 10 meals and 3 nights in a hotel. How much are they planning on spending per meal and per night for a hotel?",
"lEquations": [
"(14.0*meal)+(4.0*hotel)=502.0",
"(10.0*meal)+(3.0*hotel)=370.0"
],
"lSolutions": [
13.0,
80.0
]
},
{
"iIndex": 6853,
"sQuestion": "A direct flight on delta air lines from Atlanta to Paris is 4000 miles and takes approximately 8 hours going East and 10 hours going West. Although the plane averages the same airspeed , there is a headwind while traveling East , resulting in a different air speeds. What is the average air speed of the plane in miles per hour and the average wind speed? ",
"lEquations": [
"(plane+wind)*8.0=4000.0",
"(plane-wind)*10.0=4000.0"
],
"lSolutions": [
450.0,
50.0
]
},
{
"iIndex": 6317,
"sQuestion": "Cynthia works at a grocery store. She knows that for every 2 cans of tomato soup she sells , she will sell 4 cans of chili beans. This week she ordered a total of 12 cans. How many cans of chili beans did she order? ",
"lEquations": [
"4.0*tomato=2.0*chili",
"tomato+chili=12.0"
],
"lSolutions": [
8.0
]
},
{
"iIndex": 2222,
"sQuestion": "Dave and Sandy fly from Philly to Chicago , it takes 2 hours to go West and 1.5 hours to fly East. The trip is 780 miles one way. If the wind speed is the same on each trip , find the speed of the wind and find the speed of the plane in the still air , in miles per hour. ",
"lEquations": [
"(plane+wind)*1.5=780.0",
"(plane-wind)*2.0=780.0"
],
"lSolutions": [
65.0,
455.0
]
},
{
"iIndex": 3159,
"sQuestion": "Maria added a white vinegar solution of acetic acid in water. There are 2 strengths of white vinegar, a 5 % solution and a 10 % solution. How many milliliters of the 5 % solution and the 10% solution must she mix to make 50 milliliters of a 9 % vinegar solution?",
"lEquations": [
"((5.0*0.01)*five_solution)+((10.0*0.01)*ten_solution)=9.0*0.01*50.0",
"five_solution+ten_solution=50.0"
],
"lSolutions": [
10.0,
40.0
]
},
{
"iIndex": 3079,
"sQuestion": "The Jurassic Zoo charges 8 dollars for each adult and 4 dollars for each child. Total bill for the 201 people was 964 dollars. How many children were at the zoo?",
"lEquations": [
"(8.0*adult)+(4.0*child)=964.0",
"child+adult=201.0"
],
"lSolutions": [
161.0
]
},
{
"iIndex": 6444,
"sQuestion": "Seven times a number is the same as 12 more than 3 times the number. Find the number.",
"lEquations": [
"7.0*number=12.0+(3.0*number)"
],
"lSolutions": [
3.0
]
},
{
"iIndex": 5249,
"sQuestion": "Joey makes 100 pounds of a coffee mix. Columbian coffee selling for 8.75 dollars per pound is mixed with Brazilian coffee selling for 3.75 dollars per pound. The final mix sells for 6.35 dollars per pound. How much of each type of coffee is used in the mix?",
"lEquations": [
"(8.75*columbian)+(3.75*brazilian)=100.0*6.35",
"columbian+brazilian=100.0"
],
"lSolutions": [
52.0,
48.0
]
},
{
"iIndex": 6426,
"sQuestion": "You have space in your garden for 55 small flowering bulbs. Crocus bulbs cost 0.35 dollars each and daffodil bulbs cost 0.65 dollars each. Your budget allows you to spend 29.15 dollars on bulbs. How many crocus bulbs and daffodil bulbs can you buy? ",
"lEquations": [
"(0.35*crocus_bulbs)+(0.65*daffodil_bulbs)=29.15",
"crocus_bulbs+daffodil_bulbs=55.0"
],
"lSolutions": [
22.0,
33.0
]
},
{
"iIndex": 6640,
"sQuestion": "If 530 pesos can buy 4 kilograms of fish and 2 kilograms of pork while 875 pesos can buy 7 kilograms of fish and 3 kilograms of pork , how much does a kilogram of fish cost? ",
"lEquations": [
"(4.0*fish)+(2.0*pork)=530.0",
"(7.0*fish)+(3.0*pork)=875.0"
],
"lSolutions": [
80.0
]
},
{
"iIndex": 767,
"sQuestion": "The sum of two numbers is 18. If twice the smaller number is 6 more than the larger , find the smaller number and the larger number. ",
"lEquations": [
"2.0*smaller=6.0+larger",
"smaller+larger=18.0"
],
"lSolutions": [
8.0,
10.0
]
},
{
"iIndex": 1637,
"sQuestion": "Tickets cost 4 dollars for students , and 6 dollars for general admission. You sell 525 tickets and collect 2876 dollars. How many student tickets did you sell , and how many general admission tickets did you sell? ",
"lEquations": [
"(4.0*student)+(6.0*general)=2876.0",
"student+general=525.0"
],
"lSolutions": [
137.0,
388.0
]
},
{
"iIndex": 1939,
"sQuestion": "A customer walks into an electronics store and buys 5 MP3 players and 8 sets of headphones , paying 840 dollars. A 2nd customer buys 3 MP3 players and 4 sets of headphones , and pays 480 dollars. How much does an MP3 player cost? How much does a set of headphones cost? ",
"lEquations": [
"(5.0*mp3)+(8.0*headphone)=840.0",
"(3.0*mp3)+(4.0*headphone)=480.0"
],
"lSolutions": [
120.0,
30.0
]
},
{
"iIndex": 5007,
"sQuestion": "The sum of 2 integers is 30. 2 times the larger integer is 10 less than 5 times the smaller integer. Find the smaller number and larger number.",
"lEquations": [
"2.0*larger=(5.0*smaller)-10.0",
"smaller+larger=30.0"
],
"lSolutions": [
10.0,
20.0
]
},
{
"iIndex": 2359,
"sQuestion": "In a family there are two cars. The sum of the average miles per gallon obtained by the two cars in a particular week is 75 miles per gallon. The first car has consumed 25 gallons during that week , and the second has consumed 35 gallons , for a total of 2275 miles driven by the two cars combined. What was the average gas mileage obtained by the first car that week? What was the average gas mileage obtained by the second car that week? ",
"lEquations": [
"(25.0*first)+(35.0*second)=2275.0",
"first+second=75.0"
],
"lSolutions": [
35.0,
40.0
]
},
{
"iIndex": 20,
"sQuestion": "A hotel purchased 38 bath towels and 61 washcloths for a total cost of 791.50 dollars. A second purchase of 54 bath towels and 50 washcloths , at the same prices , cost 923 dollars. Find the individual prices of the bath towels and washcloths. ",
"lEquations": [
"(38.0*bath_towel)+(61.0*washcloth)=791.5",
"(54.0*bath_towel)+(50.0*washcloth)=923.0"
],
"lSolutions": [
12.0,
5.5
]
},
{
"iIndex": 2291,
"sQuestion": "To make 10 kilograms of aluminum alloy with 60 % aluminum , a scientist wants to use 2 metals with 45 % and 70 % aluminum content respectively. How many kilograms of 45 % aluminum and how many kilograms of 70 % aluminum should she mix?",
"lEquations": [
"((45.0*0.01)*fortyfive_aluminum)+((70.0*0.01)*seventy_aluminum)=(10.0*60.0)*0.01",
"fortyfive_aluminum+seventy_aluminum=10.0"
],
"lSolutions": [
4.0,
6.0
]
},
{
"iIndex": 2040,
"sQuestion": "In a family there are two cars. In a given week , the first car gets an average of 25 miles per gallon , and the second car gets 40 miles per gallon. The two cars combined drives a total of 1825 miles in that one week , for a total gas consumption of 55 gallons. How many gallons were consumed by the 25 mile per gallon car and how many gallons were consumed by the 40 mile per gallon car that week? ",
"lEquations": [
"(25.0*twentyfive_car)+(40.0*forty_car)=1825.0",
"twentyfive_car+forty_car=55.0"
],
"lSolutions": [
25.0,
30.0
]
},
{
"iIndex": 6459,
"sQuestion": "A chemist is mixing a solution that is 32 % sodium and another solution that is 12 % sodium. How many liters of 32 % and 12 % solution should the chemist use to produce 50 liters of the solution that is 20 % sodium?",
"lEquations": [
"((32.0*0.01)*thirtytwo_solution)+((12.0*0.01)*twelve_solution)=20.0*0.01*50.0",
"thirtytwo_solution+twelve_solution=50.0"
],
"lSolutions": [
20.0,
30.0
]
},
{
"iIndex": 2570,
"sQuestion": "A teacher gives out a test of 30 problems. Each computation problem is worth 3 points. Each word problem is worth 5 points. The total points you can receive on the test is 110 points. How many computation problems are there?",
"lEquations": [
"(3.0*computation_problem)+(5.0*word_problem)=110.0",
"computation_problem+word_problem=30.0"
],
"lSolutions": [
20.0
]
},
{
"iIndex": 460,
"sQuestion": "You are selling tickets to your school musical. Adult tickets cost 5 dollars and children 's tickets cost 3 dollars. You sell 1510 tickets and collect 6138 dollars. Determine How many adult tickets were sold? How many children 's tickets were sold? ",
"lEquations": [
"(5.0*adult)+(3.0*childrens)=6138.0",
"adult+childrens=1510.0"
],
"lSolutions": [
804.0,
706.0
]
},
{
"iIndex": 2567,
"sQuestion": "Donna invested her 33,000 dollars bonus and received a total of 970 dollars in interest after one year. If part of the money returned 4 % and the remainder 2.25 % then how much did she invest at each rate? ",
"lEquations": [
"((2.25*0.01)*low_interest)+((4.0*0.01)*high_interest)=970.0",
"low_interest+high_interest=33000.0"
],
"lSolutions": [
13000.0,
20000.0
]
},
{
"iIndex": 5117,
"sQuestion": "Your family goes to a restaurant for dinner. There are 6 people in your family. Some order the chicken dinner for 14.80 dollars and some order the steak dinner for 17.00 dollars. If the total bill was 91.00 dollars , how many people ordered the steak dinner. How many people ordered the chicked dinner? ",
"lEquations": [
"(14.8*chicken)+(17.0*steak)=91.0",
"chicken+steak=6.0"
],
"lSolutions": [
5.0,
1.0
]
},
{
"iIndex": 2555,
"sQuestion": "The US Senate had a total of 99 Democrats and Republicans. There were 11 more Republicans than Democrats. How many Democrats and Republicans were there in the Senate?",
"lEquations": [
"republicans+democrats=99.0",
"republicans-democrats=11.0"
],
"lSolutions": [
44.0,
55.0
]
},
{
"iIndex": 7070,
"sQuestion": "White vinegar is a solution of acetic acid in water. There are two strengths of white vinegar , a 5 % solution and a 10 % solution. How many milliliters of each solution must be mixed to make 50 milliliters of a 9 % vinegar solution? ",
"lEquations": [
"((5.0*0.01)*five_vinegar)+((10.0*0.01)*ten_vinegar)=9.0*0.01*50.0",
"five_vinegar+ten_vinegar=50.0"
],
"lSolutions": [
10.0,
40.0
]
},
{
"iIndex": 1707,
"sQuestion": "Find the two numbers whose sum is 45 and such that one is 4 times as large as the other.",
"lEquations": [
"4.0*smaller_number=larger_number",
"smaller_number+larger_number=45.0"
],
"lSolutions": [
9.0,
36.0
]
},
{
"iIndex": 6949,
"sQuestion": "A child has 17.55 dollars worth of nickels and dimes in her piggy bank. There are a total of 207 coins. How many nickels does she have? How many dimes does she have?",
"lEquations": [
"(0.05*nickels)+(0.1*dimes)=17.55",
"nickels+dimes=207.0"
],
"lSolutions": [
63.0,
144.0
]
},
{
"iIndex": 1679,
"sQuestion": "University Theater sold 510 tickets for a play. Tickets cost 21 dollars per adult and 15 dollars per senior citizen. If total receipts were 8748 dollars , how many senior citizen tickets were sold? ",
"lEquations": [
"(21.0*adult)+(15.0*senior)=8748.0",
"adult+senior=510.0"
],
"lSolutions": [
327.0
]
},
{
"iIndex": 6139,
"sQuestion": "Two numbers are in the ratio 8 to 3. If the sum of numbers is 143 , find the numbers. ",
"lEquations": [
"3.0*number_1=8.0*number_2",
"number_1+number_2=143.0"
],
"lSolutions": [
39.0,
104.0
]
},
{
"iIndex": 5997,
"sQuestion": "2 trains leave simultaneously traveling on the same track in opposite directions at speeds of 50 and 64 miles per hour. How many hours will it take before they are 285 miles apart?",
"lEquations": [
"(50.0*hours)+(64.0*hours)=285.0"
],
"lSolutions": [
2.5
]
},
{
"iIndex": 3648,
"sQuestion": "Find two numbers whose sum is 14 if one number is 3 times as large as the other number.",
"lEquations": [
"first_number+second_number=14.0",
"first_number=3.0*second_number"
],
"lSolutions": [
3.5,
10.5
]
},
{
"iIndex": 6079,
"sQuestion": "Tickets at a local theater cost 6 dollars for adults and 2 dollars dollars for kids under twelve. If 175 tickets were sold and the profit was 750 dollars , how many kid tickets were sold? ",
"lEquations": [
"(6.0*adults)+(2.0*kids)=750.0",
"adults+kids=175.0"
],
"lSolutions": [
75.0
]
},
{
"iIndex": 4209,
"sQuestion": "254 people go to a zoo. Tickets are 28 dollars for adults and 12 dollars for kids. Total sales are 3,864 dollars. How many adults went to zoo? How many kids? ",
"lEquations": [
"(28.0*adults)+(12.0*kids)=3864.0",
"adults+kids=254.0"
],
"lSolutions": [
51.0,
203.0
]
},
{
"iIndex": 2756,
"sQuestion": "The St. Mark 's Community Barbecue served 250 dinners. A child 's plate cost 3.50 dollars and an adult 's plate cost 7.00 dollars. A total of 1347.50 dollars was collected. How many child 's plates were served? How many adult 's plates were served? ",
"lEquations": [
"(3.5*child)+(7.0*adult)=1347.5",
"child+adult=250.0"
],
"lSolutions": [
115.0,
135.0
]
},
{
"iIndex": 5843,
"sQuestion": "Wal-Mart sells thermometers for 2 dollars, and hot-water bottles for 6 dollars. Total sales for these 2 items during the month of January was 1,200 dollars. There were 7 times as many thermometers as hot-water bottles sold. How many thermometers were sold? How many hot-water bottles? ",
"lEquations": [
"(2.0*thermometers)+(6.0*hot_water_bottles)=1200.0",
"thermometers=7.0*hot_water_bottles"
],
"lSolutions": [
420.0,
60.0
]
},
{
"iIndex": 586,
"sQuestion": "A 40 % acid solution and a 55 % acid solution must be mixed to produce 60 liters of a 45 % acid solution. How many liters of 40 % acid solution should be used? How many liters of 55 % acid solution should be used?",
"lEquations": [
"((40.0*0.01)*forty_acid)+((55.0*0.01)*fiftyfive_acid)=45.0*0.01*60",
"forty_acid+fiftyfive_acid=60.0"
],
"lSolutions": [
40.0,
20.0
]
},
{
"iIndex": 27,
"sQuestion": "Suppose you invested 10,000 dollars , part at 6 % annual interest and the rest at 9 % annual interest. If you received 684 dollars in interest after one year , how much did you invest at 6 % annual interest and at 9 % annual interest? ",
"lEquations": [
"(6*.01*six_percent)+(9*.01*nine_percent)=684.0",
"six_percent+nine_percent=10000.0"
],
"lSolutions": [
7200.0,
2800.0
]
},
{
"iIndex": 6540,
"sQuestion": "A recipe calls for 2 cups of sugar. You find that you only have 0.3333 cups of sugar left. What fraction of the recipe can you make?",
"lEquations": [
"fraction=0.3333/2.0"
],
"lSolutions": [
0.165
]
},
{
"iIndex": 5115,
"sQuestion": "Tickets to a local movie were sold at 4 dollars for adults and 2.50 dollars for students. If 59 tickets were sold for a total of 222.50 dollars , how many student tickets were sold? ",
"lEquations": [
"(4.0*adult_tickets)+(2.5*student_tickets)=222.5",
"adult_tickets+student_tickets=59.0"
],
"lSolutions": [
9.0
]
},
{
"iIndex": 6408,
"sQuestion": "0.4 of Joe 's income each month goes to taxes. If she pays 848 dollars in taxes each month , what is her monthly income in dollars? ",
"lEquations": [
"0.4*income=848.0"
],
"lSolutions": [
2120.0
]
},
{
"iIndex": 1035,
"sQuestion": "Jordan 's salary is 1250 dollars a month plus a 5 % commission on all of his sales. What must the amount of his sales be , in dollars , for him to earn at least 1500 dollars each month? ",
"lEquations": [
"1250.0+(5*0.01*sales)=1500.0"
],
"lSolutions": [
5000.0
]
},
{
"iIndex": 6546,
"sQuestion": "A petroleum company has two different sources of crude oil. The first source provides crude oil that is 25 % hydrocarbons and the second one provides crude oil that is 75 % hydrocarbons. In order to obtain 50 gallons of crude oil that is 55 % hydrocarbons , how many gallons of crude oil must be used from each of the two sources? ",
"lEquations": [
"((25.0*0.01)*first_source)+((75.0*0.01)*second_source)=(50.0*55.0)*0.01",
"first_source+second_source=50.0"
],
"lSolutions": [
20.0,
30.0
]
},
{
"iIndex": 370,
"sQuestion": "Steve has 36 coins consisting of dimes and nickels. If the value of the coins is 3.10 dollars , then how many dimes does he have? ",
"lEquations": [
"(0.05*nickels)+(0.1*dimes)=3.1",
"nickels+dimes=36.0"
],
"lSolutions": [
26.0
]
},
{
"iIndex": 5846,
"sQuestion": "The selling price of a pair of pants is 34 dollars. If the store paid 8 dollars less for the pants , find the price that the store paid , in dollars. ",
"lEquations": [
"price_store_paid=34.0-8.0"
],
"lSolutions": [
26.0
]
},
{
"iIndex": 1669,
"sQuestion": "A 40 % sugar solution is added to an 85 % sugar solution to create 1800 milliliters of a 60 % solution. How many milliliters of the 40 % solution should be used? How many millileters of the 85 % solution?",
"lEquations": [
"((40.0*0.01)*forty_solution)+((85.0*0.01)*eightyfive_solution)=60*0.01*(1800)",
"forty_solution+eightyfive_solution=1800.0"
],
"lSolutions": [
1000.0,
800.0
]
},
{
"iIndex": 1404,
"sQuestion": "A department store held a sale to sell all of the 214 winter jackets that remained after the season ended. Until noon , each jacket in the store was priced at 31.95 dollars. At noon , the price of the jackets was further reduced to 18.95 dollars. After the last jacket was sold , the total receipts for the clearance sale were 5108.30 dollars. How many jackets were sold before noon and how many jackets were sold after noon? ",
"lEquations": [
"(31.95*before_noon)+(18.95*afternoon)=5108.3",
"before_noon+afternoon=214.0"
],
"lSolutions": [
81.0,
133.0
]
},
{
"iIndex": 200,
"sQuestion": "The sum of 0.75 of a number and two is eight. Find the number. ",
"lEquations": [
"(0.75*number)+2.0=8.0"
],
"lSolutions": [
8.0
]
},
{
"iIndex": 5783,
"sQuestion": "The sum of 2 numbers is 15. 3 times one of the numbers is 11 less than 5 times the other. What is the smaller number? What is the larger number?",
"lEquations": [
"3.0*number_one=(5.0*number_two)-11.0",
"number_one+number_two=15.0"
],
"lSolutions": [
7.0,
8.0
]
},
{
"iIndex": 2973,
"sQuestion": "7 less than 4 times a number equals 13. What is the number?",
"lEquations": [
"(4.0*number)-7.0=13.0"
],
"lSolutions": [
5.0
]
},
{
"iIndex": 6375,
"sQuestion": "A bricklayer lays an average of 150 bricks per hour. During a job , he is called away and replaced by a less experienced man , who averages 120 bricks per hour. The two men laid 930 bricks in 7 hours. How long did each work? ",
"lEquations": [
"(150.0*bricklayer_one_hours)+(120.0*bricklayer_two_hours)=930.0",
"bricklayer_one_hours+bricklayer_two_hours=7.0"
],
"lSolutions": [
3.0,
4.0
]
},
{
"iIndex": 2004,
"sQuestion": "The Drama Club sold 1,500 tickets for the end-of-year-performance. Admission prices were 12 dollars for adults and 6 dollars for students. The total amount collected at the box office was 16,200 dollars. How many students attended the play? How many adult attended the play? ",
"lEquations": [
"(6.0*students)+(12.0*adult)=16200.0",
"students+adult=1500.0"
],
"lSolutions": [
300.0
]
},
{
"iIndex": 5842,
"sQuestion": "The number of boys in eighth grade is 16 less than twice the number of girls. There are 68 students in eighth grade. How many are girls?",
"lEquations": [
"(2.0*girls)-16.0=boys",
"girls+boys=68.0"
],
"lSolutions": [
28.0
]
},
{
"iIndex": 2455,
"sQuestion": "The sum of 2 numbers is 43. Twice the larger number exceeds 3 times the smaller number by 16. Find the number.",
"lEquations": [
"2.0*largenumber=16.0+(3.0*smallnumber)",
"smallnumber+largenumber=43.0"
],
"lSolutions": [
14.0,
29.0
]
},
{
"iIndex": 2849,
"sQuestion": "It took me 6 minutes to walk 500 meters. How fast was I travelling?",
"lEquations": [
"speed=500.0/6.0"
],
"lSolutions": [
83.33
]
},
{
"iIndex": 3769,
"sQuestion": "Paul has 30 postcards. He has 4 times as many large postcards as small postcards. How many small postcards does he have? How many large postcards?",
"lEquations": [
"small_postcards+large_postcards=30.0",
"large_postcards=4.0*small_postcards"
],
"lSolutions": [
6.0,
24.0
]
},
{
"iIndex": 271,
"sQuestion": "Student tickets cost 4 dollars and general admission tickets cost 6 dollars. You sell 525 tickets and collect 2876 dollars. How many student tickets did you sell? How many general admission tickets did you sell? ",
"lEquations": [
"(4.0*student)+(6.0*general)=2876.0",
"student+general=525.0"
],
"lSolutions": [
137.0,
388.0
]
},
{
"iIndex": 5001,
"sQuestion": "The total cost of a pair of pants and a belt was 70.93 dollars. If the price of the pair of pants was 2.93 dollars less than the belt , what was the price of the pair of pants? ",
"lEquations": [
"belt+pants=70.93",
"pants=belt-2.93"
],
"lSolutions": [
34.0
]
},
{
"iIndex": 5456,
"sQuestion": "A merchant wants to combine peanuts selling 2.40 dollars per pound and cashews selling for 6.00 dollars per pound to form 60 pounds which will sell at 3.00 dollars per pound. What amount of peanuts and what amount of cashews must be used?",
"lEquations": [
"(2.4*peanut_pounds)+(6.0*cashew_pounds)=60.0*3.0",
"peanut_pounds+cashew_pounds=60.0"
],
"lSolutions": [
50.0,
10.0
]
},
{
"iIndex": 430,
"sQuestion": "Marco has 150 coins , all nickels and dimes. He has 12 more dimes than nickels. How many nickels and how many dimes does he have? ",
"lEquations": [
"12.0+nickels=dimes",
"dimes+nickels=150.0"
],
"lSolutions": [
69.0,
81.0
]
},
{
"iIndex": 3393,
"sQuestion": "A farmer grows only sunflowers and flax on his 240 acre farm. This year he wants to plant 80 more acres of sunflowers than flax. How many acres of sunflowers does the farmer need to plant? How many acres of flax?",
"lEquations": [
"sunflowers+flax=240.0",
"sunflowers=80.0+flax"
],
"lSolutions": [
160.0,
80.0
]
},
{
"iIndex": 6239,
"sQuestion": "2 high speed trains are 380 miles apart and traveling toward each other. They meet in 4 hours. If one train is 15 miles per hour faster than the other , find the speed of the slower train in miles per hour. Find the speed of the faster train. ",
"lEquations": [
"(4.0*slower_train)+(4.0*faster_train)=380.0",
"15.0+slower_train=faster_train"
],
"lSolutions": [
40.0,
55.0
]
},
{
"iIndex": 6279,
"sQuestion": "24 is divided in two parts such that 7 time the first part added to 5 times the second part makes 146. What is the first part?",
"lEquations": [
"(7.0*first_part)+(5.0*second_part)=146.0",
"first_part+second_part=24.0"
],
"lSolutions": [
13.0
]
},
{
"iIndex": 4035,
"sQuestion": "You had 6,800.00 dollars to spend and purchased 250 sets of dishes. If you spent everything , how many 20.00 dollars sets did you purchase? How many 45.00 dollars sets did you purchase? ",
"lEquations": [
"(20.0*twenty)+(45.0*forty_five)=6800.0",
"twenty+forty_five=250.0"
],
"lSolutions": [
178.0,
72.0
]
},
{
"iIndex": 6958,
"sQuestion": "During a 4th of July weekend , 32 vehicles became trapped on the Sunshine Skyway Bridge while it was being repaved. A recent city ordinance decreed that only cars with 4 wheels and trucks with six wheels could be on the bridge at any given time. If there were 148 tires that needed to be replaced to due to damage , how many cars and trucks were involved in the incident? ",
"lEquations": [
"(4.0*cars)+(6.0*trucks)=148.0",
"cars+trucks=32.0"
],
"lSolutions": [
22.0,
10.0
]
},
{
"iIndex": 6241,
"sQuestion": "There are 21 animals total , all sheep and chickens. If there are 56 legs total , how many of the 21 animals are sheep? How many are chickens? ",
"lEquations": [
"(4.0*sheep)+(2.0*chickens)=56.0",
"sheep+chickens=21.0"
],
"lSolutions": [
7.0,
14.0
]
},
{
"iIndex": 5356,
"sQuestion": "Arthur bought 3 hamburgers and 4 hot dogs for 10 dollars. The next day , he bought 2 hamburgers and 3 hot dogs for 7 dollars. How much does a hot dog cost? ",
"lEquations": [
"(3.0*hamburgers)+(4.0*hot_dogs)=10.0",
"(2.0*hamburgers)+(3.0*hot_dogs)=7.0"
],
"lSolutions": [
1.0
]
},
{
"iIndex": 6999,
"sQuestion": "An auditorium has 500 balcony seats and 1800 main-level seats. If tickets for balcony seats will cost 15 dollars less than tickets for main-level seats , what should the prices be for the main-level seats and prices for the balcony seats , so that the total revenue from a sellout performance will be 84,500? ",
"lEquations": [
"(500.0*balcony)+(1800.0*main)=84500.0",
"balcony=main-15.0"
],
"lSolutions": [
40.0,
25.0
]
},
{
"iIndex": 6102,
"sQuestion": "E-Chem Testing has a solution that is 80 % base and another that is 30 % base. A technician needs 150 liters of a solution that is 62 % base. The 150 liters will be prepared by mixing the two solutions on hand. How much of the 80 % base and the 30 % base should be used?",
"lEquations": [
"80.0*0.01*eighty_base+30.0*0.01*thirty_base=62.0*0.01*150.0",
"eighty_base+thirty_base=150.0"
],
"lSolutions": [
96.0,
54.0
]
},
{
"iIndex": 2802,
"sQuestion": "One year Walt invested 12,000 dollars. He invested part of the money at 7 % and the rest at 9 %. He made a total of 970 dollars in interest. How much was invested at 7 %? ",
"lEquations": [
"((7.0*0.01)*low_investment)+((9.0*0.01)*high_investment)=970.0",
"low_investment+high_investment=12000.0"
],
"lSolutions": [
5500.0
]
},
{
"iIndex": 2708,
"sQuestion": "The cost of 12 gallons of regular gasoline and 18 gallons of premium gasoline is 44.46 dollars. Premium costs 0.22 dollars more per gallon than regular. What is the cost per gallon of each type of gasoline?",
"lEquations": [
"(12.0*cost_regulargas)+(18.0*cost_premiumgas)=44.46",
"cost_premiumgas=0.22+cost_regulargas"
],
"lSolutions": [
1.35,
1.57
]
},
{
"iIndex": 6158,
"sQuestion": "To make a weak solution of 24 liters of 4 % acid , a lab technician will use some premixed solutions : one is 2 % acid and the other is 5 % acid. How many liters of each , respectively , should he use to obtain the desired solution? ",
"lEquations": [
"2.0*0.01*two_acid+5.0*0.01*five_acid=4.0*0.01*24.0",
"two_acid+five_acid=24.0"
],
"lSolutions": [
8.0,
16.0
]
},
{
"iIndex": 2940,
"sQuestion": "Ilida went to Minewaska Sate Park one day this summer. All of the people at the park were either hiking or bike riding. There were 178 more hikers than bike riders. If there were a total of 676 people at the park , how many were hiking? How many were riding their bikes? ",
"lEquations": [
"hikers+bikers=676.0",
"hikers=178.0+bikers"
],
"lSolutions": [
427.0,
249.0
]
},
{
"iIndex": 5717,
"sQuestion": "Soybean meal is 16 % protein ; cornmeal is 8 % protein. How many pounds of each should be mixed together in order to get a 320-pound mixture that is 13 % protein?",
"lEquations": [
"((16.0*0.01)*soybean_meal)+((8.0*0.01)*cornmeal)=(320.0*13.0)*0.01",
"soybean_meal+cornmeal=320.0"
],
"lSolutions": [
200.0,
120.0
]
},
{
"iIndex": 5824,
"sQuestion": "In a class of 35 students the number of girls is 0.4 of the number of boys. Find the number of girls in the class.",
"lEquations": [
"0.4*boys=girls",
"boys+girls=35.0"
],
"lSolutions": [
10.0
]
},
{
"iIndex": 5102,
"sQuestion": "The number of grocery items on two grocery lists differs by 7. The total number of items is 33. How many items are on each list?",
"lEquations": [
"first_list+second_list=33.0",
"first_list-second_list=7.0"
],
"lSolutions": [
13.0,
20.0
]
},
{
"iIndex": 5121,
"sQuestion": "A baseball team has home games on Wednesday and Saturday. The two games together earn 5,182.50 dollars for the team. Wednesdays game generates 142.50 dollars less than Saturdays game. How much money was taken in at Wednesday 's game? How much money was taken in at Saturday 's game? ",
"lEquations": [
"wed_game+sat_game=5182.5",
"wed_game=sat_game-142.5"
],
"lSolutions": [
2520.0,
2662.5
]
},
{
"iIndex": 2205,
"sQuestion": "The Coffee Counter charges 9.00 dollars per pound for Kenyan French Roast coffee and 8.00 dollars per pound for Sumatran coffee. How many pounds of Kenyan French Roast and Sumatran should be used to make a 20-pound blend that sells for 8.40 dollars per pound?",
"lEquations": [
"(9.0*kenyan)+(8.0*sumatran)=20.0*8.4",
"kenyan+sumatran=20.0"
],
"lSolutions": [
8.0,
12.0
]
},
{
"iIndex": 6151,
"sQuestion": "A concert sells out a 20,000 seat arena. Main seat tickets cost 55 dollars , and back seat tickets for 45 dollars. The concert made 955,000 dollars. How many main seat tickets and back seat tickets were sold? ",
"lEquations": [
"(55.0*main)+(45.0*back)=955000.0",
"main+back=20000.0"
],
"lSolutions": [
5500.0,
14500.0
]
},
{
"iIndex": 6469,
"sQuestion": "A high school graduating class is made up of 485 students. There are 69 more girls than boys. How many boys are in the class?",
"lEquations": [
"boys+girls=485.0",
"boys=girls-69.0"
],
"lSolutions": [
208.0
]
},
{
"iIndex": 2023,
"sQuestion": "3 Pairs of jeans and 6 shirts costs 104.25 dollars. The cost of 4 jeans and 5 shirts is 112.15 dollars. Find the cost of each pair of jeans and each shirt.",
"lEquations": [
"(3.0*jeans)+(6.0*shirts)=104.25",
"(4.0*jeans)+(5.0*shirts)=112.15"
],
"lSolutions": [
16.85,
8.95
]
},
{
"iIndex": 6826,
"sQuestion": "Maggie has a job working in an office for 10 dollars an hour and another job driving a tractor for 12 dollars an hour. One week she works in the office twice as long as she drives the tractor. Her total income for that week is 416 dollars. How many hours did she spend at the office? How many hours driving the tractor?",
"lEquations": [
"(10.0*office_hours)+(12.0*tractor_hours)=416.0",
"office_hours=2.0*tractor_hours"
],
"lSolutions": [
26.0,
13.0
]
},
{
"iIndex": 3219,
"sQuestion": "The world 's oldest bride was 19 yr older than her groom. Together , their ages totaled 185 years. How old was the bride? How old was the groom? ",
"lEquations": [
"bride+groom=185.0",
"bride=19.0+groom"
],
"lSolutions": [
102.0,
83.0
]
},
{
"iIndex": 657,
"sQuestion": "2 teams of scientists leave a university at the same time in special vans to search for tornadoes. the 1st team travel east at 20 miles per hour and the 2nd team travels west at 30 miles per hour. their radios have a range of 125 miles. How much time will pass before the scientists lose radio contact?",
"lEquations": [
"(20.0*hours)+(30.0*hours)=125.0"
],
"lSolutions": [
2.5
]
},
{
"iIndex": 2892,
"sQuestion": "A catering company is setting up tables for a big event that will host 764 people. When they set up the tables they need 2 forks for each child and 5 forks for each adult. If the company ordered a total of 2992 forks , how many adults and how many children will be attending the event? ",
"lEquations": [
"(5.0*adults)+(2.0*children)=2992.0",
"adults+children=764.0"
],
"lSolutions": [
488.0,
276.0
]
},
{
"iIndex": 4231,
"sQuestion": "A discount store sold plastic cups for 3.25 dollars each and ceramic cups for 4.50 dollars each. If 500 cups were sold for a total of 2090 dollars , how many plastic cups and ceramic cups were sold? ",
"lEquations": [
"(3.25*plastic)+(4.5*ceramic)=2090.0",
"plastic+ceramic=500.0"
],
"lSolutions": [
128.0,
372.0
]
},
{
"iIndex": 315,
"sQuestion": "In a given week , the first car gets an average of 30 miles per gallon , and the second car gets 25 miles per gallon. The two cars combined drive a total of 1700 miles in that week , for a total gas consumption of 60 gallons. How many gallons were consumed by the first car that week? How many gallons were consumed by the second car that week? ",
"lEquations": [
"(30.0*first)+(25.0*second)=1700.0",
"first+second=60.0"
],
"lSolutions": [
40.0,
20.0
]
},
{
"iIndex": 2670,
"sQuestion": "In a family there are 2 cars. The sum of the average miles per gallon obtained by the two cars in a particular week is 45. The first car has consumed 40 gallons during that week , and the second car has consumed 20 gallons , for a total of 1400 miles driven by the two cars combined. What was the average gas mileage obtained by each of the 2 cars that week? ",
"lEquations": [
"(40.0*average_first)+(20.0*average_second)=1400.0",
"average_first+average_second=45.0"
],
"lSolutions": [
25.0,
20.0
]
},
{
"iIndex": 6323,
"sQuestion": "There were 610 people at a play. The admission price was 2 dollars for adults and 1 dollars for children. The admission receipts were 960 dollars. How many adults and children attended? ",
"lEquations": [
"(2.0*adults)+(1.0*children)=960.0",
"adults+children=610.0"
],
"lSolutions": [
350.0,
260.0
]
},
{
"iIndex": 1315,
"sQuestion": "The sum of 2 numbers is 27. 0.5 of the first number plus 0.3333 of the second number is 11. Find the smaller and the larger number.",
"lEquations": [
"0.5*smaller+0.3333*larger=11.0",
"smaller+larger=27.0"
],
"lSolutions": [
12.0,
15.0
]
},
{
"iIndex": 1220,
"sQuestion": "Didi invested a total of 12,000 dollars in two accounts paying 7.5 % and 6 % simple interest. If her total return at the end of the first year was 840 dollars , how much did she invest in each account? ",
"lEquations": [
"7.5*0.01*account_one+6.0*0.01*account_two=840.0",
"account_one+account_two=12000.0"
],
"lSolutions": [
8000.0,
4000.0
]
},
{
"iIndex": 920,
"sQuestion": "In the 2000-2001 baseball season , the Seattle Mariners tied a league record set by the 1906 Chicago Cubs for most wins in a season. The Mainers won 24 more than twice as many games as they lost. They played 162 regular season games. How many wins and losses did the mariners have? ",
"lEquations": [
"wins+losses=162.0",
"wins=(2.0*losses)+24.0"
],
"lSolutions": [
116.0,
46.0
]
},
{
"iIndex": 6525,
"sQuestion": "One unit of whole wheat flour has 13.6 grams of protein and 2.5 grams of fat. One unit of whole milk has 3.4 grams of protein and 3.7 grams of fat. To the nearest tenth , find the number of units of whole wheat flour and whole milk that must be mixed to make dough that has 75 grams of protein and 15 grams of fat. ",
"lEquations": [
"(13.6*whole_wheat)+(3.4*whole_milk)=75.0",
"(2.5*whole_wheat)+(3.7*whole_milk)=15.0"
],
"lSolutions": [
5.41,
0.394
]
},
{
"iIndex": 262,
"sQuestion": "A physician 's assistant measures a child and finds that his height is 41.5 inches. At his last visit to the doctor's office , the child was 38.5 inches tall. How much did the child grow , in inches? ",
"lEquations": [
"growth=41.5-38.5"
],
"lSolutions": [
3.0
]
},
{
"iIndex": 6953,
"sQuestion": "If 3.5 pounds of ground beef costs 9.77 dollars , how much does 5.6 pounds of ground beef cost? ",
"lEquations": [
"3.5*price_pound=9.77",
"5.6*price_pound=cost"
],
"lSolutions": [
15.62
]
},
{
"iIndex": 44,
"sQuestion": "A theater sells children 's tickets for 4 dollars and adult tickets for 7 dollars. One night 575 tickets worth 3575 dollars were sold. How many adult tickets were sold? How many children 's tickets? ",
"lEquations": [
"(7.0*adult_tickets)+(4.0*children_tickets)=3575.0",
"adult_tickets+children_tickets=575.0"
],
"lSolutions": [
425.0,
150.0
]
},
{
"iIndex": 6196,
"sQuestion": "Mario has 5000 pence to invest and decides to invest part of it at 4 % and the rest of it at 6.5 %. If the total interest for the year is 245 pence, how much does Mario has to invest at 4 % rate and how much does she has to invest at 6.5 % rate? ",
"lEquations": [
"((4.0*0.01)*low_investment)+((6.5*0.01)*high_investment)=245.0",
"low_investment+high_investment=5000.0"
],
"lSolutions": [
3200.0,
1800.0
]
},
{
"iIndex": 7143,
"sQuestion": "Purses cost 7 dollars each. Scarves cost 8 dollars each. 17 combined items sold costing 130 dollars total. How many purses were sold? How many scarves were sold? ",
"lEquations": [
"(7.0*purses)+(8.0*scarves)=130.0",
"purses+scarves=17.0"
],
"lSolutions": [
6.0,
11.0
]
},
{
"iIndex": 6149,
"sQuestion": "Pedro goes to the market and buys a total of 32 plums and peaches for 52 dollars. A plum costs 2 dollars and a peach costs 1 dollars. How many plums did Pedro buy?",
"lEquations": [
"(2.0*plums)+(1.0*peaches)=52.0",
"plums+peaches=32.0"
],
"lSolutions": [
20.0
]
},
{
"iIndex": 1089,
"sQuestion": "A bottle of wine with a cork cost 2.10 dollars. A bottle of wine without a cork costs 2.00 dollars more than the cork. What is the price of the cork?",
"lEquations": [
"wine+cork=2.1",
"wine=2.0+cork"
],
"lSolutions": [
0.05
]
},
{
"iIndex": 6254,
"sQuestion": "Mrs.Martin bought 3 cups of coffee and 2 bagels and spent 12.75 dollars. Mr.Martin bought 2 cups of coffee and 5 bagels and spent 14.00 dollars. Find the cost of one cup of coffee and the cost of one bagel.",
"lEquations": [
"(3.0*coffee)+(2.0*bagel)=12.75",
"(2.0*coffee)+(5.0*bagel)=14.0"
],
"lSolutions": [
3.25,
1.5
]
},
{
"iIndex": 2990,
"sQuestion": "A total of 366 tickets were sold for the school play. The number of student tickets sold was two times the number of adult tickets sold. How many adult tickets were sold?",
"lEquations": [
"adult_tickets+student_tickets=366.0",
"student_tickets=2.0*adult_tickets"
],
"lSolutions": [
122.0
]
},
{
"iIndex": 1366,
"sQuestion": "The length of a rectangular field is 24 meters. This is 3 meters less than twice the width. Find the width.",
"lEquations": [
"(2.0*width)-3.0=24.0"
],
"lSolutions": [
13.5
]
},
{
"iIndex": 1090,
"sQuestion": "The sum of two numbers is 48. The difference between three times the smaller number and the larger number is 16. Find the smaller number and the larger number.",
"lEquations": [
"(3.0*smaller)-larger=16.0",
"smaller+larger=48.0"
],
"lSolutions": [
16.0,
32.0
]
},
{
"iIndex": 155,
"sQuestion": "A piece of rope 60 meters long is cut into two pieces so that the longest piece is twice as long as the shorter piece. How long are the two pieces? ",
"lEquations": [
"2.0*shorter=longest",
"shorter+longest=60.0"
],
"lSolutions": [
20.0,
40.0
]
},
{
"iIndex": 38,
"sQuestion": "There are 41 animals on a farm , each of which is either a pig or a chicken. There are 100 legs altogether. How many pigs are there? How many chickens? ",
"lEquations": [
"(4.0*pigs)+(2.0*chickens)=100.0",
"pigs+chickens=41.0"
],
"lSolutions": [
9.0,
32.0
]
},
{
"iIndex": 2824,
"sQuestion": "Hockey teams receive 2 points when they win and 1 point when they tie. 1 season , a team won a championship with 60 points. They won 12 games more than they tied. How many wins and ties did the team have? ",
"lEquations": [
"(2.0*win)+(1.0*tie)=60.0",
"win=12.0+tie"
],
"lSolutions": [
24.0,
12.0
]
},
{
"iIndex": 2142,
"sQuestion": "On a canoe trip , Rita paddled upstream at an average speed of 2 miles per hour relative to the riverbank. On the return trip downstream, her average speed was 3 miles per hour. Find Rita 's paddling speed in still water and the speed of the river 's current. ",
"lEquations": [
"speed_rita+speed_current=3.0",
"speed_rita-speed_current=2.0"
],
"lSolutions": [
2.5,
0.5
]
},
{
"iIndex": 425,
"sQuestion": "Six apples and three oranges cost 1.77 dollars. Two apples and five oranges cost 1.27 dollars. Find the cost of each apple and the cost of an orange. ",
"lEquations": [
"(6.0*apples)+(3.0*oranges)=1.77",
"(2.0*apples)+(5.0*oranges)=1.27"
],
"lSolutions": [
0.21,
0.17
]
},
{
"iIndex": 6170,
"sQuestion": "A chemist has two acid solutions. One solution is 20 % pure acid and the other is 60 % pure acid. How much of 20 % pure acid and 60 % pure acid is needed to produce 80 square-centimeters of a solution that is 45 % pure acid?",
"lEquations": [
"((20.0*0.01)*twenty_acid)+((60.0*0.01)*sixty_acid)=(45.0*0.01)*80.0",
"twenty_acid+sixty_acid=80.0"
],
"lSolutions": [
30.0,
50.0
]
},
{
"iIndex": 3682,
"sQuestion": "A cosmetologist has a bottle of 7 % hydrogen peroxide solution and a bottle of 4 % hydrogen peroxide solution. The cosmetologist needs 300 milliliters of a 5 % hydrogen peroxide solution. Find how many milliliters of each solution the cosmetologist needs to mix together.",
"lEquations": [
"((7.0*0.01)*seven_peroxide)+((4.0*0.01)*four_peroxide)=5.0*0.01*300.0",
"seven_peroxide+four_peroxide=300.0"
],
"lSolutions": [
100.0,
200.0
]
},
{
"iIndex": 3285,
"sQuestion": "Mitch is buying candy bars for his friends. He wants to give 2 bars to each friend , and he wants to have 10 spare bars. He can afford to buy 24 candy bars. How many friends can he treat? ",
"lEquations": [
"(2.0*friends)+10.0=24.0"
],
"lSolutions": [
7.0
]
},
{
"iIndex": 1486,
"sQuestion": "Bob invested 22,000 dollars , part at 18 % and part at 14 %. If the total interest at the end of the year is 3,360 dollars , how much did he invest at 18 %? ",
"lEquations": [
"18.0*0.01*part_a+14.0*0.01*part_b=3360.0",
"part_a+part_b=22000.0"
],
"lSolutions": [
7000.0
]
},
{
"iIndex": 5538,
"sQuestion": "An airplane begins a flight with a total of 36.0 gallons of fuel stored in two separate wing tanks. During the flight , 25.0 % of the fuel in one tank is used , and in the other tank , 37.5 % of the fuel is used. If the total fuel used is 11.2 gallons , what are the amounts x and y stored in each tank. ",
"lEquations": [
"((25.0*0.01)*first_tank)+((37.5*0.01)*second_tank)=11.2",
"first_tank+second_tank=36.0"
],
"lSolutions": [
18.4,
17.6
]
},
{
"iIndex": 15,
"sQuestion": "John is writing an article. The article is limited to 48,000 words. He decides to use two types of font. Large font is 1,800 words per page , small font is 2,400 words per page. He is allowed 21 pages for this article. How many pages are in small font? How many pages are in large font? ",
"lEquations": [
"small+large=21.0",
"(2400.0*small)+(1800.0*large)=48000.0"
],
"lSolutions": [
17.0,
4.0
]
},
{
"iIndex": 2370,
"sQuestion": "Find two numbers whose sum is 55 and whose difference is 15.",
"lEquations": [
"larger+smaller=55.0",
"larger-smaller=15.0"
],
"lSolutions": [
20.0,
35.0
]
},
{
"iIndex": 2066,
"sQuestion": "Adult tickets for a show cost 5.50 dollars while children 's tickets cost 2.50 dollars. If there were twice as many adults as children and the total receipts for the show were 1026 dollars. How many adults were at the show?",
"lEquations": [
"(5.5*adult_ticket)+(2.5*children_ticket)=1026.0",
"adult_ticket=2.0*children_ticket"
],
"lSolutions": [
152.0
]
},
{
"iIndex": 2559,
"sQuestion": "The total number of Democrats and Republicans in the House of Representatives was 434. There were 30 more Republicans then Democrats. How many Democrats and Republicans were there in the Senate?",
"lEquations": [
"democrats+republicans=434.0",
"democrats=republicans-30.0"
],
"lSolutions": [
202.0,
232.0
]
},
{
"iIndex": 1194,
"sQuestion": "Find a number such that 1 more than 0.6667 the number is 0.75 the number.",
"lEquations": [
"1.0+0.6667*number=0.75*number"
],
"lSolutions": [
12.0
]
},
{
"iIndex": 6957,
"sQuestion": "A 177-inch pipe is cut into two pieces. One piece is two times the length of the other. Find the lengths of the two pieces.",
"lEquations": [
"piece1+piece2=177.0",
"piece1=2.0*piece2"
],
"lSolutions": [
59.0,
118.0
]
},
{
"iIndex": 376,
"sQuestion": "Jack collects baseball and football cards. He has 125 cards total. The number of baseball cards he has is five more than three times the number of football cards. How many baseball and football cards does he have? ",
"lEquations": [
"baseball+football=125.0",
"baseball=5.0+(3.0*football)"
],
"lSolutions": [
95.0,
30.0
]
},
{
"iIndex": 7032,
"sQuestion": "Your cell phone company offers two text-messaging plans. Plan A costs 0.25 dollars per text message , plus a monthly fee of 9 dollars. The other plan costs 0.40 dollars per text message with no monthly fee. For how many text messages will both plans cost the same amount? ",
"lEquations": [
"9.0+(0.25*texts)=0.4*texts"
],
"lSolutions": [
60.0
]
},
{
"iIndex": 5197,
"sQuestion": "A self-employed contractor nearing retirement made two investments totaling 15,000 dollars. In one year , these investments yielded 1023 dollars in simple interest. Part of the money was invested at 6 % and the rest at 7.5 %. How much was invested at each rate? ",
"lEquations": [
"7.5*0.01*high_interest_investment+6.0*0.01*low_interest_investment=1023.0",
"high_interest_investment+low_interest_investment=15000.0"
],
"lSolutions": [
8200.0,
6800.0
]
},
{
"iIndex": 5286,
"sQuestion": "Steve invests in a circus production. The coast includes an overhead of 81,000 dollars , plus production costs of 7,000 dollars per performance. A sold-out performance brings in 16,000 dollars , Determine the number of sold-out performances , x , needed to break even. ",
"lEquations": [
"81000.0+(7000.0*x)=16000.0*x"
],
"lSolutions": [
9.0
]
},
{
"iIndex": 6248,
"sQuestion": "One number is 11 more than 3 times another number. Their sum is 55. Find the smaller number.",
"lEquations": [
"larger=(3.0*smaller)+11.0",
"smaller+larger=55.0"
],
"lSolutions": [
11.0
]
},
{
"iIndex": 5702,
"sQuestion": "Lisa invested 8000 dollars , part at 4 % and the rest at 5 % per year. How much did she invest at 4 % and 5 % if her total return per year on the investments was 380 dollars? ",
"lEquations": [
"((4.0*0.01)*low_interest)+((5.0*0.01)*high_interest)=380.0",
"low_interest+high_interest=8000.0"
],
"lSolutions": [
2000.0,
6000.0
]
},
{
"iIndex": 5480,
"sQuestion": "An art dealer sold 16 etchings for 630 dollars. He sold some of them at 35 dollars each and the rest at 45 dollars each. How many etchings did he sell at 35 dollars? How many etchings did he sell at 45 dollars? ",
"lEquations": [
"(35.0*thirty_five)+(45.0*forty_five)=630.0",
"thirty_five+forty_five=16.0"
],
"lSolutions": [
9.0,
7.0
]
},
{
"iIndex": 6409,
"sQuestion": "A plane flying with a tail wind flew at a speed of 460 miles per hour , relative to the ground. When flying against the tailwind , it flew at a speed of 310 miles per hour. Find the speed of the tailwind. ",
"lEquations": [
"plane+tail_wind=460.0",
"plane-tail_wind=310.0"
],
"lSolutions": [
75.0
]
},
{
"iIndex": 6227,
"sQuestion": "At Al 's Rent-a-Center , it costs 30 dollars more per month to rent a leather couch than it does to rent a microfiber couch. Pauline rented a leather couch for 8 months and then exchanged it for a microfiber couch , which she rented for 12 months. She paid a total of 1620 dollars to rent these couches. Solve this system of equations to find the monthly rental charge for the leather couch , in dollars. Find the monthly rental charge for the microfiber couch. ",
"lEquations": [
"(8.0*leather)+(12.0*microfiber)=1620.0",
"leather=30.0+microfiber"
],
"lSolutions": [
99.0,
69.0
]
},
{
"iIndex": 2481,
"sQuestion": "One integer is twice another , and their sum is 96. Find the smaller and larger integer. ",
"lEquations": [
"2.0*smaller=larger",
"smaller+larger=96.0"
],
"lSolutions": [
32.0,
64.0
]
},
{
"iIndex": 3734,
"sQuestion": "Your teacher is giving a test worth 200 points. There is a total of 30 5-point and 10-point questions. How many 5-point questions are on the test?",
"lEquations": [
"(5.0*five_point)+(10.0*ten_point)=200.0",
"five_point+ten_point=30.0"
],
"lSolutions": [
20.0
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment