-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqq_400.json
4802 lines (4802 loc) · 141 KB
/
qq_400.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"iIndex": 0,
"lSolutions": [
25.0
],
"lEquations": [
"x=50.0-(50.0*(50.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Alice has 50 books. She gives her 50 percent books to Bob. How many books Alice have? "
},
{
"iIndex": 1,
"lSolutions": [
8.45
],
"lEquations": [
"x=84.5*(10.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " What is 10 percent of 84.3 ? "
},
{
"iIndex": 2,
"lSolutions": [
29.7
],
"lEquations": [
"x=27.0+(27.00*(10.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Tiffany has breakfast at a restaurant and the cost of her meal is $27.00. Because of the service, she wants to leave a 10 percent tip. What is her total bill including tip? "
},
{
"iIndex": 3,
"lSolutions": [
31.45
],
"lEquations": [
"x=37.0-(37.0*(15.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Jessica bought a new shirt at the store when they were having a 15 percent off sale. If the regular price of the shirt was $37, how much did Jessica pay with the discount? "
},
{
"iIndex": 4,
"lSolutions": [
513.0
],
"lEquations": [
"x=51.3*(1000.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " What is 1000 percent of 51.3 ? "
},
{
"iIndex": 5,
"lSolutions": [
6.3
],
"lEquations": [
"x=7.0-(7.0*(10.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The cake store is having a 10 percent off sale on all of its cakes. If the cake you want regularly costs $7, how much would you save with the discount? "
},
{
"iIndex": 6,
"lSolutions": [
32.55
],
"lEquations": [
"x=31.0+(31.0*(5.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Jessica eats at a cafe and the cost of her meal is $31.00. Because of the service, she wants to leave a 5 percent tip. What is her total bill including tip? "
},
{
"iIndex": 7,
"lSolutions": [
0.0386
],
"lEquations": [
"x=38.6*(0.1/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " What is 0.1 percent of 38.6 ? "
},
{
"iIndex": 8,
"lSolutions": [
28.8
],
"lEquations": [
"x=24.0+(24.0*(20.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " William eats at a restaurant and the cost of his meal is $24.00. Because of the service, he wants to leave a 20 percent tip. What is his total bill including tip? "
},
{
"iIndex": 9,
"lSolutions": [
38.4
],
"lEquations": [
"x=48.0-(48.0*(20/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Christopher bought a new watch at the store when they were having a 20 percent off sale. If the regular price of the watch was $48, how much did Christopher pay with the discount? "
},
{
"iIndex": 10,
"lSolutions": [
57.8
],
"lEquations": [
"x=57.8*(100.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " What is 100 percent of 57.8 ? "
},
{
"iIndex": 11,
"lSolutions": [
43.95
],
"lEquations": [
"x=293.0*(15.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Daniel works at a nearby electronics store. He makes a commission of 15 percent on everything he sells. If he sells a laptop for $293.00, how much money does Daniel make in commission? "
},
{
"iIndex": 12,
"lSolutions": [
0.652
],
"lEquations": [
"x=65.2*(1.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " What is 1 percent of 65.2 ? "
},
{
"iIndex": 13,
"lSolutions": [
135.8
],
"lEquations": [
"x=97.0+(97.0*(40.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "The manager at Brandon's Furniture Store is trying to figure out how much to charge for a sofa that just arrived. If the sofa was bought at a wholesale price of $97.00 and Brandon's Furniture Store marks up all furniture by 40 percent, at what price should the manager sell the sofa? "
},
{
"iIndex": 14,
"lSolutions": [
45.84
],
"lEquations": [
"x=764.0*(6.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " William works at a nearby electronics store. He makes a commission of 6 percent on everything he sells. If he sells a computer for $764.00, how much money does William make in commission? "
},
{
"iIndex": 15,
"lSolutions": [
190.8
],
"lEquations": [
"x=106.0+(106.0*(80.0/100.0))"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "The manager at William's Furniture Store is trying to figure out how much to charge for a sofa that just arrived. If the sofa was bought at a wholesale price of $106.00 and William's Furniture Store marks up all furniture by 80 percent, at what price should the manager sell the sofa? "
},
{
"iIndex": 16,
"lSolutions": [
28.0
],
"lEquations": [
"x=35.0*(80.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A baseball pitcher won 80% of the games he pitched. If he pitched 35 ballgames, how many games did he win? "
},
{
"iIndex": 17,
"lSolutions": [
58.33333333
],
"lEquations": [
"x=(7.0/12.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Jerry, an electrician, worked 7 months out of the year. What percent of the year did he work? "
},
{
"iIndex": 18,
"lSolutions": [
42.857142857
],
"lEquations": [
"x=((28.0-16.0)/28.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " There are 28 students in a class. Sixteen of those students are men. What percent of the class are women? "
},
{
"iIndex": 19,
"lSolutions": [
77.777777778
],
"lEquations": [
"x=(35.0/(35.0+10.0))*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Donovan took a math test and got 35 correct and 10 incorrect answers. What was the percentage of correct answers? "
},
{
"iIndex": 20,
"lSolutions": [
16.0
],
"lEquations": [
"x=20.0*(80.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A student earned a grade of 80% on a math test that had 20 problems. How many problems on this test did the student answer correctly? "
},
{
"iIndex": 21,
"lSolutions": [
19.444444444
],
"lEquations": [
"x=((36.0-29.0)/36.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " There are 36 carpenters in a crew. On a certain day, 29 were present. What percent showed up for work? "
},
{
"iIndex": 22,
"lSolutions": [
7.5795
],
"lEquations": [
"x=8.15*(93.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A metal bar weighs 8.15 ounces. 93% of the bar is silver. How many ounces of silver are in the bar? "
},
{
"iIndex": 23,
"lSolutions": [
37.7
],
"lEquations": [
"x=580.0*(6.50/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A woman put $580 into a savings account for one year. The rate of interest on the account was 6.50%. How much was the interest for the year? "
},
{
"iIndex": 24,
"lSolutions": [
87.755102041
],
"lEquations": [
"x*(98.0/100.0)=86.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A student answered 86 problems on a test correctly and received a grade 98%. How many problems were on the test, if all the problems were worth the same number of points? "
},
{
"iIndex": 25,
"lSolutions": [
4680.0
],
"lEquations": [
"x=7200.0*(65.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Manuel found a wrecked Trans-Am that he could fix. He bought the car for 65% of the original price of $7200. What did he pay for the car? "
},
{
"iIndex": 26,
"lSolutions": [
38.694117647
],
"lEquations": [
"x*(85.0/100.0)=32.89"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Pamela bought an electric drill at 85% of the regular price. She paid $32.89 for the drill. What was the regular price? "
},
{
"iIndex": 27,
"lSolutions": [
160.0
],
"lEquations": [
"x*(5.0/100.0)=8"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A crew is made up of 8 men; the rest are women. 5% of the crew are men. How many people are in the crew? "
},
{
"iIndex": 28,
"lSolutions": [
1920.0
],
"lEquations": [
"x=12800*(15.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Ben earns $12800 a year. About 15% is taken out for taxes. How much is taken out for taxes? "
},
{
"iIndex": 29,
"lSolutions": [
18.75
],
"lEquations": [
"x*(80.0/100.0)=15.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " At a sale, shirts were sold for $15 each. This price was 80% of their original price. What was the original price? "
},
{
"iIndex": 30,
"lSolutions": [
71.875
],
"lEquations": [
"x=((32.0-9.0)/32.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " There are 32 students in a class. Nine of those students are women. What percent are men? "
},
{
"iIndex": 31,
"lSolutions": [
26.666666667
],
"lEquations": [
"x=((75.0-55.0)/75.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The Royals softball team played 75 games and won 55 of them. What percent of the games did they lose? "
},
{
"iIndex": 32,
"lSolutions": [
25.0
],
"lEquations": [
"x=(13.0/(13.0+39.0))*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Kira's Cafe has regular coffee and decaffeinated coffee. This morning, the cafe served 13 regular coffees and 39 decaffeinated coffees. What percentage of the coffees served were regular? "
},
{
"iIndex": 33,
"lSolutions": [
25.0
],
"lEquations": [
"x=(13.0/(13.0+39.0))*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Kira's Cafe has regular coffee and decaffeinated coffee. This morning, the cafe served 13 regular coffees and 39 decaffeinated coffees. What percentage of the coffees served were regular? "
},
{
"iIndex": 34,
"lSolutions": [
10.0
],
"lEquations": [
"x=(6.0/(6.0+54.0))*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Rosa has a new beaded necklace. The necklace has 6 blue beads and 54 white beads. What percentage of the beads on Rosa's necklace are blue? "
},
{
"iIndex": 35,
"lSolutions": [
30.0
],
"lEquations": [
"x=(3.0/10.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Lacey's Tea Shop has caffeinated tea and decaffeinated tea. The tea shop served 10 teas in all, 3 of which were caffeinated. What percentage of the teas were caffeinated? "
},
{
"iIndex": 36,
"lSolutions": [
75.0
],
"lEquations": [
"x=(21.0/(21.0+7.0))*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "The bookstore has 21 women's magazines and 7 other magazines. What percentage of the magazines at the bookstore are women's magazines? "
},
{
"iIndex": 37,
"lSolutions": [
20.0
],
"lEquations": [
"x=(4.0/20.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The art club had an election to select a president. 4 out of the 20 members of the art club voted in the election. What percentage of the members voted? "
},
{
"iIndex": 38,
"lSolutions": [
60.0
],
"lEquations": [
"x=(42.0/70.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " During second period, Trevor completed a grammar worksheet. He got 42 out of 70 questions correct. What percentage did Trevor get correct? "
},
{
"iIndex": 39,
"lSolutions": [
70.0
],
"lEquations": [
"x=(63.0/90.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " For a company picnic, Erik ordered a box of fresh-baked gingerbread cookies and sugar cookies. He got 90 cookies in all. 63 of the cookies were gingerbread. What percentage of the cookies were gingerbread? "
},
{
"iIndex": 40,
"lSolutions": [
50.0
],
"lEquations": [
"x=(40.0/80.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Carmen ordered a set of yellow and blue pins. She received 40 yellow pins and 40 blue pins. What percentage of the pins were yellow? "
},
{
"iIndex": 41,
"lSolutions": [
40.0
],
"lEquations": [
"x=(30.0/75.0)*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Dalton's Burgers cooks its burgers either well done or medium. Last night the restaurant served 75 burgers in all, 30 of which were well done. What percentage of the burgers were well done? "
},
{
"iIndex": 42,
"lSolutions": [
80.0
],
"lEquations": [
"x=(44.0/(44.0+11.0))*100.0"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "At Ryan's Pancake House there are 44 dirty coffee mugs and 11 clean coffee mugs. What percentage of the coffee mugs at the pancake house are dirty? "
},
{
"iIndex": 43,
"lSolutions": [
18.0
],
"lEquations": [
"x=90.0*(20.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The local water slides have 90 employees, of which 20% are temporary. How many temporary employees are there? "
},
{
"iIndex": 44,
"lSolutions": [
4.0
],
"lEquations": [
"x=10.0*(40.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Lauren had both chocolate cake and coconut cake at her birthday party. There were 10 people at the party, and 40% of them picked chocolate cake. How many people picked chocolate cake? "
},
{
"iIndex": 45,
"lSolutions": [
18.0
],
"lEquations": [
"x=36.0*(50.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Desmond's Tea Shop has caffeinated tea and decaffeinated tea. During the lunchtime rush, the tea shop served 36 teas in all, 50% of which were caffeinated. How many caffeinated teas did the tea shop serve? "
},
{
"iIndex": 46,
"lSolutions": [
21.0
],
"lEquations": [
"x=28.0*(75.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Tommy's Burgers cooks its burgers either well done or medium. The restaurant served 28 burgers last night, 75% of which were well done. How many well-done burgers did the restaurant serve? "
},
{
"iIndex": 47,
"lSolutions": [
8.0
],
"lEquations": [
"x=80.0*(10.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "The sixth-graders at Robert's school got to choose between a field trip to a museum and a field trip to a factory. 10% of the sixth-graders picked the museum. If there are 80 sixth-graders in all at Robert's school, how many sixth-graders went on the trip to the museum? "
},
{
"iIndex": 48,
"lSolutions": [
70.0
],
"lEquations": [
"x=100.0*(70.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Last Tuesday was silly hat day at Ken's school. Of the 100 students at the school, 70% wore a silly hat. How many students wore a silly hat? "
},
{
"iIndex": 49,
"lSolutions": [
16.0
],
"lEquations": [
"x=20.0*(80.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "At Vera's Beading Boutique, 80% of the 20 beads on clearance are plastic. How many plastic beads are there on clearance? "
},
{
"iIndex": 50,
"lSolutions": [
15.000000
],
"lEquations": [
"x=25.0*(60.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Carter's Diner offers its clients a choice of regular and diet soda. Last night, the diner served 25 sodas in all, 60% of which were regular. How many regular sodas did the diner serve? "
},
{
"iIndex": 51,
"lSolutions": [
15.000000
],
"lEquations": [
"x=50.0*(30.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " For a company picnic, Riley ordered a box of fresh-baked gingerbread cookies and sugar cookies. The box included a total of 50 cookies, and 30% of them were gingerbread. How many gingerbread cookies did Riley get? "
},
{
"iIndex": 52,
"lSolutions": [
54.000000
],
"lEquations": [
"x=60.0*(90.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Jenna bought cupcakes for her sister's birthday party. 90% of the 60 cupcakes had sprinkles on top. How many cupcakes had sprinkles? "
},
{
"iIndex": 53,
"lSolutions": [
13.000000
],
"lEquations": [
"x=65.0*(20.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Tara has a new beaded necklace. 20% of the 65 beads on Tara's necklace are blue. How many blue beads are there on Tara's necklace? "
},
{
"iIndex": 54,
"lSolutions": [
28.000000
],
"lEquations": [
"x=40.0*(70.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The city council voted on a new tax. The council has 40 members and 70% of the council members voted in favor of the new tax. How many members voted in favor of the tax? "
},
{
"iIndex": 55,
"lSolutions": [
48.000000
],
"lEquations": [
"x=64.0*(75.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The lunch choices last Friday were mushroom or pepperoni pizza. The cafeteria made 64 pizzas in all, 75% of which were mushroom pizzas. How many mushroom pizzas did the cafeteria make? "
},
{
"iIndex": 56,
"lSolutions": [
21.000000
],
"lEquations": [
"x=84.0*(25.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Last night, the two dinner specials at Owen's favorite restaurant were salmon filet and steak. The restaurant served 84 specials in all, 25% of which were salmon filets. How many salmon filets did the restaurant serve? "
},
{
"iIndex": 57,
"lSolutions": [
38.000000
],
"lEquations": [
"x=95.0*(40.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " 40% of the tickets sold at a water park were child tickets. If the park sold 95 tickets in all, how many child tickets did it sell? "
},
{
"iIndex": 58,
"lSolutions": [
28.0000000
],
"lEquations": [
"x=56.0*(50.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A school staff meeting had 56 teachers in attendance, 50% of whom were first-year teachers. How many first-year teachers were in the meeting? "
},
{
"iIndex": 59,
"lSolutions": [
9.000000
],
"lEquations": [
"x=15.0*(60.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Britney's class just held a class election. 60% of the 15 students in the class voted. How many students voted? "
},
{
"iIndex": 60,
"lSolutions": [
63.000000
],
"lEquations": [
"x=70.0*(90.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " At the sewing store, Jane bought a bag of mixed buttons. The bag included 70 buttons, of which 90% were large. How many large buttons did Jane get? "
},
{
"iIndex": 61,
"lSolutions": [
54.000000
],
"lEquations": [
"x=72.0*(75.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Mimi took a math quiz last week. There were 72 problems on the quiz and Mimi answered 75% of them correctly. How many problems did Mimi get correct? "
},
{
"iIndex": 62,
"lSolutions": [
27.000000
],
"lEquations": [
"x=30.0*(90.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " In order to select new board members, the French club held an election. 90% of the 30 members of the club voted. How many members voted? "
},
{
"iIndex": 63,
"lSolutions": [
11.000000
],
"lEquations": [
"x=44.0*(25.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "A bookstore carries 44 magazines. 25% of the magazines are women's magazines. How many women's magazines does the bookstore carry? "
},
{
"iIndex": 64,
"lSolutions": [
17.000000
],
"lEquations": [
"x=85.0*(20.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " To celebrate the first day of school, Brett brought in a tray of caramel brownies and walnut brownies. The tray had a total of 85 brownies, of which 20% were caramel. How many caramel brownies did Brett bring? "
},
{
"iIndex": 65,
"lSolutions": [
6.000000
],
"lEquations": [
"x=8.0*(75.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " At a company meeting, there were 8 people in attendance. 75% of them were managers. How many managers were in the meeting? "
},
{
"iIndex": 66,
"lSolutions": [
1.000000
],
"lEquations": [
"x=5.0*(20.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Brody's Cafe has regular coffee and decaffeinated coffee. This morning, the cafe served 5 coffees in all, 20% of which were regular. How many regular coffees did the cafe serve? "
},
{
"iIndex": 67,
"lSolutions": [
9.000000
],
"lEquations": [
"x=90.0*(10.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "Gabe's Cafe offers two kinds of espresso: single-shot and double-shot. Yesterday afternoon, the cafe sold 90 espressos in all, 10% of which were single-shot. How many single-shot espressos did the cafe sell? "
},
{
"iIndex": 68,
"lSolutions": [
36.000000
],
"lEquations": [
"x=45.0*(80.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The art club had an election to select a president. 80% of the 45 members of the club voted in the election. How many members voted? "
},
{
"iIndex": 69,
"lSolutions": [
42.000000
],
"lEquations": [
"x=60.0*(70.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "In Steve's grade, there are 60 students. Currently, 70% of them are enrolled in health. How many students are enrolled in health? "
},
{
"iIndex": 70,
"lSolutions": [
49.000000
],
"lEquations": [
"x=98.0*(50.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "At Shawna's Hats, 50% of the 98 hats are baseball caps. How many baseball caps are there? "
},
{
"iIndex": 71,
"lSolutions": [
10.000000
],
"lEquations": [
"x=25.0*(40.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " During second period, Russell completed a grammar worksheet. Of the 25 questions, Russell got 40% right. How many questions did Russell get right? "
},
{
"iIndex": 72,
"lSolutions": [
23.000000
],
"lEquations": [
"x=92.0*(25.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Austin brought chocolate and vanilla cupcakes to school for his birthday. 92 students decided to take a cupcake, and 25% of them picked vanilla. How many people picked a vanilla cupcake? "
},
{
"iIndex": 73,
"lSolutions": [
57.000000
],
"lEquations": [
"x=76.0*(75.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " A school assembly had 76 students in attendance, and 75% of them were first-graders. How many first-graders were at the assembly? "
},
{
"iIndex": 74,
"lSolutions": [
25.000000
],
"lEquations": [
"x=100.0*(25.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " In hopes of encouraging healthier snacks at school, Jeanette brought in a tray of carrot sticks and apple slices to share. The tray had a total of 100 snacks, of which 25% were carrot sticks. How many carrot sticks did Jeanette bring? "
},
{
"iIndex": 75,
"lSolutions": [
64.000000
],
"lEquations": [
"x=80.0*(80.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Martha ordered a set of blue and green pins. She received 80 pins, and 80% of them were blue. How many blue pins did Martha receive? "
},
{
"iIndex": 76,
"lSolutions": [
30.000000
],
"lEquations": [
"x=75.0*(40.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " This morning, Alec took a history test. There were 75 multiple-choice problems on the test and Alec answered 40% of them correctly. How many problems did Alec get right? "
},
{
"iIndex": 77,
"lSolutions": [
7.000000
],
"lEquations": [
"x=70.0*(10.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " An arborist examined trees in an orchard to see if they were infected with a virus. Out of 70 trees, 10% had the virus. How many trees were infected with the virus? "
},
{
"iIndex": 78,
"lSolutions": [
21.000000
],
"lEquations": [
"x=35.0*(60.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " At the sewing store, Gwen bought a bag of mixed buttons. The bag included 35 buttons, of which 60% were large. How many large buttons did Gwen get? "
},
{
"iIndex": 79,
"lSolutions": [
6.000000
],
"lEquations": [
"x=24.0*(25.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " The supermarket has 24 aisles. 25% are empty, without any shoppers. How many empty aisles are there in the supermarket? "
},
{
"iIndex": 80,
"lSolutions": [
18.000000
],
"lEquations": [
"x=60.0*(30.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": "30% of the 60 coffee mugs at Jennifer's Pancake House are dirty. How many dirty coffee mugs are there at the pancake house? "
},
{
"iIndex": 81,
"lSolutions": [
9.000000
],
"lEquations": [
"x=10.0*(90.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " Yesterday, there were 10 problems assigned for math homework. Ben did 90% of them correctly. How many problems did Ben get right? "
},
{
"iIndex": 82,
"lSolutions": [
4.000000
],
"lEquations": [
"x=16.0*(25.0/100.0)"
],
"grammarCheck": 0,
"templateNumber": 0,
"sQuestion": " During second period, Mary completed a grammar worksheet. Of the 16 questions, Mary got 25% right. How many questions did Mary get right? "
},
{
"iIndex": 83,
"lSolutions": [