question stringlengths 46 515 | choices listlengths 2 4 ⌀ | answer stringlengths 1 89 | unit stringclasses 139
values | table_title stringlengths 4 42 ⌀ | table stringlengths 23 708 | table_for_pd dict | row_num int64 2 11 | column_num int64 2 6 | solution stringlengths 58 1.79k | ques_type stringclasses 2
values | ans_type stringclasses 5
values | grade int64 1 8 | split stringclasses 1
value | idx int64 0 999 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
For a math project, students in Mrs. Swift's class recorded the number of pets that each student has. How many students are there in all? | null | 24 | null | Pets | Number of pets | Frequency
0 | 2
1 | 15
2 | 0
3 | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Add the frequencies for each row.
Add:
2 + 15 + 0 + 7 = 24
There are 24 students in all. | free_text | integer_number | 7 | test | 300 |
Josh has $13.60. How much money will Josh have left if he buys a ride on the Choo-Choo Train and a ride on the Bumper Cars? | null | 9.50 | $ | null | ride on the Bumper Cars | $1.38
trip through the Crazy Fun House | $2.45
ride on the Speedy Coaster | $2.56
ride on the Upside-Down Twister | $3.91
ride on the Choo-Choo Train | $2.72 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the total cost of a ride on the Choo-Choo Train and a ride on the Bumper Cars.
$2.72 + $1.38 = $4.10
Now subtract the total cost from the starting amount.
$13.60 - $4.10 = $9.50
Josh will have $9.50 left. | free_text | decimal_number | 4 | test | 301 |
Donald has $0.07. Does he have enough to buy a scallop shell and a shiny gold shell? | [
"yes",
"no"
] | yes | null | null | shiny gold shell | $0.01
whole sand dollar | $0.08
scallop shell | $0.05
beautiful yellow shell | $0.05
white spindle shell | $0.06 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Add the price of a scallop shell and the price of a shiny gold shell:
$0.05 + $0.01 = $0.06
$0.06 is less than $0.07. Donald does have enough money. | multi_choice | boolean_text | 3 | test | 302 |
A girl compared the ages of her cousins. What is the mode of the numbers? | null | 9 | null | Ages of cousins | Name | Age (years)
Devin | 9
Emmy | 9
Bridgette | 9
Tyler | 9
Kylie | 2
Zachary | 2
Nicholas | 2
Jennifer | 10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": [
"9",
... | 9 | 2 | Read the numbers from the table.
9, 9, 9, 9, 2, 2, 2, 10
First, arrange the numbers from least to greatest:
2, 2, 2, 9, 9, 9, 9, 10
Now count how many times each number appears.
2 appears 3 times.
9 appears 4 times.
10 appears 1 time.
The number that appears most often is 9.
The mode is 9. | free_text | integer_number | 7 | test | 303 |
Look at Riley's pay stub. Riley lives in a state without state income tax. How much did Riley make after taxes? | null | 764.79 | $ | null | Employee | Pay period |
Riley Stewart | March 17-23 |
Total earnings | | $974.00
Federal income tax | $134.70 |
Other taxes | $74.51 |
Total taxes | | ?
Pay after taxes | | ? | {
"": [
"",
"$974.00",
"",
"",
"?",
"?"
],
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": n... | 7 | 3 | Find how much Riley made after taxes. Find the total payroll tax, then subtract it from the total earnings.
To find the total payroll tax, add the federal income tax and the other taxes.
The total earnings are $974.00. The total payroll tax is $209.21. Subtract to find the difference.
$974.00 - $209.21 = $764.79
Riley ... | free_text | decimal_number | 5 | test | 304 |
After a field trip to the park, students in Mrs. Moore's art class counted the number of leaf rubbings they had made. How many students made more than 4 leaf rubbings? | null | 5 | null | Making leaf rubbings | Leaf rubbings made | Frequency
0 | 3
1 | 20
2 | 11
3 | 6
4 | 13
5 | 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Find the row for 5 leaf rubbings and read the frequency. The frequency is 5.
5 students made more than 4 leaf rubbings. | free_text | integer_number | 8 | test | 305 |
A dog show enthusiast recorded the weight of the winning dog at recent dog shows. According to the table, what was the rate of change between 2017 and 2018? | null | -34 | kilograms per year | Weight of winning dog at a dog show | Year | Weight (kg)
2014 | 23
2015 | 29
2016 | 42
2017 | 49
2018 | 15 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Plug the numbers into the formula for rate of change and simplify.
Rate of change
= \frac{change in value}{change in time}
= \frac{15 kilograms - 49 kilograms}{2018 - 2017}
= \frac{15 kilograms - 49 kilograms}{1 year}
= \frac{-34 kilograms}{1 year}
= -34 kilograms per year
The rate of change between 2017 and 2018 ... | free_text | integer_number | 8 | test | 306 |
How much money does Heather need to buy 2 soccer tickets and 7 hockey tickets? | null | 209 | $ | null | baseball ticket | $15.00
football ticket | $32.00
hockey ticket | $19.00
play ticket | $24.00
soccer ticket | $38.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the cost of 2 soccer tickets.
$38.00 × 2 = $76.00
Find the cost of 7 hockey tickets.
$19.00 × 7 = $133.00
Now find the total cost.
$76.00 + $133.00 = $209.00
Heather needs $209.00. | free_text | integer_number | 7 | test | 307 |
While writing a paper on making decisions in groups, Shelby researched the size of a number of committees. How many committees have at least 10 members but fewer than 60 members? | null | 11 | null | Committee sizes (number of members) | Stem | Leaf
1 | 2
2 | 2, 3, 6, 7, 8
3 | 9
4 | 2, 2
5 | 0, 1 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Count all the leaves in the rows with stems 1, 2, 3, 4, and 5.
You counted 11 leaves, which are blue in the stem-and-leaf plot above. 11 committees have at least 10 members but fewer than 60 members. | free_text | integer_number | 4 | test | 308 |
Look at this table. Is this relation a function? | [
"yes",
"no"
] | yes | null | null | x | y
6 | 10
9 | 0
14 | 13
5 | 6 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Look at the x-values in the table.
Each of the x-values is paired with only one y-value, so the relation is a function. | multi_choice | boolean_text | 8 | test | 309 |
How much money does Brittany need to buy a coffee pot and 4 serving platters? | null | 62.12 | $ | null | coffee pot | $12.24
cutting board | $27.98
serving platter | $12.47
set of spoons | $14.09
glass bowl | $18.18 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the cost of 4 serving platters.
$12.47 × 4 = $49.88
Now find the total cost.
$12.24 + $49.88 = $62.12
Brittany needs $62.12. | free_text | decimal_number | 7 | test | 310 |
Look at the table. Then answer the question. At a price of $485, is there a shortage or a surplus? | [
"shortage",
"surplus"
] | surplus | null | null | Price | Quantity demanded | Quantity supplied
$305 | 18,000 | 17,300
$365 | 14,400 | 18,300
$425 | 10,800 | 19,300
$485 | 7,200 | 20,300
$545 | 3,600 | 21,300 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 3 | At the price of $485, the quantity demanded is less than the quantity supplied. There is too much of the good or service for sale at that price. So, there is a surplus.
| multi_choice | boolean_text | 5 | test | 311 |
Each farm has 2 cows. How many cows are on 3 farms? | null | 6 | null | null | Number of farms | Number of cows
1 | 2
2 | 4
3 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Count by twos. Use the chart: there are 6 cows on 3 farms. | free_text | integer_number | 2 | test | 312 |
Some friends discussed the sizes of their coin collections. If you combine their collections, how many coins do Marie and Dylan have? | null | 544 | coins | Coin collections | Name | Number of coins
Omar | 285
Marie | 323
Dylan | 221
Simon | 470 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the numbers in the table.
Marie: 323
Dylan: 221
Now add: 323 + 221 = 544.
Marie and Dylan have 544 coins. | free_text | integer_number | 3 | test | 313 |
Aaron has $82.00. Does he have enough to buy a picnic table and a red clay pot? | [
"yes",
"no"
] | yes | null | null | hammock | $44.00
iron bench | $32.00
picnic table | $59.00
beach umbrella | $74.00
red clay pot | $19.00
lawn mower | $91.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Add the price of a picnic table and the price of a red clay pot:
$59.00 + $19.00 = $78.00
$78.00 is less than $82.00. Aaron does have enough money. | multi_choice | boolean_text | 3 | test | 314 |
While hanging Christmas lights for neighbors, Shawna counted the number of broken lights on each string. What is the largest number of broken lights? | null | 85 | broken lights | Broken lights per string | Stem | Leaf
1 | 5
2 | 8, 9
3 | 7, 9
4 | 2, 7
5 | 0, 2
6 | 3, 7, 7, 9
7 | 2
8 | 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 9 | 2 | Look at the last row of the stem-and-leaf plot. The last row has the highest stem. The stem for the last row is 8.
Now find the highest leaf in the last row. The highest leaf is 5.
The largest number of broken lights has a stem of 8 and a leaf of 5. Write the stem first, then the leaf: 85.
The largest number of brok... | free_text | integer_number | 7 | test | 315 |
Brian purchased 1.7 pounds of pebbles. What was the total cost? | null | 3.40 | $ | null | white sand | $4/pound
coarse gravel | $3/pound
fine gravel | $3/pound
pebbles | $2/pound
black sand | $5/pound
rocks | $4/pound | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the cost of the pebbles. Multiply the price per pound by the number of pounds.
$2 × 1.7 = $3.40
The total cost was $3.40. | free_text | decimal_number | 6 | test | 316 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | nonlinear | null | null | x | y
12 | 1
13 | 7
14 | 9 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | To determine whether the function is linear or nonlinear, see whether it has a constant rate of change.
Pick the points in any two rows of the table and calculate the rate of change between them. The first two rows are a good place to start.
Call the values in the first row x1 and y1. Call the values in the second row ... | multi_choice | boolean_text | 8 | test | 317 |
How much money does Joey need to buy 4 popsicle stands? | null | 35,076 | $ | null | popsicle stand | $8,769.00
peanut cart | $8,110.00
popcorn cart | $6,550.00
hot dog stand | $9,120.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find the total cost of 4 popsicle stands by multiplying 4 times the price of a popsicle stand.
$8,769.00 × 4 = $35,076.00
Joey needs $35,076.00. | free_text | integer_number | 8 | test | 318 |
How much money does Levi need to buy a ticket for a Hawaiian cruise and a ticket for a Caribbean cruise? | null | 13,111 | $ | null | ticket for a Hawaiian cruise | $7,072.00
ticket for an Australian cruise | $4,739.00
ticket for a South American cruise | $6,857.00
ticket for a Caribbean cruise | $6,039.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Add the price of a ticket for a Hawaiian cruise and the price of a ticket for a Caribbean cruise:
$7,072.00 + $6,039.00 = $13,111.00
Levi needs $13,111.00. | free_text | integer_number | 7 | test | 319 |
Cindy went to the store. She bought 3 kilograms of boysenberry jam and 4 kilograms of raspberry jam. How much did she spend? | null | 17 | $ | null | marmalade | $2 per kg
boysenberry jam | $3 per kg
raspberry jam | $2 per kg
blueberry jam | $2 per kg
blackberry jam | $3 per kg
apple butter | $2 per kg | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the cost of the boysenberry jam. Multiply:
$3 × 3 = $9
Find the cost of the raspberry jam. Multiply:
$2 × 4 = $8
Now find the total cost by adding:
$9 + $8 = $17
She spent $17. | free_text | integer_number | 8 | test | 320 |
In the first episode of a reality show, contestants had to spin two wheels of fate. Spinning the first wheel determined the remote location where contestants would reside for the duration of the season. Spinning the second wheel determined which "bonus survival tool" they would be allowed to bring, along with a few oth... | null | 3/10 | null | null | | A tent | Matches
Desert | 6 | 7
Rainforest | 2 | 5 | {
"": [
"Desert",
"Rainforest"
],
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": [
"6",
"2"
],
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
... | 3 | 3 | Let A be the event "the participant spun the first wheel and landed on desert" and B be the event "the participant spun the second wheel and landed on a tent".
To find the probability that a participant spun the first wheel and landed on desert and spun the second wheel and landed on a tent, first identify the sample s... | free_text | decimal_number | 8 | test | 321 |
Each cage has 5 rabbits. How many rabbits are in 3 cages? | null | 15 | null | null | Number of cages | Number of rabbits
1 | 5
2 | 10
3 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Count by fives. Use the chart: there are 15 rabbits in 3 cages. | free_text | integer_number | 2 | test | 322 |
Andy jotted down how many baskets he made during basketball practice each day. What is the range of the numbers? | null | 8 | null | Baskets made | Day | Number of baskets
Sunday | 7
Monday | 2
Tuesday | 10
Wednesday | 6
Thursday | 7
Friday | 6 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Read the numbers from the table.
7, 2, 10, 6, 7, 6
First, find the greatest number. The greatest number is 10.
Next, find the least number. The least number is 2.
Subtract the least number from the greatest number:
10 − 2 = 8
The range is 8. | free_text | integer_number | 6 | test | 323 |
Look at the table. Then answer the question. At a price of $545, is there a shortage or a surplus? | [
"shortage",
"surplus"
] | surplus | null | null | Price | Quantity demanded | Quantity supplied
$345 | 14,400 | 1,100
$395 | 13,200 | 4,300
$445 | 12,000 | 7,500
$495 | 10,800 | 10,700
$545 | 9,600 | 13,900 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 3 | At the price of $545, the quantity demanded is less than the quantity supplied. There is too much of the good or service for sale at that price. So, there is a surplus.
| multi_choice | boolean_text | 5 | test | 324 |
Rachel's class paid attention to how many bottles each student collected for their recycling project. Together, how many bottles did Rachel and Stanley collect? | null | 3,746 | bottles | Bottles collected | Name | Number of bottles
Bryan | 6,308
Jared | 2,025
Rachel | 1,729
Felipe | 2,523
Stanley | 2,017 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the numbers in the table.
Rachel: 1,729
Stanley: 2,017
Now add: 1,729 + 2,017 = 3,746.
Rachel and Stanley collected 3,746 bottles. | free_text | integer_number | 3 | test | 325 |
For a math assignment, students noted the number of times a wheel landed on the numbers 0 through 5. How many students spun a number greater than 1? | null | 38 | null | Spinning a wheel numbered 0 through 5 | Number spun | Frequency
0 | 7
1 | 6
2 | 9
3 | 0
4 | 13
5 | 16 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Find the rows for 2, 3, 4, and 5. Add the frequencies for these rows.
Add:
9 + 0 + 13 + 16 = 38
38 students spun a number greater than 1. | free_text | integer_number | 8 | test | 326 |
A beauty salon in Riverside has four beauticians and keeps track of how often clients request each one specifically. What fraction of requests were for Alexandra? Simplify your answer. | null | 37/173 | null | Beautician requests | Beautician | Requests
Alice | 880
Jeremiah | 400
Alexandra | 370
Stacy | 80 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find how many clients requested Alexandra.
370
Find how many requests were made in total.
880 + 400 + 370 + 80 = 1,730
Divide 370 by1,730.
\frac{370}{1,730}
Reduce the fraction.
\frac{370}{1,730} → \frac{37}{173}
\frac{37}{173} of clients requested Alexandra. | free_text | decimal_number | 7 | test | 327 |
At their family reunion, the Lee family recorded everyone's age. What is the age of the youngest person? | null | 47 | years old | Ages | Stem | Leaf
4 | 7, 8
5 | 0, 2, 3, 7
6 | 3, 6, 7, 8
7 |
8 |
9 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Look at the first row of the stem-and-leaf plot. The first row has the lowest stem. The stem for the first row is 4.
Now find the lowest leaf in the first row. The lowest leaf is 7.
The age of the youngest person has a stem of 4 and a leaf of 7. Write the stem first, then the leaf: 47.
The age of the youngest person... | free_text | integer_number | 4 | test | 328 |
This table shows information about two occupations. In which occupation might you spend time at sea for research? | [
"marine biologist",
"dog trainer"
] | marine biologist | null | null | | Marine biologist | Dog trainer
Description | Marine biologists study fish and other ocean wildlife. | Dog trainers teach dogs to follow commands and assist people with disabilities.
Typical education required | Doctoral degree in biology or a related field | High school diploma, but some have certifications from trad... | {
"": [
"Description",
"Typical education required",
"Median income"
],
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": n... | 4 | 3 | Look at the description for each occupation.
Marine biologists study fish and other ocean wildlife, so they might spend time at sea for research. Dog trainers teach dogs to follow commands, but they don't conduct research and would likely not spend time at sea for work. | multi_choice | extractive_text | 6 | test | 329 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | nonlinear | null | null | x | y
5 | 1
6 | 10
7 | 20 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | To determine whether the function is linear or nonlinear, see whether it has a constant rate of change.
Pick the points in any two rows of the table and calculate the rate of change between them. The first two rows are a good place to start.
Call the values in the first row x1 and y1. Call the values in the second row ... | multi_choice | boolean_text | 8 | test | 330 |
Sally went on a road trip and tracked her driving each day. How many miles in total did Sally drive on Thursday and Friday? | null | 535 | miles | Miles driven | Day | Number of miles
Thursday | 418
Friday | 117
Saturday | 118 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find the numbers in the table.
Thursday: 418
Friday: 117
Now add: 418 + 117 = 535.
Sally drove 535 miles on Thursday and Friday. | free_text | integer_number | 3 | test | 331 |
A bakery recorded how many cupcakes it sold in the past 5 days. What is the median of the numbers? | null | 18 | null | Cupcakes sold | Day | Number of cupcakes
Friday | 24
Saturday | 16
Sunday | 11
Monday | 18
Tuesday | 18 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Read the numbers from the table.
24, 16, 11, 18, 18
First, arrange the numbers from least to greatest:
11, 16, 18, 18, 24
Now find the number in the middle.
11, 16, 18, 18, 24
The number in the middle is 18.
The median is 18. | free_text | integer_number | 5 | test | 332 |
How much more does a DVD player cost than an alarm clock? | null | 37 | $ | null | alarm clock | $14.00
DVD player | $51.00
computer keyboard | $15.00
computer mouse | $14.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Subtract the price of an alarm clock from the price of a DVD player.
$51.00 - $14.00 = $37.00
A DVD player costs $37.00 more than an alarm clock. | free_text | integer_number | 7 | test | 333 |
Brooke bought 5 kilograms of raspberry vinaigrette and 5 kilograms of blue cheese dressing. How much did she spend? | null | 21.15 | $ | null | Thousand Island dressing | $3.10 per kilogram
blue cheese dressing | $1.76 per kilogram
raspberry vinaigrette | $2.47 per kilogram
Italian dressing | $2.40 per kilogram
ranch dressing | $1.65 per kilogram | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the cost of the raspberry vinaigrette. Multiply:
$2.47 × 5 = $12.35
Find the cost of the blue cheese dressing. Multiply:
$1.76 × 5 = $8.80
Now find the total cost by adding:
$12.35 + $8.80 = $21.15
She spent $21.15. | free_text | decimal_number | 7 | test | 334 |
The town council reported on how many stop signs there are on each street. What is the mean of the numbers? | null | 6 | null | Stop signs | Street | Number of stop signs
Irving Street | 3
Jackson Street | 10
Peabody Street | 6
Watson Street | 5
Marshall Street | 5
Spring Street | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Read the numbers from the table.
3, 10, 6, 5, 5, 7
First, count how many numbers are in the group.
There are 6 numbers.
Now add all the numbers together:
3 + 10 + 6 + 5 + 5 + 7 = 36
Now divide the sum by the number of numbers:
36 ÷ 6 = 6
The mean is 6. | free_text | integer_number | 7 | test | 335 |
In determining which sports to offer this season, the Yardley Community Center asked its members' children to vote for their favorite sports. How many children voted for gymnastics? | null | 23 | children | Favorite sports | Sport | Boys | Girls
Swimming | 20 | 18
Golf | 6 | 10
Gymnastics | 4 | 19
Running | 8 | 14
Soccer | 11 | 6 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 3 | Find the row for gymnastics. Add the numbers in the Gymnastics row.
Add:
4 + 19 = 23
23 children voted for gymnastics. | free_text | integer_number | 5 | test | 336 |
A creative writing class compiled a list of their favorite superheroes. They listed each superhero's superpower and personality flaw. What is the probability that a randomly selected superhero is lazy and can fly? Simplify any fractions. | null | 3/10 | null | null | | Fly | Read minds
Forgetful | 2 | 3
Lazy | 3 | 2 | {
"": [
"Forgetful",
"Lazy"
],
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
... | 3 | 3 | Let A be the event "the superhero is lazy" and B be the event "the superhero can fly".
To find the probability that a superhero is lazy and can fly, first identify the sample space and the event.
The outcomes in the sample space are the different superheroes. Each superhero is equally likely to be selected, so this is ... | free_text | decimal_number | 8 | test | 337 |
Marcy's Candies has been studying how much chocolate people have been eating in different countries. How much more chocolate did Belgium consume per capita in 2005 than in 2002? | null | 3 | kg | Chocolate consumption per capita (kg) | Country | 2002 | 2005
Poland | 3 | 4
Denmark | 9 | 8
Belgium | 8 | 11
Austria | 8 | 9 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 3 | Find the Belgium row. Find the numbers in this row for 2005 and 2002.
2005: 11
2002: 8
Now subtract:
11 − 8 = 3
Belgium consumed 3 kilograms more chocolate per capita in 2005 than in 2002. | free_text | integer_number | 4 | test | 338 |
Look at the following schedule. How long does it take to get from Rollercoaster Land to Comfy Pillows Resort? | [
"45 minutes",
"3 hours and 30 minutes",
"1 hour and 15 minutes",
"3 hours and 15 minutes"
] | 3 hours and 30 minutes | null | Train schedule | Rollercoaster Land | 6:15 A.M. | 11:00 A.M. | 11:45 P.M.
Pleasant River Campground | 6:45 A.M. | 11:30 A.M. | 12:15 A.M.
City of Green Trees | 7:30 A.M. | 12:15 P.M. | 1:00 A.M.
Happy Cow Farm | 8:30 A.M. | 1:15 P.M. | 2:00 A.M.
Rocky Ravine Town | 9:15 A.M. | 2:00 P.M. | 2:45 A.M.
Comfy Pillows Resort | 9:45 A.M. | 2:... | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 4 | Read the times in the first column for Rollercoaster Land and Comfy Pillows Resort.
Find the elapsed time between 6:15 A. M. and 9:45 A. M. The elapsed time is 3 hours and 30 minutes.
No matter which column of times you look at, the elapsed time is always 3 hours and 30 minutes. | multi_choice | other_text | 4 | test | 339 |
Mr. Dudley, a P.E. teacher, wrote down how much weight each of his students could lift. How many people lifted at least 50 pounds but less than 80 pounds? | null | 4 | people | Weight lifting results (lbs) | Stem | Leaf
5 | 4
6 |
7 | 0, 0, 3
8 | 3, 3
9 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Count all the leaves in the rows with stems 5, 6, and 7.
You counted 4 leaves, which are blue in the stem-and-leaf plot above. 4 people lifted at least 50 pounds but less than 80 pounds. | free_text | integer_number | 6 | test | 340 |
A food magazine published a listing of local restaurant ratings. How many restaurants were rated exactly 40 points? | null | 4 | restaurants | Restaurant ratings | Stem | Leaf
2 | 0, 3, 4, 4
3 | 1, 8, 8
4 | 0, 0, 0, 0, 3, 9
5 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | For the number 40, the stem is 4, and the leaf is 0. Find the row where the stem is 4. In that row, count all the leaves equal to 0.
You counted 4 leaves, which are blue in the stem-and-leaf plot above. 4 restaurants were rated exactly 40 points. | free_text | integer_number | 7 | test | 341 |
A survey was conducted to learn people's chocolate preferences. What fraction of the respondents preferred white chocolate? Simplify your answer. | null | 86/157 | null | Chocolate preferences | Type | Number of respondents
Milk chocolate | 390
Dark chocolate | 320
White chocolate | 860 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find how many respondents preferred white chocolate.
860
Find how many people responded in total.
390 + 320 + 860 = 1,570
Divide 860 by1,570.
\frac{860}{1,570}
Reduce the fraction.
\frac{860}{1,570} → \frac{86}{157}
\frac{86}{157} of respondents preferred white chocolate. | free_text | decimal_number | 7 | test | 342 |
How much money does Shane need to buy a soccer jersey and a bicycle? | null | 86.79 | $ | null | scooter | $42.39
soccer jersey | $22.04
skateboard | $77.46
bicycle | $64.75 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Add the price of a soccer jersey and the price of a bicycle:
$22.04 + $64.75 = $86.79
Shane needs $86.79. | free_text | decimal_number | 8 | test | 343 |
A sports fan decided to examine the pattern of medals won by certain countries at several Olympic games. In 1996, how many more medals did Sweden win than Finland? | null | 4 | medals | Olympic medals | Country | 1996 | 2000
Sweden | 8 | 12
Brazil | 15 | 12
Finland | 4 | 4 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 3 | Find the 1996 column. Find the numbers in this column for Sweden and Finland.
Sweden: 8
Finland: 4
Now subtract:
8 − 4 = 4
In 1996, Sweden won 4 more medals than Finland. | free_text | integer_number | 5 | test | 344 |
A science teacher presented a balloon to her class, and posed the question, "If I keep this balloon in the freezer overnight, what will occur?" She followed up with, "How certain are you of your answer?" The teacher recorded her students' responses. What is the probability that a randomly selected student was uncertain... | null | 1/10 | null | null | | Shrink | Stay the same
Certain | 3 | 3
Uncertain | 1 | 3 | {
"": [
"Certain",
"Uncertain"
],
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,... | 3 | 3 | Let A be the event "the student was uncertain" and B be the event "the student believes the balloon will shrink".
To find the probability that a student was uncertain and believes the balloon will shrink, first identify the sample space and the event.
The outcomes in the sample space are the different students. Each st... | free_text | decimal_number | 8 | test | 345 |
How much more does a race car ride cost than a helicopter ride? | null | 394 | $ | null | sailboat ride | $517.00
speedboat ride | $624.00
hot air balloon ride | $954.00
helicopter ride | $493.00
race car ride | $887.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Subtract the price of a helicopter ride from the price of a race car ride.
$887.00 - $493.00 = $394.00
A race car ride costs $394.00 more than a helicopter ride. | free_text | integer_number | 7 | test | 346 |
For a science fair project, Jamal tracked the temperature each day. How many temperature readings were at least 17°C but less than 44°C? | null | 17 | null | Daily temperatures (°C) | Stem | Leaf
1 | 1, 1, 4, 7, 7, 8, 8, 9
2 | 7, 7, 8
3 | 1, 1, 3, 5, 6, 6, 7
4 | 1, 3 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the row with stem 1. Count all the leaves greater than or equal to 7.
Count all the leaves in the rows with stems 2 and 3.
In the row with stem 4, count all the leaves less than 4.
You counted 17 leaves, which are blue in the stem-and-leaf plots above. 17 temperature readings were at least 17°C but less than 44... | free_text | integer_number | 4 | test | 347 |
The aquarium's records showed how many tickets were sold in the past 4 days. On which day did the aquarium sell the fewest tickets? | [
"Saturday",
"Sunday",
"Monday",
"Tuesday"
] | Monday | null | Tickets sold | Day | Number of tickets
Saturday | 658
Sunday | 665
Monday | 612
Tuesday | 615 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the least number in the table. Remember to compare the numbers starting with the highest place value. The least number is 612.
Now find the corresponding day. Monday corresponds to 612. | multi_choice | extractive_text | 2 | test | 348 |
Look at the table. Then answer the question. At a price of $865, is there a shortage or a surplus? | [
"shortage",
"surplus"
] | shortage | null | null | Price | Quantity demanded | Quantity supplied
$785 | 14,500 | 2,200
$825 | 13,300 | 6,700
$865 | 12,100 | 11,200
$905 | 10,900 | 15,700
$945 | 9,700 | 20,200 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 3 | At the price of $865, the quantity demanded is greater than the quantity supplied. There is not enough of the good or service for sale at that price. So, there is a shortage.
| multi_choice | boolean_text | 5 | test | 349 |
To determine whether people make fewer trips to the movies when the economy is bad, a reporter asked people how many movies they saw last month. How many people went to the movies more than 1 time? | null | 29 | null | Trips to the movies last month | Number of trips | Frequency
0 | 9
1 | 11
2 | 19
3 | 10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the rows for 2 and 3 times. Add the frequencies for these rows.
Add:
19 + 10 = 29
29 people went to the movies more than 1 time. | free_text | integer_number | 8 | test | 350 |
A chef kept track of the number of bananas people ate last week in her cafeteria. How many people ate at least 1 banana last week? | null | 16 | null | Eating bananas last week | Bananas eaten | Frequency
0 | 20
1 | 0
2 | 9
3 | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the rows for 1, 2, and 3 bananas last week. Add the frequencies for these rows.
Add:
0 + 9 + 7 = 16
16 people ate at least 1 banana last week. | free_text | integer_number | 7 | test | 351 |
Each shelf has 2 blocks of cheese. How many blocks of cheese are on 4 shelves? | null | 8 | blocks of cheese | null | Number of shelves | Number of blocks of cheese
1 | 2
2 | 4
3 | 6
4 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Count by twos. Use the chart: there are 8 blocks of cheese on 4 shelves. | free_text | integer_number | 1 | test | 352 |
The newspaper photographer logged how many pictures he had taken during the past 4 days. On which day did the photographer take the most pictures? | [
"Friday",
"Saturday",
"Sunday",
"Monday"
] | Sunday | null | Pictures taken | Day | Number of pictures
Friday | 28
Saturday | 21
Sunday | 29
Monday | 26 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find the greatest number in the table. Remember to compare the numbers starting with the highest place value. The greatest number is 29.
Now find the corresponding day. Sunday corresponds to 29. | multi_choice | extractive_text | 2 | test | 353 |
A restaurant's average food preparation time was tracked from day to day as part of an efficiency improvement program. According to the table, what was the rate of change between Friday and Saturday? | null | -11 | minutes per day | Average food preparation time | Day | Food preparation time (minutes)
Tuesday | 5
Wednesday | 17
Thursday | 21
Friday | 50
Saturday | 39 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Plug the numbers into the formula for rate of change and simplify.
Rate of change
= \frac{change in value}{change in time}
= \frac{39 minutes - 50 minutes}{1 day}
= \frac{-11 minutes}{1 day}
= -11 minutes per day
The rate of change between Friday and Saturday was - 11 minutes per day. | free_text | integer_number | 7 | test | 354 |
For an assignment, Mark looked at which countries got the most Nobel Prizes in various decades. How many Nobel Prize winners did Germany have in the 1960s? | null | 10 | Nobel Prize winners | Nobel Prize winners | Country | 1960s | 1970s
Germany | 10 | 9
Canada | 1 | 2
Japan | 2 | 2
France | 7 | 3 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 3 | First, find the row for Germany. Then find the number in the 1960 s column.
This number is 10. Germany had 10 Nobel Prize winners in the 1960 s. | free_text | integer_number | 5 | test | 355 |
Each room has 5 people. How many people are in 5 rooms? | null | 25 | null | null | Number of rooms | Number of people
1 | 5
2 | 10
3 | 15
4 | 20
5 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Count by fives. Use the chart: there are 25 people in 5 rooms. | free_text | integer_number | 2 | test | 356 |
A marketing research firm asked people how many times they visited the mall last month. How many people are there in all? | null | 38 | null | Trips to the mall last month | Number of trips | Frequency
0 | 7
1 | 2
2 | 10
3 | 18
4 | 1 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Add the frequencies for each row.
Add:
7 + 2 + 10 + 18 + 1 = 38
There are 38 people in all. | free_text | integer_number | 8 | test | 357 |
How much money does Ben need to buy a golf ball, a bicycle helmet, and a swimsuit? | null | 19.27 | $ | null | softball glove | $9.69
bicycle helmet | $8.14
baseball | $2.18
golf ball | $2.33
swimsuit | $8.80
bike horn | $5.86 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the total cost of a golf ball, a bicycle helmet, and a swimsuit.
$2.33 + $8.14 + $8.80 = $19.27
Ben needs $19.27. | free_text | decimal_number | 4 | test | 358 |
Principal Wilson reported the state test scores from some students at her school. What is the lowest score? | null | 13 | points | Test scores | Stem | Leaf
1 | 3
2 | 0, 8
3 |
4 | 1, 8, 9
5 | 0, 1, 2, 4, 7
6 | 0, 4, 5, 6
7 | 1, 4, 4, 4, 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 8 | 2 | Look at the first row of the stem-and-leaf plot. The first row has the lowest stem. The stem for the first row is 1.
Now find the lowest leaf in the first row. The lowest leaf is 3.
The lowest score has a stem of 1 and a leaf of 3. Write the stem first, then the leaf: 13.
The lowest score is 13 points. | free_text | integer_number | 7 | test | 359 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | nonlinear | null | null | x | y
4 | 13
5 | 6
6 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | To determine whether the function is linear or nonlinear, see whether it has a constant rate of change.
Pick the points in any two rows of the table and calculate the rate of change between them. The first two rows are a good place to start.
Call the values in the first row x1 and y1. Call the values in the second row ... | multi_choice | boolean_text | 8 | test | 360 |
How much more does a denim jacket cost than a blue sweater? | null | 0.15 | $ | null | denim jacket | $15.59
blue sweater | $15.44
winter jacket | $38.19
green sweatshirt | $15.80 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Subtract the price of a blue sweater from the price of a denim jacket.
$15.59 - $15.44 = $0.15
A denim jacket costs $0.15 more than a blue sweater. | free_text | decimal_number | 8 | test | 361 |
Some players on a co-ed basketball team compared the total number of points they scored over the course of a year. What fraction of the points were scored by Craig? Simplify your answer. | null | 11/38 | null | Points scored in basketball | Player | Points scored
Polly | 50
Barry | 120
Craig | 110
Other | 100 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Find how many points Craig scored.
110
Find how many points the players scored in total.
50 + 120 + 110 + 100 = 380
Divide 110 by 380.
\frac{110}{380}
Reduce the fraction.
\frac{110}{380} → \frac{11}{38}
\frac{11}{38} of points Craig scored. | free_text | decimal_number | 7 | test | 362 |
A game show program recorded the scores of its contestants. How many contestants scored more than 7? | null | 24 | null | Scores on a quiz show | Score | Frequency
5 | 13
6 | 14
7 | 20
8 | 8
9 | 9
10 | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Find the rows for 8, 9, and 10. Add the frequencies for these rows.
Add:
8 + 9 + 7 = 24
24 contestants scored more than 7. | free_text | integer_number | 8 | test | 363 |
How much more does a shiny red bead cost than a tiny gold bead? | null | 0.50 | $ | null | square yellow bead | $0.81
tiny gold bead | $0.19
orange glass bead | $0.74
shiny red bead | $0.69 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Subtract the price of a tiny gold bead from the price of a shiny red bead.
$0.69 - $0.19 = $0.50
A shiny red bead costs $0.50 more than a tiny gold bead. | free_text | decimal_number | 7 | test | 364 |
Julia bought 1/2 of a pound of baked chicken. How much did she spend? | null | 4.50 | $ | null | breaded chicken | $7/pound
roast chicken | $3/pound
baked chicken | $9/pound
curried chicken | $7/pound
fried chicken | $10/pound
sauteed chicken | $6/pound | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the cost of the baked chicken. Multiply the price per pound by the number of pounds.
$9 × \frac{1}{2} = $9 × 0.5 = $4.50
She spent $4.50. | free_text | decimal_number | 6 | test | 365 |
Look at the following schedule. Which stop does the train depart from at 2.45 A.M.? | [
"Newberg",
"Lakeside",
"Princeton",
"Oakland"
] | Princeton | null | Train schedule | Location | Arrive | Depart
Princeton | 2:25 A.M. | 2:45 A.M.
Westminster | 3:15 A.M. | 3:30 A.M.
Newberg | 5:00 A.M. | 5:30 A.M.
Belleville | 6:15 A.M. | 6:25 A.M.
Stamford | 7:30 A.M. | 7:55 A.M.
Oakland | 9:35 A.M. | 10:00 A.M.
Salem | 11:30 A.M. | 12:00 P.M.
Oakdale | 1:00 P.M. | 1:15 P.M.
Lakeside | 2:30 P.M. | 2:4... | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 10 | 3 | Find 2:45 A. M. on the schedule. The train departs from Princeton at 2:45 A. M. | multi_choice | extractive_text | 3 | test | 366 |
Look at the following schedule. Which activity ends at 7.10 P.M.? | [
"dodgeball",
"volleyball",
"line dancing",
"floor hockey"
] | line dancing | null | Gym schedule | Activity | Begin | End
indoor soccer | 7:50 A.M. | 9:30 A.M.
aerobics | 9:45 A.M. | 11:05 A.M.
floor hockey | 11:10 A.M. | 12:35 P.M.
dodgeball | 12:45 P.M. | 2:10 P.M.
volleyball | 2:15 P.M. | 2:45 P.M.
gymnastics | 2:55 P.M. | 4:30 P.M.
badminton | 4:35 P.M. | 5:10 P.M.
yoga | 5:25 P.M. | 6:35 P.M.
line dancing | 6:4... | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": [
"indoor soccer",
"aerobics",
"floor hockey",
"dodgeball",
"volleyball"... | 10 | 3 | Find 7:10 P. M. on the schedule. Line dancing ends at 7:10 P. M. | multi_choice | extractive_text | 3 | test | 367 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | nonlinear | null | null | x | y
9 | 6
10 | 13
11 | 18 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | To determine whether the function is linear or nonlinear, see whether it has a constant rate of change.
Pick the points in any two rows of the table and calculate the rate of change between them. The first two rows are a good place to start.
Call the values in the first row x1 and y1. Call the values in the second row ... | multi_choice | boolean_text | 8 | test | 368 |
A stock broker followed the stock prices of a certain set of companies. On Tuesday, how much more did Jonas Incorporated's stock cost than Houston Sporting Goods's stock? | null | 4 | $ | Stock prices | Company | Monday | Tuesday
Watson and Partners | $8 | $2
Computer Data Company | $12 | $7
Jonas Incorporated | $10 | $9
Houston Sporting Goods | $4 | $5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 3 | Find the Tuesday column. Find the numbers in this column for Jonas Incorporated and Houston Sporting Goods.
Jonas Incorporated: $9.00
Houston Sporting Goods: $5.00
Now subtract:
$9.00 − $5.00 = $4.00
On Tuesday Jonas Incorporated's stock cost $4 more than Houston Sporting Goods's stock. | free_text | integer_number | 4 | test | 369 |
A gymnast jotted down the number of cartwheels she did each day. What is the mode of the numbers? | null | 3 | null | Doing cartwheels | Day | Number of cartwheels
Friday | 3
Saturday | 7
Sunday | 3
Monday | 4
Tuesday | 7
Wednesday | 3 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Read the numbers from the table.
3, 7, 3, 4, 7, 3
First, arrange the numbers from least to greatest:
3, 3, 3, 4, 7, 7
Now count how many times each number appears.
3 appears 3 times.
4 appears 1 time.
7 appears 2 times.
The number that appears most often is 3.
The mode is 3. | free_text | integer_number | 7 | test | 370 |
Sue has $54.00. Does she have enough to buy a bicycle and a swimsuit? | [
"yes",
"no"
] | no | null | null | softball glove | $21.00
swimsuit | $15.00
bowling ball | $40.00
bicycle helmet | $16.00
bicycle | $43.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Add the price of a bicycle and the price of a swimsuit:
$43.00 + $15.00 = $58.00
$58.00 is more than $54.00. Sue does not have enough money. | multi_choice | boolean_text | 7 | test | 371 |
What is the total cost for 4 pounds of breaded chicken and 3 pounds of fried chicken? | null | 45 | $ | null | fried chicken | $7/lb
breaded chicken | $6/lb
sauteed chicken | $3/lb
baked chicken | $3/lb | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find the cost of the breaded chicken. Multiply:
$6 × 4 = $24
Find the cost of the fried chicken. Multiply:
$7 × 3 = $21
Now find the total cost by adding:
$24 + $21 = $45
The total cost is $45. | free_text | integer_number | 7 | test | 372 |
How much more does a pumpkin pie cost than a strawberry cheesecake? | null | 0.24 | $ | null | pumpkin pie | $8.95
almond tart | $8.12
cherry pie | $9.36
pineapple upside-down cake | $8.16
pecan pie | $5.13
strawberry cheesecake | $8.71 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Subtract the price of a strawberry cheesecake from the price of a pumpkin pie.
$8.95 - $8.71 = $0.24
A pumpkin pie costs $0.24 more than a strawberry cheesecake. | free_text | decimal_number | 7 | test | 373 |
Patrick has $1.00. Does he have enough to buy a yellow pepper and a plum? | [
"yes",
"no"
] | yes | null | null | plum | $0.37
tangerine | $0.25
pear | $0.30
yellow pepper | $0.53
banana | $0.49
lemon | $0.40 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Add the price of a yellow pepper and the price of a plum:
$0.53 + $0.37 = $0.90
$0.90 is less than $1.00. Patrick does have enough money. | multi_choice | boolean_text | 3 | test | 374 |
How much would it cost to buy 4+3/4 pounds of tangerines? | null | 9.50 | $ | null | tangerines | $2 per lb
lemons | $1 per lb
limes | $2 per lb
grapefruits | $2 per lb | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find the cost of the tangerines. Multiply the price per pound by the number of pounds.
$2 × 4\frac{3}{4} = $2 × 4.75 = $9.50
It would cost $9.50. | free_text | decimal_number | 6 | test | 375 |
A farmer wrote down how many kilograms of cherries were sold in the past 5 days. How many kilograms of cherries in total were sold on Sunday and Tuesday? | null | 317 | kilograms of cherries | Cherries sold | Day | Kilograms
Saturday | 340
Sunday | 201
Monday | 503
Tuesday | 116
Wednesday | 268 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the numbers in the table.
Sunday: 201
Tuesday: 116
Now add: 201 + 116 = 317.
317 kilograms of cherries were sold on Sunday and Tuesday. | free_text | integer_number | 3 | test | 376 |
Brennan wrote down how many spelling words he practiced each day. What is the mean of the numbers? | null | 8 | null | Spelling words practiced | Day | Number of spelling words
Sunday | 8
Monday | 10
Tuesday | 6
Wednesday | 6
Thursday | 9
Friday | 9
Saturday | 8 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 8 | 2 | Read the numbers from the table.
8, 10, 6, 6, 9, 9, 8
First, count how many numbers are in the group.
There are 7 numbers.
Now add all the numbers together:
8 + 10 + 6 + 6 + 9 + 9 + 8 = 56
Now divide the sum by the number of numbers:
56 ÷ 7 = 8
The mean is 8. | free_text | integer_number | 8 | test | 377 |
Look at the table. Then answer the question. At a price of $1,475, is there a shortage or a surplus? | [
"shortage",
"surplus"
] | shortage | null | null | Price | Quantity demanded | Quantity supplied
$875 | 19,500 | 4,300
$1,075 | 18,600 | 7,400
$1,275 | 17,700 | 10,500
$1,475 | 16,800 | 13,600
$1,675 | 15,900 | 16,700 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 3 | At the price of $1,475, the quantity demanded is greater than the quantity supplied. There is not enough of the good or service for sale at that price. So, there is a shortage.
| multi_choice | boolean_text | 5 | test | 378 |
Each desk has 5 highlighters. How many highlighters are in 3 desks? | null | 15 | highlighters | null | Number of desks | Number of highlighters
1 | 5
2 | 10
3 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Count by fives. Use the chart: there are 15 highlighters in 3 desks. | free_text | integer_number | 1 | test | 379 |
Look at the following schedule. Darnel is at Winchester. If he wants to arrive at Westford at 10.30 A.M., what time should he get on the train? | [
"7:45 A.M.",
"8:30 A.M.",
"10:15 A.M.",
"5:00 A.M."
] | 8:30 A.M. | null | Train schedule | Winchester | 2:45 A.M. | 5:00 A.M. | 8:30 A.M. | 10:15 A.M.
Vindale | 4:15 A.M. | 6:30 A.M. | 10:00 A.M. | 11:45 A.M.
Westford | 4:45 A.M. | 7:00 A.M. | 10:30 A.M. | 12:15 P.M.
Lowell | 5:30 A.M. | 7:45 A.M. | 11:15 A.M. | 1:00 P.M.
Milford | 6:45 A.M. | 9:00 A.M. | 12:30 P.M. | 2:15 P.M. | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 5 | Look at the row for Westford. Find the train that arrives at Westford at 10:30 A. M.
Look up the column until you find the row for Winchester.
Darnel should get on the train at 8:30 A. M. | multi_choice | extractive_text | 4 | test | 380 |
How much money does Sue need to buy a mechanical pencil and a pink eraser? | null | 0.06 | $ | null | thin blue marker | $0.04
pink eraser | $0.03
package of crayons | $0.07
thick black marker | $0.06
mechanical pencil | $0.03 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Add the price of a mechanical pencil and the price of a pink eraser:
$0.03 + $0.03 = $0.06
Sue needs $0.06. | free_text | decimal_number | 3 | test | 381 |
What is the total cost for 1+1/4 pounds of tortillas? | null | 12.50 | $ | null | French rolls | $10/pound
wheat rolls | $14/pound
hot dog buns | $20/pound
rye rolls | $9/pound
hamburger buns | $10/pound
tortillas | $10/pound
English muffins | $16/pound | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | Find the cost of the tortillas. Multiply the price per pound by the number of pounds.
$10 × 1\frac{1}{4} = $10 × 1.25 = $12.50
The total cost is $12.50. | free_text | decimal_number | 6 | test | 382 |
The Booneville Symphony categorizes its donors as gold, silver, or bronze depending on the amount donated. What fraction of donors are at the bronze level? Simplify your answer. | null | 96/223 | null | Donor levels | Donation level | Number of donors
Gold | 78
Bronze | 96
Silver | 49 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find how many donors are at the bronze level.
96
Find how many donors there are in total.
78 + 96 + 49 = 223
Divide 96 by223.
\frac{96}{223}
\frac{96}{223} of donors are at the bronze level. | free_text | decimal_number | 7 | test | 383 |
Hannah baked cookies each day for a bake sale. How many more cookies did Hannah bake on Saturday than on Sunday? | null | 18 | cookies | Cookies baked | Day | Number of cookies
Friday | 163
Saturday | 281
Sunday | 263 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find the numbers in the table.
Saturday: 281
Sunday: 263
Now subtract: 281 - 263 = 18.
Hannah baked 18 more cookies on Saturday. | free_text | integer_number | 3 | test | 384 |
How much money does Bruce need to buy a frying pan and 8 sets of forks? | null | 104.60 | $ | null | set of dishes | $97.65
frying pan | $22.84
set of forks | $10.22
soup pot | $58.55 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find the cost of 8 sets of forks.
$10.22 × 8 = $81.76
Now find the total cost.
$22.84 + $81.76 = $104.60
Bruce needs $104.60. | free_text | decimal_number | 8 | test | 385 |
For a math assignment, Christina researched the scores of the people competing on her favorite quiz show. How many people scored exactly 15 points? | null | 4 | people | Quiz show scores | Stem | Leaf
1 | 5, 5, 5, 5
2 | 2, 3, 4, 4, 5, 9
3 | 7
4 | 7
5 | 1, 3, 6, 6, 9 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | For the number 15, the stem is 1, and the leaf is 5. Find the row where the stem is 1. In that row, count all the leaves equal to 5.
You counted 4 leaves, which are blue in the stem-and-leaf plot above. 4 people scored exactly15 points. | free_text | integer_number | 6 | test | 386 |
Zeke has $23.00. Does he have enough to buy an apple pie and an apple tart? | [
"yes",
"no"
] | no | null | null | peach pie | $10.00
cherry pie | $14.00
apple tart | $12.00
carrot cake | $13.00
apple pie | $14.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 5 | 2 | Add the price of an apple pie and the price of an apple tart:
$14.00 + $12.00 = $26.00
$26.00 is more than $23.00. Zeke does not have enough money. | multi_choice | boolean_text | 5 | test | 387 |
A game show viewer monitors how often a wheel numbered 1 through 5 stops at each number. How many people spun a number less than 3? | null | 17 | null | Spinning a wheel numbered 1 through 5 | Number spun | Frequency
1 | 3
2 | 14
3 | 4
4 | 9
5 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the rows for 1 and 2. Add the frequencies for these rows.
Add:
3 + 14 = 17
17 people spun a number less than 3. | free_text | integer_number | 7 | test | 388 |
A farmer counted the number of apples on each tree in her orchard. How many trees have exactly 35 apples? | null | 2 | trees | Apples per tree | Stem | Leaf
3 | 5, 5, 8, 9
4 | 0, 3, 5, 7
5 |
6 |
7 | 1, 3
8 |
9 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 8 | 2 | For the number 35, the stem is 3, and the leaf is 5. Find the row where the stem is 3. In that row, count all the leaves equal to 5.
You counted 2 leaves, which are blue in the stem-and-leaf plot above. 2 trees have exactly 35 apples. | free_text | integer_number | 8 | test | 389 |
Riley likes watching the show Engineering Marvels. In last night's episode, the engineering team visited a tall skyscraper and a deep mine. A banner at the bottom of the screen showed the elevation of each location the team visited. Which location is closer to sea level? | [
"top of the skyscraper",
"bottom of the mine"
] | bottom of the mine | null | null | Location | Elevation (m)
Top of the skyscraper | 275
Bottom of the mine | -260 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 3 | 2 | The top of the skyscraper has a positive elevation, so it is above sea level. The bottom of the mine has a negative elevation, so it is below sea level.
To find the location closer to sea level, use absolute value. Absolute value tells you how far each location is from sea level.
Top of the skyscraper: |275| = 275
Bott... | multi_choice | extractive_text | 6 | test | 390 |
The school district compared how many swings each elementary school has. What is the mode of the numbers? | null | 7 | null | Swings | School | Number of swings
Hillside Elementary | 10
Newberry Elementary | 5
Canyon Elementary | 10
Jefferson Elementary | 5
Valley Elementary | 7
Lincoln Elementary | 7
Boyd Elementary | 7
Shoreline Elementary | 3 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 9 | 2 | Read the numbers from the table.
10, 5, 10, 5, 7, 7, 7, 3
First, arrange the numbers from least to greatest:
3, 5, 5, 7, 7, 7, 10, 10
Now count how many times each number appears.
3 appears 1 time.
5 appears 2 times.
7 appears 3 times.
10 appears 2 times.
The number that appears most often is 7.
The mode is 7. | free_text | integer_number | 8 | test | 391 |
How much money does Malia need to buy 7 ice cream cones? | null | 6.72 | $ | null | bagel | $0.50
bag of pretzels | $0.71
ice cream cone | $0.96
bag of potato chips | $0.99 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Find the total cost of 7 ice cream cones by multiplying 7 times the price of an ice cream cone.
$0.96 × 7 = $6.72
Malia needs $6.72. | free_text | decimal_number | 7 | test | 392 |
To figure out how many vacation days he had left to use, Darnell looked over his old calendars to figure out how many days of vacation he had taken each year. According to the table, what was the rate of change between 2009 and 2010? | null | 4 | vacation days per year | Vacation days taken by Darnell | Year | Vacation days
2009 | 16
2010 | 20
2011 | 15
2012 | 17
2013 | 16 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Plug the numbers into the formula for rate of change and simplify.
Rate of change
= \frac{change in value}{change in time}
= \frac{20 vacation days - 16 vacation days}{2010 - 2009}
= \frac{20 vacation days - 16 vacation days}{1 year}
= \frac{4 vacation days}{1 year}
= 4 vacation days per year
The rate of change be... | free_text | integer_number | 8 | test | 393 |
Irma has $122.00. How much money will Irma have left if she buys a book about Australia and a book about Europe? | null | 94 | $ | null | book about soccer | $13.00
book about art | $14.00
book about Australia | $11.00
book about Europe | $17.00
book about dogs | $18.00
book about South America | $22.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Find the total cost of a book about Australia and a book about Europe.
$11.00 + $17.00 = $28.00
Now subtract the total cost from the starting amount.
$122.00 - $28.00 = $94.00
Irma will have $94.00 left. | free_text | integer_number | 4 | test | 394 |
Sasha, a doctor's office receptionist, tracked the average waiting time at the office each month. According to the table, what was the rate of change between March and April? | null | -2 | minutes per month | Average waiting time at a doctor's office | Month | Waiting time (minutes)
March | 41
April | 39
May | 35
June | 29
July | 28 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Plug the numbers into the formula for rate of change and simplify.
Rate of change
= \frac{change in value}{change in time}
= \frac{39 minutes - 41 minutes}{1 month}
= \frac{-2 minutes}{1 month}
= -2 minutes per month
The rate of change between March and April was - 2 minutes per month. | free_text | integer_number | 7 | test | 395 |
Kathleen has $106.00. Does she have enough to buy a hedgehog and a tree frog? | [
"yes",
"no"
] | no | null | null | hedgehog | $92.32
chameleon | $96.60
scorpion | $65.25
tree frog | $18.89 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 4 | 2 | Add the price of a hedgehog and the price of a tree frog:
$92.32 + $18.89 = $111.21
$111.21 is more than $106.00. Kathleen does not have enough money. | multi_choice | boolean_text | 5 | test | 396 |
Gabriel has $94.50. Does he have enough to buy a toy rocket and a boomerang? | [
"yes",
"no"
] | no | null | null | model airplane | $36.57
board game | $16.50
toy rocket | $80.46
chess board | $14.05
toy piano | $11.13
boomerang | $14.33 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Add the price of a toy rocket and the price of a boomerang:
$80.46 + $14.33 = $94.79
$94.79 is more than $94.50. Gabriel does not have enough money. | multi_choice | boolean_text | 7 | test | 397 |
For a math assignment, Eva researched the scores of the people competing on her favorite quiz show. How many people scored exactly 41 points? | null | 0 | people | Quiz show scores | Stem | Leaf
4 | 4, 4, 6, 6, 9
5 | 0
6 | 4, 9
7 | 0, 1, 2, 2, 3, 7, 7
8 | 1, 9
9 | 0, 0, 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 7 | 2 | For the number 41, the stem is 4, and the leaf is 1. Find the row where the stem is 4. In that row, count all the leaves equal to 1.
You counted 0 leaves. 0 people scored exactly 41 points. | free_text | integer_number | 7 | test | 398 |
How much money does Rhianna need to buy a hedgehog and a finch? | null | 109.53 | $ | null | finch | $48.44
cockatoo | $58.86
pot-bellied pig | $26.30
hedgehog | $61.09
chinchilla | $39.24
chameleon | $63.10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A plant": null,
"A tent": null,
"A vegetarian diet": null,
"Acoustic guitar": null,
"Acrylic paint": null,
"Activity": null,
"Actor": null,
"Adult": null,
"Afternoon": null,
"Age (years)": null,
"Also ... | 6 | 2 | Add the price of a hedgehog and the price of a finch:
$61.09 + $48.44 = $109.53
Rhianna needs $109.53. | free_text | decimal_number | 5 | test | 399 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.