id
stringlengths 11
17
| topic
stringclasses 5
values | subtopic
stringclasses 10
values | prompt
stringlengths 109
213
| labels
listlengths 4
4
| correct_label
stringclasses 4
values | choices
listlengths 4
4
| correct_option
int64 0
3
| metadata
dict | split
stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|---|
taxes_000289
|
taxes
|
post_discount_tax
|
Cart: $41.21, $8.99 with a 20% store discount. Local sales tax is 8.5% (tax after discount). About how much is the total?
Options:
A) $218.39
B) $14.15
C) $44.00
D) $43.57
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$218.39",
"$14.15",
"$44.00",
"$43.57"
] | 2
|
{
"exact_value": 43.57,
"good_value": 44,
"mild_value": 14.15,
"way_value": 218.39,
"tax_rate": 0.085,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000290
|
taxes
|
post_discount_tax
|
Cart: $55.19, $47.80, $36.96, $20.78 with a 15% store discount. Local sales tax is 6.0% (tax after discount). About how much is the total?
Options:
A) $143.00
B) $144.82
C) $49.82
D) $870.91
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$143.00",
"$144.82",
"$49.82",
"$870.91"
] | 0
|
{
"exact_value": 144.82,
"good_value": 143,
"mild_value": 49.82,
"way_value": 870.91,
"tax_rate": 0.06,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000291
|
taxes
|
post_discount_tax
|
Cart: $53.99, $32.86, $48.75, $27.74. Local sales tax is 8.0% (tax after discount). About how much is the total?
Options:
A) $652.73
B) $176.41
C) $320.78
D) $180.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$652.73",
"$176.41",
"$320.78",
"$180.00"
] | 3
|
{
"exact_value": 176.41,
"good_value": 180,
"mild_value": 320.78,
"way_value": 652.73,
"tax_rate": 0.08,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000292
|
taxes
|
post_discount_tax
|
Cart: $30.55, $26.00, $38.17 with a 20% store discount. Local sales tax is 8.5% (tax after discount). About how much is the total?
Options:
A) $320.80
B) $83.00
C) $138.85
D) $82.22
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$320.80",
"$83.00",
"$138.85",
"$82.22"
] | 1
|
{
"exact_value": 82.22,
"good_value": 83,
"mild_value": 138.85,
"way_value": 320.8,
"tax_rate": 0.085,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000293
|
taxes
|
pre_discount_tax
|
Cart: $45.52, $54.39, $13.33. Local sales tax is 7.5% (tax calculated before discount). About how much is the total?
Options:
A) $118.00
B) $121.73
C) $557.11
D) $222.77
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$118.00",
"$121.73",
"$557.11",
"$222.77"
] | 0
|
{
"exact_value": 121.73,
"good_value": 118,
"mild_value": 222.77,
"way_value": 557.11,
"tax_rate": 0.075,
"discount_percent": 0,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000294
|
taxes
|
post_discount_tax
|
Cart: $50.62, $35.31, $24.89 with a 15% store discount. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $472.67
B) $100.79
C) $99.00
D) $166.24
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$472.67",
"$100.79",
"$99.00",
"$166.24"
] | 2
|
{
"exact_value": 100.79,
"good_value": 99,
"mild_value": 166.24,
"way_value": 472.67,
"tax_rate": 0.07,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000295
|
taxes
|
pre_discount_tax
|
Cart: $21.69, $33.88 with a 20% store discount. Local sales tax is 7.0% (tax calculated before discount). About how much is the total?
Options:
A) $80.64
B) $239.89
C) $47.00
D) $48.35
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$80.64",
"$239.89",
"$47.00",
"$48.35"
] | 2
|
{
"exact_value": 48.35,
"good_value": 47,
"mild_value": 80.64,
"way_value": 239.89,
"tax_rate": 0.07,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000296
|
taxes
|
pre_discount_tax
|
Cart: $20.19, $12.36, $11.33, $10.89, $20.56 with a 20% store discount. Local sales tax is 8.0% (tax calculated before discount). About how much is the total?
Options:
A) $317.92
B) $66.29
C) $15.75
D) $67.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$317.92",
"$66.29",
"$15.75",
"$67.00"
] | 3
|
{
"exact_value": 66.29,
"good_value": 67,
"mild_value": 15.75,
"way_value": 317.92,
"tax_rate": 0.08,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000297
|
taxes
|
post_discount_tax
|
Cart: $37.62, $30.32, $59.45, $3.77, $15.99 with a 15% store discount. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $131.00
B) $1028.90
C) $133.83
D) $23.36
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$131.00",
"$1028.90",
"$133.83",
"$23.36"
] | 0
|
{
"exact_value": 133.83,
"good_value": 131,
"mild_value": 23.36,
"way_value": 1028.9,
"tax_rate": 0.07,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000298
|
taxes
|
pre_discount_tax
|
Cart: $27.11, $41.43. Local sales tax is 6.0% (tax calculated before discount). About how much is the total?
Options:
A) $16.50
B) $71.00
C) $218.70
D) $72.65
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$16.50",
"$71.00",
"$218.70",
"$72.65"
] | 1
|
{
"exact_value": 72.65,
"good_value": 71,
"mild_value": 16.5,
"way_value": 218.7,
"tax_rate": 0.06,
"discount_percent": 0,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000299
|
taxes
|
post_discount_tax
|
Cart: $24.78, $13.90 with a 20% store discount. Local sales tax is 7.5% (tax after discount). About how much is the total?
Options:
A) $33.26
B) $110.42
C) $32.00
D) $60.36
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$33.26",
"$110.42",
"$32.00",
"$60.36"
] | 2
|
{
"exact_value": 33.26,
"good_value": 32,
"mild_value": 60.36,
"way_value": 110.42,
"tax_rate": 0.075,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000300
|
taxes
|
pre_discount_tax
|
Cart: $36.22, $38.61, $54.26, $16.31, $19.63 with a 10% store discount. Local sales tax is 7.5% (tax calculated before discount). About how much is the total?
Options:
A) $857.17
B) $57.76
C) $156.00
D) $160.90
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$857.17",
"$57.76",
"$156.00",
"$160.90"
] | 2
|
{
"exact_value": 160.9,
"good_value": 156,
"mild_value": 57.76,
"way_value": 857.17,
"tax_rate": 0.075,
"discount_percent": 10,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000301
|
taxes
|
post_discount_tax
|
Cart: $28.41, $19.76, $17.34, $4.22 with a 15% store discount. Local sales tax is 6.0% (tax after discount). About how much is the total?
Options:
A) $62.83
B) $118.34
C) $61.00
D) $477.51
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$62.83",
"$118.34",
"$61.00",
"$477.51"
] | 2
|
{
"exact_value": 62.83,
"good_value": 61,
"mild_value": 118.34,
"way_value": 477.51,
"tax_rate": 0.06,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000302
|
taxes
|
post_discount_tax
|
Cart: $22.70, $22.96, $40.71, $40.11, $46.41 with a 10% store discount. Local sales tax is 6.0% (tax after discount). About how much is the total?
Options:
A) $1172.20
B) $164.94
C) $163.00
D) $64.66
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$1172.20",
"$164.94",
"$163.00",
"$64.66"
] | 2
|
{
"exact_value": 164.94,
"good_value": 163,
"mild_value": 64.66,
"way_value": 1172.2,
"tax_rate": 0.06,
"discount_percent": 10,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000303
|
taxes
|
post_discount_tax
|
Cart: $48.53, $38.80 with a 10% store discount. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $84.10
B) $83.00
C) $27.44
D) $438.08
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$84.10",
"$83.00",
"$27.44",
"$438.08"
] | 1
|
{
"exact_value": 84.1,
"good_value": 83,
"mild_value": 27.44,
"way_value": 438.08,
"tax_rate": 0.07,
"discount_percent": 10,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000304
|
taxes
|
post_discount_tax
|
Cart: $22.43, $11.14, $14.70. Local sales tax is 8.0% (tax after discount). About how much is the total?
Options:
A) $52.13
B) $52.00
C) $291.10
D) $12.42
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$52.13",
"$52.00",
"$291.10",
"$12.42"
] | 1
|
{
"exact_value": 52.13,
"good_value": 52,
"mild_value": 12.42,
"way_value": 291.1,
"tax_rate": 0.08,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000305
|
taxes
|
post_discount_tax
|
Cart: $55.00, $8.22, $19.65 with a 15% store discount. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $440.84
B) $25.79
C) $75.37
D) $74.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$440.84",
"$25.79",
"$75.37",
"$74.00"
] | 3
|
{
"exact_value": 75.37,
"good_value": 74,
"mild_value": 25.79,
"way_value": 440.84,
"tax_rate": 0.07,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000306
|
taxes
|
pre_discount_tax
|
Cart: $18.16, $22.96, $40.71 with a 20% store discount. Local sales tax is 8.5% (tax calculated before discount). About how much is the total?
Options:
A) $20.71
B) $475.66
C) $73.00
D) $72.42
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$20.71",
"$475.66",
"$73.00",
"$72.42"
] | 2
|
{
"exact_value": 72.42,
"good_value": 73,
"mild_value": 20.71,
"way_value": 475.66,
"tax_rate": 0.085,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000307
|
taxes
|
post_discount_tax
|
Cart: $22.84, $7.53, $59.17, $54.09, $55.43. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $346.81
B) $212.99
C) $208.00
D) $671.27
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$346.81",
"$212.99",
"$208.00",
"$671.27"
] | 2
|
{
"exact_value": 212.99,
"good_value": 208,
"mild_value": 346.81,
"way_value": 671.27,
"tax_rate": 0.07,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000308
|
taxes
|
post_discount_tax
|
Cart: $20.04, $27.85, $52.41, $53.03, $52.73. Local sales tax is 7.5% (tax after discount). About how much is the total?
Options:
A) $221.51
B) $407.94
C) $908.86
D) $216.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$221.51",
"$407.94",
"$908.86",
"$216.00"
] | 3
|
{
"exact_value": 221.51,
"good_value": 216,
"mild_value": 407.94,
"way_value": 908.86,
"tax_rate": 0.075,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000309
|
taxes
|
post_discount_tax
|
Cart: $56.05, $25.29, $30.00, $26.70 with a 20% store discount. Local sales tax is 8.5% (tax after discount). About how much is the total?
Options:
A) $121.00
B) $531.99
C) $119.82
D) $210.09
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$121.00",
"$531.99",
"$119.82",
"$210.09"
] | 0
|
{
"exact_value": 119.82,
"good_value": 121,
"mild_value": 210.09,
"way_value": 531.99,
"tax_rate": 0.085,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000310
|
taxes
|
post_discount_tax
|
Cart: $38.83, $21.28, $57.65, $36.18, $58.33 with a 15% store discount. Local sales tax is 8.0% (tax after discount). About how much is the total?
Options:
A) $334.17
B) $723.90
C) $198.00
D) $194.86
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$334.17",
"$723.90",
"$198.00",
"$194.86"
] | 2
|
{
"exact_value": 194.86,
"good_value": 198,
"mild_value": 334.17,
"way_value": 723.9,
"tax_rate": 0.08,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000311
|
taxes
|
post_discount_tax
|
Cart: $43.66, $13.62, $56.86, $45.28, $43.16 with a 20% store discount. Local sales tax is 8.5% (tax after discount). About how much is the total?
Options:
A) $591.66
B) $39.51
C) $178.00
D) $175.84
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$591.66",
"$39.51",
"$178.00",
"$175.84"
] | 2
|
{
"exact_value": 175.84,
"good_value": 178,
"mild_value": 39.51,
"way_value": 591.66,
"tax_rate": 0.085,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000312
|
taxes
|
post_discount_tax
|
Cart: $14.00, $47.98 with a 20% store discount. Local sales tax is 7.5% (tax after discount). About how much is the total?
Options:
A) $196.39
B) $52.00
C) $13.94
D) $53.30
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$196.39",
"$52.00",
"$13.94",
"$53.30"
] | 1
|
{
"exact_value": 53.3,
"good_value": 52,
"mild_value": 13.94,
"way_value": 196.39,
"tax_rate": 0.075,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000313
|
taxes
|
pre_discount_tax
|
Cart: $4.86, $16.50, $38.01, $11.06, $20.02 with a 10% store discount. Local sales tax is 8.5% (tax calculated before discount). About how much is the total?
Options:
A) $580.49
B) $91.00
C) $89.09
D) $14.94
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$580.49",
"$91.00",
"$89.09",
"$14.94"
] | 1
|
{
"exact_value": 89.09,
"good_value": 91,
"mild_value": 14.94,
"way_value": 580.49,
"tax_rate": 0.085,
"discount_percent": 10,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000314
|
taxes
|
post_discount_tax
|
Cart: $46.77, $28.65, $25.83, $26.49, $15.90 with a 20% store discount. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $462.05
B) $120.00
C) $41.79
D) $122.96
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$462.05",
"$120.00",
"$41.79",
"$122.96"
] | 1
|
{
"exact_value": 122.96,
"good_value": 120,
"mild_value": 41.79,
"way_value": 462.05,
"tax_rate": 0.07,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000315
|
taxes
|
post_discount_tax
|
Cart: $25.39, $17.79, $57.99 with a 10% store discount. Local sales tax is 8.5% (tax after discount). About how much is the total?
Options:
A) $98.79
B) $307.70
C) $33.45
D) $99.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$98.79",
"$307.70",
"$33.45",
"$99.00"
] | 3
|
{
"exact_value": 98.79,
"good_value": 99,
"mild_value": 33.45,
"way_value": 307.7,
"tax_rate": 0.085,
"discount_percent": 10,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000316
|
taxes
|
post_discount_tax
|
Cart: $42.89, $25.03 with a 15% store discount. Local sales tax is 7.5% (tax after discount). About how much is the total?
Options:
A) $110.59
B) $458.22
C) $62.06
D) $60.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$110.59",
"$458.22",
"$62.06",
"$60.00"
] | 3
|
{
"exact_value": 62.06,
"good_value": 60,
"mild_value": 110.59,
"way_value": 458.22,
"tax_rate": 0.075,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000317
|
taxes
|
post_discount_tax
|
Cart: $35.60, $50.61, $9.92, $14.10 with a 15% store discount. Local sales tax is 7.5% (tax after discount). About how much is the total?
Options:
A) $99.00
B) $770.77
C) $100.72
D) $17.22
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$99.00",
"$770.77",
"$100.72",
"$17.22"
] | 0
|
{
"exact_value": 100.72,
"good_value": 99,
"mild_value": 17.22,
"way_value": 770.77,
"tax_rate": 0.075,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000318
|
taxes
|
pre_discount_tax
|
Cart: $54.28, $19.98 with a 20% store discount. Local sales tax is 6.0% (tax calculated before discount). About how much is the total?
Options:
A) $207.16
B) $18.93
C) $62.00
D) $63.86
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$207.16",
"$18.93",
"$62.00",
"$63.86"
] | 2
|
{
"exact_value": 63.86,
"good_value": 62,
"mild_value": 18.93,
"way_value": 207.16,
"tax_rate": 0.06,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000319
|
taxes
|
pre_discount_tax
|
Cart: $19.41, $18.85 with a 15% store discount. Local sales tax is 6.0% (tax calculated before discount). About how much is the total?
Options:
A) $34.82
B) $59.95
C) $152.24
D) $34.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$34.82",
"$59.95",
"$152.24",
"$34.00"
] | 3
|
{
"exact_value": 34.82,
"good_value": 34,
"mild_value": 59.95,
"way_value": 152.24,
"tax_rate": 0.06,
"discount_percent": 15,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000320
|
taxes
|
post_discount_tax
|
Cart: $23.39, $6.31, $5.87, $39.60 with a 20% store discount. Local sales tax is 6.0% (tax after discount). About how much is the total?
Options:
A) $111.86
B) $63.00
C) $202.72
D) $63.74
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$111.86",
"$63.00",
"$202.72",
"$63.74"
] | 1
|
{
"exact_value": 63.74,
"good_value": 63,
"mild_value": 111.86,
"way_value": 202.72,
"tax_rate": 0.06,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000321
|
taxes
|
pre_discount_tax
|
Cart: $54.20, $33.27, $35.06, $43.23, $30.82 with a 20% store discount. Local sales tax is 6.0% (tax calculated before discount). About how much is the total?
Options:
A) $166.00
B) $275.23
C) $169.06
D) $836.22
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$166.00",
"$275.23",
"$169.06",
"$836.22"
] | 0
|
{
"exact_value": 169.06,
"good_value": 166,
"mild_value": 275.23,
"way_value": 836.22,
"tax_rate": 0.06,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000322
|
taxes
|
post_discount_tax
|
Cart: $28.27, $36.21, $43.76, $14.90, $14.75. Local sales tax is 8.0% (tax after discount). About how much is the total?
Options:
A) $151.00
B) $148.92
C) $1090.72
D) $38.28
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$151.00",
"$148.92",
"$1090.72",
"$38.28"
] | 0
|
{
"exact_value": 148.92,
"good_value": 151,
"mild_value": 38.28,
"way_value": 1090.72,
"tax_rate": 0.08,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000323
|
taxes
|
post_discount_tax
|
Cart: $17.93, $39.85, $7.27 with a 20% store discount. Local sales tax is 7.5% (tax after discount). About how much is the total?
Options:
A) $236.88
B) $16.89
C) $55.94
D) $54.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$236.88",
"$16.89",
"$55.94",
"$54.00"
] | 3
|
{
"exact_value": 55.94,
"good_value": 54,
"mild_value": 16.89,
"way_value": 236.88,
"tax_rate": 0.075,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000324
|
taxes
|
post_discount_tax
|
Cart: $25.41, $40.75, $8.82 with a 15% store discount. Local sales tax is 8.0% (tax after discount). About how much is the total?
Options:
A) $68.83
B) $392.13
C) $70.00
D) $15.98
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$68.83",
"$392.13",
"$70.00",
"$15.98"
] | 2
|
{
"exact_value": 68.83,
"good_value": 70,
"mild_value": 15.98,
"way_value": 392.13,
"tax_rate": 0.08,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000325
|
taxes
|
post_discount_tax
|
Cart: $3.73, $52.93, $14.93 with a 15% store discount. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $278.36
B) $64.00
C) $108.17
D) $65.11
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$278.36",
"$64.00",
"$108.17",
"$65.11"
] | 1
|
{
"exact_value": 65.11,
"good_value": 64,
"mild_value": 108.17,
"way_value": 278.36,
"tax_rate": 0.07,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000326
|
taxes
|
pre_discount_tax
|
Cart: $21.57, $52.92, $24.43 with a 20% store discount. Local sales tax is 7.5% (tax calculated before discount). About how much is the total?
Options:
A) $667.11
B) $84.00
C) $31.86
D) $86.56
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$667.11",
"$84.00",
"$31.86",
"$86.56"
] | 1
|
{
"exact_value": 86.56,
"good_value": 84,
"mild_value": 31.86,
"way_value": 667.11,
"tax_rate": 0.075,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000327
|
taxes
|
pre_discount_tax
|
Cart: $39.59, $46.74 with a 10% store discount. Local sales tax is 7.0% (tax calculated before discount). About how much is the total?
Options:
A) $299.77
B) $82.00
C) $83.74
D) $157.85
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$299.77",
"$82.00",
"$83.74",
"$157.85"
] | 1
|
{
"exact_value": 83.74,
"good_value": 82,
"mild_value": 157.85,
"way_value": 299.77,
"tax_rate": 0.07,
"discount_percent": 10,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000328
|
taxes
|
pre_discount_tax
|
Cart: $40.35, $55.56, $14.70, $47.57, $6.96. Local sales tax is 8.0% (tax calculated before discount). About how much is the total?
Options:
A) $182.00
B) $1173.84
C) $178.35
D) $63.51
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$182.00",
"$1173.84",
"$178.35",
"$63.51"
] | 0
|
{
"exact_value": 178.35,
"good_value": 182,
"mild_value": 63.51,
"way_value": 1173.84,
"tax_rate": 0.08,
"discount_percent": 0,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000329
|
taxes
|
post_discount_tax
|
Cart: $31.11, $53.69, $57.97, $23.20 with a 20% store discount. Local sales tax is 8.0% (tax after discount). About how much is the total?
Options:
A) $14.97
B) $146.00
C) $143.40
D) $1028.33
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$14.97",
"$146.00",
"$143.40",
"$1028.33"
] | 1
|
{
"exact_value": 143.4,
"good_value": 146,
"mild_value": 14.97,
"way_value": 1028.33,
"tax_rate": 0.08,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000330
|
taxes
|
pre_discount_tax
|
Cart: $24.10, $37.95, $23.26, $26.02, $46.98 with a 15% store discount. Local sales tax is 8.0% (tax calculated before discount). About how much is the total?
Options:
A) $614.34
B) $147.23
C) $150.00
D) $237.37
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$614.34",
"$147.23",
"$150.00",
"$237.37"
] | 2
|
{
"exact_value": 147.23,
"good_value": 150,
"mild_value": 237.37,
"way_value": 614.34,
"tax_rate": 0.08,
"discount_percent": 15,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000331
|
taxes
|
pre_discount_tax
|
Cart: $12.10, $56.38, $50.93, $56.88 with a 15% store discount. Local sales tax is 8.0% (tax calculated before discount). About how much is the total?
Options:
A) $1276.50
B) $271.97
C) $163.95
D) $167.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$1276.50",
"$271.97",
"$163.95",
"$167.00"
] | 3
|
{
"exact_value": 163.95,
"good_value": 167,
"mild_value": 271.97,
"way_value": 1276.5,
"tax_rate": 0.08,
"discount_percent": 15,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000332
|
taxes
|
pre_discount_tax
|
Cart: $17.27, $38.73, $4.24, $4.69 with a 20% store discount. Local sales tax is 7.5% (tax calculated before discount). About how much is the total?
Options:
A) $55.00
B) $102.34
C) $56.81
D) $428.78
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$55.00",
"$102.34",
"$56.81",
"$428.78"
] | 0
|
{
"exact_value": 56.81,
"good_value": 55,
"mild_value": 102.34,
"way_value": 428.78,
"tax_rate": 0.075,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000333
|
taxes
|
pre_discount_tax
|
Cart: $26.16, $35.16, $44.04 with a 20% store discount. Local sales tax is 7.5% (tax calculated before discount). About how much is the total?
Options:
A) $172.66
B) $699.96
C) $92.19
D) $89.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$172.66",
"$699.96",
"$92.19",
"$89.00"
] | 3
|
{
"exact_value": 92.19,
"good_value": 89,
"mild_value": 172.66,
"way_value": 699.96,
"tax_rate": 0.075,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000334
|
taxes
|
post_discount_tax
|
Cart: $23.73, $54.03, $37.40 with a 15% store discount. Local sales tax is 6.0% (tax after discount). About how much is the total?
Options:
A) $183.77
B) $102.00
C) $103.76
D) $735.76
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$183.77",
"$102.00",
"$103.76",
"$735.76"
] | 1
|
{
"exact_value": 103.76,
"good_value": 102,
"mild_value": 183.77,
"way_value": 735.76,
"tax_rate": 0.06,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000335
|
taxes
|
post_discount_tax
|
Cart: $41.84, $17.05, $12.29, $53.02 with a 20% store discount. Local sales tax is 6.0% (tax after discount). About how much is the total?
Options:
A) $479.41
B) $105.32
C) $104.00
D) $190.40
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$479.41",
"$105.32",
"$104.00",
"$190.40"
] | 2
|
{
"exact_value": 105.32,
"good_value": 104,
"mild_value": 190.4,
"way_value": 479.41,
"tax_rate": 0.06,
"discount_percent": 20,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000336
|
taxes
|
post_discount_tax
|
Cart: $19.88, $5.72, $5.43. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $7.84
B) $33.20
C) $146.05
D) $32.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$7.84",
"$33.20",
"$146.05",
"$32.00"
] | 3
|
{
"exact_value": 33.2,
"good_value": 32,
"mild_value": 7.84,
"way_value": 146.05,
"tax_rate": 0.07,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000337
|
taxes
|
post_discount_tax
|
Cart: $44.71, $53.16, $42.82 with a 10% store discount. Local sales tax is 7.0% (tax after discount). About how much is the total?
Options:
A) $133.00
B) $135.48
C) $229.78
D) $1022.59
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$133.00",
"$135.48",
"$229.78",
"$1022.59"
] | 0
|
{
"exact_value": 135.48,
"good_value": 133,
"mild_value": 229.78,
"way_value": 1022.59,
"tax_rate": 0.07,
"discount_percent": 10,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000338
|
taxes
|
pre_discount_tax
|
Cart: $54.74, $6.70. Local sales tax is 6.0% (tax calculated before discount). About how much is the total?
Options:
A) $65.00
B) $15.77
C) $473.37
D) $65.13
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$65.00",
"$15.77",
"$473.37",
"$65.13"
] | 0
|
{
"exact_value": 65.13,
"good_value": 65,
"mild_value": 15.77,
"way_value": 473.37,
"tax_rate": 0.06,
"discount_percent": 0,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000339
|
taxes
|
post_discount_tax
|
Cart: $7.13, $34.21, $56.79, $46.20. Local sales tax is 8.5% (tax after discount). About how much is the total?
Options:
A) $158.00
B) $33.44
C) $489.17
D) $156.60
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$158.00",
"$33.44",
"$489.17",
"$156.60"
] | 0
|
{
"exact_value": 156.6,
"good_value": 158,
"mild_value": 33.44,
"way_value": 489.17,
"tax_rate": 0.085,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000340
|
taxes
|
post_discount_tax
|
Cart: $23.20, $59.09 with a 15% store discount. Local sales tax is 8.5% (tax after discount). About how much is the total?
Options:
A) $76.00
B) $75.89
C) $548.99
D) $139.18
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$76.00",
"$75.89",
"$548.99",
"$139.18"
] | 0
|
{
"exact_value": 75.89,
"good_value": 76,
"mild_value": 139.18,
"way_value": 548.99,
"tax_rate": 0.085,
"discount_percent": 15,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000341
|
taxes
|
pre_discount_tax
|
Cart: $5.54, $23.20 with a 10% store discount. Local sales tax is 8.5% (tax calculated before discount). About how much is the total?
Options:
A) $98.33
B) $29.00
C) $5.60
D) $28.31
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$98.33",
"$29.00",
"$5.60",
"$28.31"
] | 1
|
{
"exact_value": 28.31,
"good_value": 29,
"mild_value": 5.6,
"way_value": 98.33,
"tax_rate": 0.085,
"discount_percent": 10,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000342
|
taxes
|
pre_discount_tax
|
Cart: $37.75, $30.29, $26.55, $52.28, $40.08 with a 20% store discount. Local sales tax is 6.0% (tax calculated before discount). About how much is the total?
Options:
A) $867.18
B) $160.78
C) $296.43
D) $158.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$867.18",
"$160.78",
"$296.43",
"$158.00"
] | 3
|
{
"exact_value": 160.78,
"good_value": 158,
"mild_value": 296.43,
"way_value": 867.18,
"tax_rate": 0.06,
"discount_percent": 20,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000343
|
taxes
|
post_discount_tax
|
Cart: $27.92, $33.21, $41.05. Local sales tax is 7.5% (tax after discount). About how much is the total?
Options:
A) $109.84
B) $178.64
C) $759.17
D) $107.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$109.84",
"$178.64",
"$759.17",
"$107.00"
] | 3
|
{
"exact_value": 109.84,
"good_value": 107,
"mild_value": 178.64,
"way_value": 759.17,
"tax_rate": 0.075,
"discount_percent": 0,
"style": "post_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
taxes_000344
|
taxes
|
pre_discount_tax
|
Cart: $13.89, $27.91, $28.57. Local sales tax is 8.5% (tax calculated before discount). About how much is the total?
Options:
A) $78.00
B) $606.80
C) $76.35
D) $17.49
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$78.00",
"$606.80",
"$76.35",
"$17.49"
] | 0
|
{
"exact_value": 76.35,
"good_value": 78,
"mild_value": 17.49,
"way_value": 606.8,
"tax_rate": 0.085,
"discount_percent": 0,
"style": "pre_discount_tax",
"variant": null,
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000172
|
units
|
lb_oz
|
You buy 3.69 lb at $8.56 per lb. About how much is that total?
Options:
A) $31.59
B) $111.54
C) $33.00
D) $52.84
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$31.59",
"$111.54",
"$33.00",
"$52.84"
] | 2
|
{
"exact_value": 31.59,
"good_value": 33,
"mild_value": 52.84,
"way_value": 111.54,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000173
|
units
|
kg_g
|
An item costs $11.43 per kg. You take 400 g. About how much is that?
Options:
A) $4.00
B) $4.57
C) $34.55
D) $7.75
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$4.00",
"$4.57",
"$34.55",
"$7.75"
] | 0
|
{
"exact_value": 4.57,
"good_value": 4,
"mild_value": 7.75,
"way_value": 34.55,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000174
|
units
|
kg_g
|
An item costs $4.46 per kg. You take 250 g. About how much is that?
Options:
A) $7.73
B) $1.12
C) $1.00
D) $2.10
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$7.73",
"$1.12",
"$1.00",
"$2.10"
] | 2
|
{
"exact_value": 1.12,
"good_value": 1,
"mild_value": 2.1,
"way_value": 7.73,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000175
|
units
|
lb_oz
|
You buy 1.26 lb at $14.43 per lb. About how much is that total?
Options:
A) $86.44
B) $17.00
C) $34.31
D) $18.18
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$86.44",
"$17.00",
"$34.31",
"$18.18"
] | 1
|
{
"exact_value": 18.18,
"good_value": 17,
"mild_value": 34.31,
"way_value": 86.44,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000176
|
units
|
lb_oz
|
You buy 5.13 lb at $10.77 per lb. About how much is that total?
Options:
A) $56.00
B) $55.25
C) $216.48
D) $93.51
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$56.00",
"$55.25",
"$216.48",
"$93.51"
] | 0
|
{
"exact_value": 55.25,
"good_value": 56,
"mild_value": 93.51,
"way_value": 216.48,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000177
|
units
|
kg_g
|
An item costs $12.97 per kg. You take 400 g. About how much is that?
Options:
A) $5.00
B) $8.85
C) $31.83
D) $5.19
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$5.00",
"$8.85",
"$31.83",
"$5.19"
] | 0
|
{
"exact_value": 5.19,
"good_value": 5,
"mild_value": 8.85,
"way_value": 31.83,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000178
|
units
|
lb_oz
|
You buy 4.52 lb at $4.47 per lb. About how much is that total?
Options:
A) $18.00
B) $64.25
C) $20.20
D) $7.17
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$18.00",
"$64.25",
"$20.20",
"$7.17"
] | 0
|
{
"exact_value": 20.2,
"good_value": 18,
"mild_value": 7.17,
"way_value": 64.25,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000179
|
units
|
kg_g
|
An item costs $14.58 per kg. You take 500 g. About how much is that?
Options:
A) $2.16
B) $7.29
C) $22.59
D) $7.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$2.16",
"$7.29",
"$22.59",
"$7.00"
] | 3
|
{
"exact_value": 7.29,
"good_value": 7,
"mild_value": 2.16,
"way_value": 22.59,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000180
|
units
|
kg_g
|
An item costs $14.41 per kg. You take 400 g. About how much is that?
Options:
A) $35.57
B) $5.00
C) $9.46
D) $5.76
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$35.57",
"$5.00",
"$9.46",
"$5.76"
] | 1
|
{
"exact_value": 5.76,
"good_value": 5,
"mild_value": 9.46,
"way_value": 35.57,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000181
|
units
|
kg_g
|
An item costs $18.14 per kg. You take 750 g. About how much is that?
Options:
A) $13.61
B) $13.00
C) $22.15
D) $65.84
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$13.61",
"$13.00",
"$22.15",
"$65.84"
] | 1
|
{
"exact_value": 13.61,
"good_value": 13,
"mild_value": 22.15,
"way_value": 65.84,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000182
|
units
|
kg_g
|
An item costs $4.79 per kg. You take 400 g. About how much is that?
Options:
A) $1.92
B) $9.23
C) $2.00
D) $3.38
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$1.92",
"$9.23",
"$2.00",
"$3.38"
] | 2
|
{
"exact_value": 1.92,
"good_value": 2,
"mild_value": 3.38,
"way_value": 9.23,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000183
|
units
|
lb_oz
|
You buy 4.49 lb at $6.04 per lb. About how much is that total?
Options:
A) $45.68
B) $27.12
C) $26.00
D) $213.59
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$45.68",
"$27.12",
"$26.00",
"$213.59"
] | 2
|
{
"exact_value": 27.12,
"good_value": 26,
"mild_value": 45.68,
"way_value": 213.59,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000184
|
units
|
kg_g
|
An item costs $12.10 per kg. You take 900 g. About how much is that?
Options:
A) $10.00
B) $10.89
C) $3.39
D) $83.14
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$10.00",
"$10.89",
"$3.39",
"$83.14"
] | 0
|
{
"exact_value": 10.89,
"good_value": 10,
"mild_value": 3.39,
"way_value": 83.14,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000185
|
units
|
kg_g
|
An item costs $17.30 per kg. You take 300 g. About how much is that?
Options:
A) $29.00
B) $8.98
C) $5.19
D) $5.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$29.00",
"$8.98",
"$5.19",
"$5.00"
] | 3
|
{
"exact_value": 5.19,
"good_value": 5,
"mild_value": 8.98,
"way_value": 29,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000186
|
units
|
kg_g
|
An item costs $11.55 per kg. You take 500 g. About how much is that?
Options:
A) $5.78
B) $39.64
C) $10.06
D) $6.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$5.78",
"$39.64",
"$10.06",
"$6.00"
] | 3
|
{
"exact_value": 5.78,
"good_value": 6,
"mild_value": 10.06,
"way_value": 39.64,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000187
|
units
|
kg_g
|
An item costs $7.89 per kg. You take 750 g. About how much is that?
Options:
A) $18.70
B) $6.00
C) $10.24
D) $5.92
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$18.70",
"$6.00",
"$10.24",
"$5.92"
] | 1
|
{
"exact_value": 5.92,
"good_value": 6,
"mild_value": 10.24,
"way_value": 18.7,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000188
|
units
|
kg_g
|
An item costs $16.79 per kg. You take 350 g. About how much is that?
Options:
A) $0.60
B) $5.88
C) $5.00
D) $33.28
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$0.60",
"$5.88",
"$5.00",
"$33.28"
] | 2
|
{
"exact_value": 5.88,
"good_value": 5,
"mild_value": 0.6,
"way_value": 33.28,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000189
|
units
|
lb_oz
|
You buy 1.58 lb at $3.60 per lb. About how much is that total?
Options:
A) $1.98
B) $6.00
C) $5.69
D) $36.90
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$1.98",
"$6.00",
"$5.69",
"$36.90"
] | 1
|
{
"exact_value": 5.69,
"good_value": 6,
"mild_value": 1.98,
"way_value": 36.9,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000190
|
units
|
lb_oz
|
You buy 3.75 lb at $13.12 per lb. About how much is that total?
Options:
A) $48.00
B) $82.70
C) $386.10
D) $49.20
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$48.00",
"$82.70",
"$386.10",
"$49.20"
] | 0
|
{
"exact_value": 49.2,
"good_value": 48,
"mild_value": 82.7,
"way_value": 386.1,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000191
|
units
|
lb_oz
|
You buy 2.34 lb at $8.05 per lb. About how much is that total?
Options:
A) $116.43
B) $18.84
C) $18.00
D) $1.92
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$116.43",
"$18.84",
"$18.00",
"$1.92"
] | 2
|
{
"exact_value": 18.84,
"good_value": 18,
"mild_value": 1.92,
"way_value": 116.43,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000192
|
units
|
lb_oz
|
You buy 1.02 lb at $14.50 per lb. About how much is that total?
Options:
A) $14.79
B) $15.00
C) $4.99
D) $54.67
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$14.79",
"$15.00",
"$4.99",
"$54.67"
] | 1
|
{
"exact_value": 14.79,
"good_value": 15,
"mild_value": 4.99,
"way_value": 54.67,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000193
|
units
|
lb_oz
|
You buy 4.63 lb at $12.88 per lb. About how much is that total?
Options:
A) $106.51
B) $208.88
C) $59.63
D) $60.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$106.51",
"$208.88",
"$59.63",
"$60.00"
] | 3
|
{
"exact_value": 59.63,
"good_value": 60,
"mild_value": 106.51,
"way_value": 208.88,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000194
|
units
|
lb_oz
|
You buy 5.28 lb at $6.29 per lb. About how much is that total?
Options:
A) $33.21
B) $235.31
C) $9.29
D) $31.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$33.21",
"$235.31",
"$9.29",
"$31.00"
] | 3
|
{
"exact_value": 33.21,
"good_value": 31,
"mild_value": 9.29,
"way_value": 235.31,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000195
|
units
|
kg_g
|
An item costs $18.49 per kg. You take 900 g. About how much is that?
Options:
A) $16.00
B) $3.32
C) $16.64
D) $93.48
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$16.00",
"$3.32",
"$16.64",
"$93.48"
] | 0
|
{
"exact_value": 16.64,
"good_value": 16,
"mild_value": 3.32,
"way_value": 93.48,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000196
|
units
|
kg_g
|
An item costs $9.57 per kg. You take 350 g. About how much is that?
Options:
A) $3.00
B) $17.28
C) $6.32
D) $3.35
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$3.00",
"$17.28",
"$6.32",
"$3.35"
] | 0
|
{
"exact_value": 3.35,
"good_value": 3,
"mild_value": 6.32,
"way_value": 17.28,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000197
|
units
|
lb_oz
|
You buy 0.93 lb at $6.88 per lb. About how much is that total?
Options:
A) $6.00
B) $6.40
C) $11.52
D) $26.24
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$6.00",
"$6.40",
"$11.52",
"$26.24"
] | 0
|
{
"exact_value": 6.4,
"good_value": 6,
"mild_value": 11.52,
"way_value": 26.24,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000198
|
units
|
kg_g
|
An item costs $6.16 per kg. You take 300 g. About how much is that?
Options:
A) $6.85
B) $1.48
C) $0.44
D) $1.85
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$6.85",
"$1.48",
"$0.44",
"$1.85"
] | 1
|
{
"exact_value": 1.85,
"good_value": 1.48,
"mild_value": 0.44,
"way_value": 6.85,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000199
|
units
|
kg_g
|
An item costs $9.98 per kg. You take 400 g. About how much is that?
Options:
A) $0.54
B) $4.00
C) $0.74
D) $3.99
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$0.54",
"$4.00",
"$0.74",
"$3.99"
] | 1
|
{
"exact_value": 3.99,
"good_value": 4,
"mild_value": 0.74,
"way_value": 0.54,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000200
|
units
|
lb_oz
|
You buy 5.14 lb at $3.23 per lb. About how much is that total?
Options:
A) $31.16
B) $15.00
C) $16.60
D) $85.97
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$31.16",
"$15.00",
"$16.60",
"$85.97"
] | 1
|
{
"exact_value": 16.6,
"good_value": 15,
"mild_value": 31.16,
"way_value": 85.97,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000201
|
units
|
kg_g
|
An item costs $4.51 per kg. You take 350 g. About how much is that?
Options:
A) $0.29
B) $1.58
C) $1.26
D) $5.73
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$0.29",
"$1.58",
"$1.26",
"$5.73"
] | 2
|
{
"exact_value": 1.58,
"good_value": 1.26,
"mild_value": 0.29,
"way_value": 5.73,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000202
|
units
|
lb_oz
|
You buy 5.74 lb at $14.36 per lb. About how much is that total?
Options:
A) $466.15
B) $27.65
C) $80.00
D) $82.43
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$466.15",
"$27.65",
"$80.00",
"$82.43"
] | 2
|
{
"exact_value": 82.43,
"good_value": 80,
"mild_value": 27.65,
"way_value": 466.15,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000203
|
units
|
lb_oz
|
You buy 4.08 lb at $10.88 per lb. About how much is that total?
Options:
A) $186.95
B) $44.39
C) $44.00
D) $71.79
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$186.95",
"$44.39",
"$44.00",
"$71.79"
] | 2
|
{
"exact_value": 44.39,
"good_value": 44,
"mild_value": 71.79,
"way_value": 186.95,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000204
|
units
|
lb_oz
|
You buy 4.82 lb at $9.63 per lb. About how much is that total?
Options:
A) $48.00
B) $15.26
C) $46.42
D) $241.75
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$48.00",
"$15.26",
"$46.42",
"$241.75"
] | 0
|
{
"exact_value": 46.42,
"good_value": 48,
"mild_value": 15.26,
"way_value": 241.75,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000205
|
units
|
lb_oz
|
You buy 2.11 lb at $11.61 per lb. About how much is that total?
Options:
A) $25.00
B) $97.28
C) $39.38
D) $24.50
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$25.00",
"$97.28",
"$39.38",
"$24.50"
] | 0
|
{
"exact_value": 24.5,
"good_value": 25,
"mild_value": 39.38,
"way_value": 97.28,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000206
|
units
|
kg_g
|
An item costs $7.97 per kg. You take 500 g. About how much is that?
Options:
A) $1.15
B) $3.99
C) $4.00
D) $24.04
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$1.15",
"$3.99",
"$4.00",
"$24.04"
] | 2
|
{
"exact_value": 3.99,
"good_value": 4,
"mild_value": 1.15,
"way_value": 24.04,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000207
|
units
|
kg_g
|
An item costs $7.41 per kg. You take 300 g. About how much is that?
Options:
A) $2.00
B) $3.89
C) $2.22
D) $14.78
|
[
"A",
"B",
"C",
"D"
] |
A
|
[
"$2.00",
"$3.89",
"$2.22",
"$14.78"
] | 0
|
{
"exact_value": 2.22,
"good_value": 2,
"mild_value": 3.89,
"way_value": 14.78,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000208
|
units
|
lb_oz
|
You buy 3.52 lb at $4.17 per lb. About how much is that total?
Options:
A) $14.68
B) $4.12
C) $14.00
D) $76.53
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$14.68",
"$4.12",
"$14.00",
"$76.53"
] | 2
|
{
"exact_value": 14.68,
"good_value": 14,
"mild_value": 4.12,
"way_value": 76.53,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000209
|
units
|
lb_oz
|
You buy 2.47 lb at $12.26 per lb. About how much is that total?
Options:
A) $53.58
B) $218.09
C) $29.00
D) $30.28
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$53.58",
"$218.09",
"$29.00",
"$30.28"
] | 2
|
{
"exact_value": 30.28,
"good_value": 29,
"mild_value": 53.58,
"way_value": 218.09,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000210
|
units
|
lb_oz
|
You buy 2.25 lb at $6.04 per lb. About how much is that total?
Options:
A) $13.59
B) $13.00
C) $101.05
D) $5.39
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$13.59",
"$13.00",
"$101.05",
"$5.39"
] | 1
|
{
"exact_value": 13.59,
"good_value": 13,
"mild_value": 5.39,
"way_value": 101.05,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000211
|
units
|
lb_oz
|
You buy 2.24 lb at $5.03 per lb. About how much is that total?
Options:
A) $11.27
B) $78.25
C) $11.00
D) $19.38
|
[
"A",
"B",
"C",
"D"
] |
C
|
[
"$11.27",
"$78.25",
"$11.00",
"$19.38"
] | 2
|
{
"exact_value": 11.27,
"good_value": 11,
"mild_value": 19.38,
"way_value": 78.25,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000212
|
units
|
kg_g
|
An item costs $8.75 per kg. You take 250 g. About how much is that?
Options:
A) $7.06
B) $2.19
C) $0.52
D) $2.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$7.06",
"$2.19",
"$0.52",
"$2.00"
] | 3
|
{
"exact_value": 2.19,
"good_value": 2,
"mild_value": 0.52,
"way_value": 7.06,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000213
|
units
|
kg_g
|
An item costs $6.75 per kg. You take 250 g. About how much is that?
Options:
A) $8.13
B) $3.15
C) $1.69
D) $1.35
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$8.13",
"$3.15",
"$1.69",
"$1.35"
] | 3
|
{
"exact_value": 1.69,
"good_value": 1.35,
"mild_value": 3.15,
"way_value": 8.13,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "kg_g",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000214
|
units
|
lb_oz
|
You buy 0.92 lb at $11.21 per lb. About how much is that total?
Options:
A) $18.82
B) $10.00
C) $10.31
D) $68.23
|
[
"A",
"B",
"C",
"D"
] |
B
|
[
"$18.82",
"$10.00",
"$10.31",
"$68.23"
] | 1
|
{
"exact_value": 10.31,
"good_value": 10,
"mild_value": 18.82,
"way_value": 68.23,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
units_000215
|
units
|
lb_oz
|
You buy 3.61 lb at $5.84 per lb. About how much is that total?
Options:
A) $21.08
B) $137.17
C) $4.21
D) $21.00
|
[
"A",
"B",
"C",
"D"
] |
D
|
[
"$21.08",
"$137.17",
"$4.21",
"$21.00"
] | 3
|
{
"exact_value": 21.08,
"good_value": 21,
"mild_value": 4.21,
"way_value": 137.17,
"tax_rate": null,
"discount_percent": null,
"style": null,
"variant": "lb_oz",
"tip_percent": null,
"svc_fee_percent": null,
"prices": null
}
|
test
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.