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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
If Kirk buys 4 kilograms of plum tomatoes and 5 kilograms of roma tomatoes, how much will he spend? | null | 14.82 | $ | null | roma tomatoes | $2.02/kg
cherry tomatoes | $1.66/kg
vine-ripened tomatoes | $2.13/kg
plum tomatoes | $1.18/kg
heirloom tomatoes | $2.26/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 ... | 5 | 2 | Find the cost of the plum tomatoes. Multiply:
$1.18 × 4 = $4.72
Find the cost of the roma tomatoes. Multiply:
$2.02 × 5 = $10.10
Now find the total cost by adding:
$4.72 + $10.10 = $14.82
He will spend $14.82. | free_text | decimal_number | 8 | test | 100 |
The elementary school art teacher wrote down how many flower pots each child painted last week. How many children painted at least 1 flower pot? | null | 16 | null | Painting flower pots | Flower pots painted | Frequency
0 | 13
1 | 8
2 | 6
3 | 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 ... | 5 | 2 | Find the rows for 1, 2, and 3 flower pots. Add the frequencies for these rows.
Add:
8 + 6 + 2 = 16
16 children painted at least 1 flower pot. | free_text | integer_number | 8 | test | 101 |
Some dealerships compared their vehicle sales. How many more vehicles did Cars of Pryor Falls sell than Truck Town? | null | 391 | vehicles | Vehicle sales | Dealership | Number of vehicles
Affordable Cars | 409
Cars of Pryor Falls | 567
RV City | 806
Truck Town | 176
Ben's Used Cars | 301 | {
"": 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.
Cars of Pryor Falls: 567
Truck Town: 176
Now subtract: 567 - 176 = 391.
Cars of Pryor Falls sold 391 more vehicles than Truck Town. | free_text | integer_number | 3 | test | 102 |
A food industry researcher compiled the revenues of several pizzerias. Which restaurant made less from pizzas, Pizzeria Italiano or The Real Chicago? | [
"Pizzeria Italiano",
"The Real Chicago"
] | Pizzeria Italiano | null | Pizza sales | Restaurant | Vegetarian pizzas | Cheese pizzas
Pizzeria Italiano | $9 | $7
Arnold's Pizzeria | $14 | $19
Dan's Deep Dish | $13 | $20
The Real Chicago | $12 | $13 | {
"": 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 | Add the numbers in the Pizzeria Italiano row. Then, add the numbers in the The Real Chicago row.
Pizzeria Italiano: $9.00 + $7.00 = $16.00
The Real Chicago: $12.00 + $13.00 = $25.00
$16.00 is less than $25.00. Pizzeria Italiano made less from pizzas. | multi_choice | extractive_text | 5 | test | 103 |
The shop teacher, Mr. Ortega, wrote down how many picture frames the students made last week. How many students made fewer than 3 picture frames? | null | 29 | null | Making picture frames | Picture frames made | Frequency
0 | 12
1 | 10
2 | 7
3 | 9
4 | 8
5 | 19 | {
"": 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 0, 1, and 2 picture frames. Add the frequencies for these rows.
Add:
12 + 10 + 7 = 29
29 students made fewer than 3 picture frames. | free_text | integer_number | 7 | test | 104 |
In a study on public parking, the director of transportation counted the number of cars in each of the city's parking lots. How many parking lots had at least 50 cars? | null | 19 | parking lots | Cars per parking lot | Stem | Leaf
5 | 0, 0, 4
6 | 0, 1, 5, 9
7 | 1, 3, 4, 6, 7, 9
8 | 1, 2, 4, 5, 7, 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 | 2 | Count all the leaves in the rows with stems 5, 6, 7, and 8.
You counted 19 leaves, which are blue in the stem-and-leaf plot above. 19 parking lots had at least 50 cars. | free_text | integer_number | 6 | test | 105 |
Anita buys 9/10 of a kilogram of catfish. How much does she spend? | null | 1.80 | $ | null | halibut | $4/kilogram
catfish | $2/kilogram
tuna | $4/kilogram
salmon | $2/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 ... | 4 | 2 | Find the cost of the catfish. Multiply the price per kilogram by the number of kilograms.
$2 × \frac{9}{10} = $2 × 0.9 = $1.80
She spends $1.80. | free_text | decimal_number | 6 | test | 106 |
Some friends discussed the sizes of their coin collections. What is the mode of the numbers? | null | 9 | null | Coin collections | Name | Number of coins
Raymond | 8
Bryan | 8
Austin | 10
Meg | 9
Zoe | 9
Sean | 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 ... | 7 | 2 | Read the numbers from the table.
8, 8, 10, 9, 9, 9
First, arrange the numbers from least to greatest:
8, 8, 9, 9, 9, 10
Now count how many times each number appears.
8 appears 2 times.
9 appears 3 times.
10 appears 1 time.
The number that appears most often is 9.
The mode is 9. | free_text | integer_number | 7 | test | 107 |
The teachers at a middle school counted how many computers they had in their classrooms. What is the range of the numbers? | null | 9 | null | Computers in classrooms | Teacher | Number of computers
Miss Murphy | 10
Mr. Lim | 8
Ms. Rojas | 8
Mr. Morales | 7
Mrs. Tan | 1
Mr. Schmidt | 1
Mrs. Jansen | 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 ... | 8 | 2 | Read the numbers from the table.
10, 8, 8, 7, 1, 1, 2
First, find the greatest number. The greatest number is 10.
Next, find the least number. The least number is 1.
Subtract the least number from the greatest number:
10 − 1 = 9
The range is 9. | free_text | integer_number | 7 | test | 108 |
Look at the following schedule. Which class begins at 9.50 A.M.? | [
"Health class",
"Math class",
"Biology class",
"Art class"
] | Health class | null | Class schedule | Subject | Begin | End
Math | 7:55 A.M. | 8:25 A.M.
Music | 8:35 A.M. | 9:45 A.M.
Health | 9:50 A.M. | 10:25 A.M.
English | 10:35 A.M. | 11:10 A.M.
Physics | 11:20 A.M. | 12:15 P.M.
Astronomy | 12:25 P.M. | 1:35 P.M.
Chemistry | 1:45 P.M. | 2:30 P.M.
Gym | 2:40 P.M. | 3:10 P.M.
Biology | 3:20 P.M. | 4:25 P.M.
Art | 4:30... | {
"": 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 ... | 11 | 3 | Find 9:50 A. M. on the schedule. Health class begins at 9:50 A. M. | multi_choice | other_text | 3 | test | 109 |
A donut shop recorded how many donuts it sold in the past 5 days. How many donuts in total did the shop sell on Tuesday and Wednesday? | null | 8,645 | donuts | Donuts sold | Day | Number of donuts
Tuesday | 7,399
Wednesday | 1,246
Thursday | 1,371
Friday | 1,568
Saturday | 1,394 | {
"": 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.
Tuesday: 7,399
Wednesday: 1,246
Now add: 7,399 + 1,246 = 8,645.
The shop sold 8,645 donuts on Tuesday and Wednesday. | free_text | integer_number | 3 | test | 110 |
David has $7.00. Does he have enough to buy a fish bowl and a dog leash? | [
"yes",
"no"
] | no | null | null | bag of birdseed | $5.00
fish bowl | $5.00
box of dog biscuits | $7.00
dog bowl | $8.00
dog leash | $4.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 fish bowl and the price of a dog leash:
$5.00 + $4.00 = $9.00
$9.00 is more than $7.00. David does not have enough money. | multi_choice | boolean_text | 3 | test | 111 |
Look at the following schedule. When does the weather demonstration end? | [
"4:10 P.M.",
"2:25 P.M.",
"5:10 P.M.",
"1:45 P.M."
] | 4:10 P.M. | null | Science museum schedule | Event | Begin | End
plant demonstration | 10:40 A.M. | 12:35 P.M.
train lecture | 12:05 P.M. | 2:25 P.M.
weather demonstration | 1:45 P.M. | 4:10 P.M.
nutrition lecture | 3:35 P.M. | 4:20 P.M.
medicine lecture | 3:45 P.M. | 4:30 P.M.
engine demonstration | 4:10 P.M. | 5:10 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 ... | 7 | 3 | Find the weather demonstration on the schedule. Find the end time for the weather demonstration.
weather demonstration: 4:10 P. M. | multi_choice | extractive_text | 3 | test | 112 |
A furniture store kept a record of how many couches it sold each day. What is the median of the numbers? | null | 7 | null | Couches sold | Day | Number of couches
Monday | 9
Tuesday | 6
Wednesday | 7
Thursday | 6
Friday | 4
Saturday | 9
Sunday | 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 ... | 8 | 2 | Read the numbers from the table.
9, 6, 7, 6, 4, 9, 9
First, arrange the numbers from least to greatest:
4, 6, 6, 7, 9, 9, 9
Now find the number in the middle.
4, 6, 6, 7, 9, 9, 9
The number in the middle is 7.
The median is 7. | free_text | integer_number | 6 | test | 113 |
Vicky, who has six different fruit trees growing in her yard, kept track of how many pieces of fruit she picked this year. What fraction of the pieces of fruit picked were lemons? Simplify your answer. | null | 23/173 | null | Pieces of fruit picked | Fruits | Pieces of fruit
Apples | 87
Lemons | 46
Oranges | 38
Persimmons | 87
Pears | 34
Plums | 54 | {
"": 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 how many lemons were picked.
46
Find how many pieces of fruit were picked in total.
87 + 46 + 38 + 87 + 34 + 54 = 346
Divide 46 by 346.
\frac{46}{346}
Reduce the fraction.
\frac{46}{346} → \frac{23}{173}
\frac{23}{173} of lemons were picked. | free_text | decimal_number | 7 | test | 114 |
Each year, the campers at Samuel's summer camp try to set that summer's record for finishing the obstacle course as quickly as possible. According to the table, what was the rate of change between 2009 and 2010? | null | 8 | minutes per year | Record obstacle course completion times | Year | Record time (minutes)
2008 | 22
2009 | 22
2010 | 30
2011 | 25
2012 | 23 | {
"": 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{30 minutes - 22 minutes}{2010 - 2009}
= \frac{30 minutes - 22 minutes}{1 year}
= \frac{8 minutes}{1 year}
= 8 minutes per year
The rate of change between 2009 and 2010 was 8 minutes pe... | free_text | integer_number | 7 | test | 115 |
The members of the local garden club tallied the number of plants in each person's garden. What is the smallest number of plants? | null | 30 | plants | Plants per garden | Stem | Leaf
3 | 0
4 | 0, 3
5 | 2, 6
6 | 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 ... | 5 | 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 3.
Now find the lowest leaf in the first row. The lowest leaf is 0.
The smallest number of plants has a stem of 3 and a leaf of 0. Write the stem first, then the leaf: 30.
The smallest number of plants i... | free_text | integer_number | 7 | test | 116 |
Keenan wrote down how many cups of lemonade he sold in the past 4 days. On which day did the stand sell the most lemonade? | [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
] | Monday | null | Cups of lemonade sold | Day | Number of cups
Monday | 39
Tuesday | 32
Wednesday | 37
Thursday | 34 | {
"": 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 39.
Now find the corresponding day. Monday corresponds to 39. | multi_choice | extractive_text | 2 | test | 117 |
Devin wrote down how many cups of lemonade he sold in the past 7 days. What is the median of the numbers? | null | 8 | null | Cups of lemonade sold | Day | Number of cups
Friday | 10
Saturday | 6
Sunday | 8
Monday | 8
Tuesday | 8
Wednesday | 9
Thursday | 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.
10, 6, 8, 8, 8, 9, 8
First, arrange the numbers from least to greatest:
6, 8, 8, 8, 8, 9, 10
Now find the number in the middle.
6, 8, 8, 8, 8, 9, 10
The number in the middle is 8.
The median is 8. | free_text | integer_number | 8 | test | 118 |
Belle spent a week at the beach and recorded the number of shells she found each day. According to the table, what was the rate of change between Friday and Saturday? | null | -1 | shells per day | Shells Belle found | Day | Number of shells
Tuesday | 6
Wednesday | 5
Thursday | 3
Friday | 6
Saturday | 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 | Plug the numbers into the formula for rate of change and simplify.
Rate of change
= \frac{change in value}{change in time}
= \frac{5 shells - 6 shells}{1 day}
= \frac{-1 shells}{1 day}
= -1 shells per day
The rate of change between Friday and Saturday was - 1 shells per day. | free_text | integer_number | 7 | test | 119 |
A juice shop tracked how many smoothies it sold in the past 4 days. On which day did the shop sell the fewest smoothies? | [
"Wednesday",
"Thursday",
"Friday",
"Saturday"
] | Wednesday | null | Smoothies sold | Day | Number of smoothies
Wednesday | 90
Thursday | 94
Friday | 98
Saturday | 93 | {
"": 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 90.
Now find the corresponding day. Wednesday corresponds to 90. | multi_choice | extractive_text | 2 | test | 120 |
To better understand library usage patterns, a librarian figured out how many books were checked out by some patrons last year. How many patrons checked out at least 2 books? | null | 42 | null | Checking out books from the library | Books checked out | Frequency
1 | 1
2 | 18
3 | 3
4 | 8
5 | 11
6 | 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 ... | 7 | 2 | Find the rows for 2, 3, 4, 5, and 6 books. Add the frequencies for these rows.
Add:
18 + 3 + 8 + 11 + 2 = 42
42 patrons checked out at least 2 books. | free_text | integer_number | 7 | test | 121 |
Look at the following schedule. When does the Tigers versus Wolves game end? | [
"1:35 P.M.",
"12:20 P.M.",
"2:25 P.M.",
"2:40 P.M."
] | 2:40 P.M. | null | Soccer tournament schedule | Game | Begin | End
Fire versus Blizzard | 10:10 A.M. | 11:40 A.M.
Lightning versus Coyotes | 10:50 A.M. | 12:20 P.M.
Hawks versus Jaguars | 12:05 P.M. | 1:35 P.M.
Cardinals versus Cobras | 12:55 P.M. | 2:25 P.M.
Tigers versus Wolves | 1:10 P.M. | 2:40 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 ... | 6 | 3 | Find the Tigers versus Wolves game on the schedule. Find the end time for the Tigers versus Wolves game.
Tigers versus Wolves: 2:40 P. M. | multi_choice | extractive_text | 3 | test | 122 |
Every year Westminster has a citywide relay and reports the winning times. According to the table, what was the rate of change between 2015 and 2016? | null | 6 | minutes per year | Winning relay times | Year | Winning time (minutes)
2012 | 39
2013 | 34
2014 | 36
2015 | 35
2016 | 41 | {
"": 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{41 minutes - 35 minutes}{2016 - 2015}
= \frac{41 minutes - 35 minutes}{1 year}
= \frac{6 minutes}{1 year}
= 6 minutes per year
The rate of change between 2015 and 2016 was 6 minutes pe... | free_text | integer_number | 8 | test | 123 |
Several students participated in a race. What is the mean of the numbers? | null | 46 | null | Race results | Runner | Time (minutes)
Krysta | 46
Aubrey | 44
Barbara | 49
Darnel | 47
Rebecca | 48
Evelyn | 45
Tanner | 42
Juan | 47 | {
"": 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.
46, 44, 49, 47, 48, 45, 42, 47
First, count how many numbers are in the group.
There are 8 numbers.
Now add all the numbers together:
46 + 44 + 49 + 47 + 48 + 45 + 42 + 47 = 368
Now divide the sum by the number of numbers:
368 ÷ 8 = 46
The mean is 46. | free_text | integer_number | 5 | test | 124 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | linear | null | null | x | y
16 | 2
17 | 1
18 | 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 | 125 |
Some friends discussed the sizes of their coin collections. How many more coins does Zack have than Derek? | null | 486 | coins | Coin collections | Name | Number of coins
Audrey | 136
Zack | 754
Derek | 268
Candice | 417 | {
"": 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.
Zack: 754
Derek: 268
Now subtract: 754 - 268 = 486.
Zack has 486 more coins. | free_text | integer_number | 3 | test | 126 |
The manager of a party supply store researched how many balloons it sold in the past 7 days. What is the median of the numbers? | null | 8 | null | Balloons sold | Day | Number of balloons
Thursday | 9
Friday | 5
Saturday | 5
Sunday | 10
Monday | 4
Tuesday | 9
Wednesday | 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.
9, 5, 5, 10, 4, 9, 8
First, arrange the numbers from least to greatest:
4, 5, 5, 8, 9, 9, 10
Now find the number in the middle.
4, 5, 5, 8, 9, 9, 10
The number in the middle is 8.
The median is 8. | free_text | integer_number | 6 | test | 127 |
In hopes of raising more funds for arts education, some parents in the Clarksville School District publicized the current per-student arts education budget. According to the table, what was the rate of change between 2008 and 2009? | null | 5 | $, per year | Clarksville arts education budget | Year | Per-student budget
2006 | $21
2007 | $29
2008 | $23
2009 | $28
2010 | $23 | {
"": 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{$28 - $23}{2009 - 2008}
= \frac{$28 - $23}{1 year}
= \frac{$5}{1 year}
= $5 per year
The rate of change between 2008 and 2009 was $5 per year. | free_text | integer_number | 7 | test | 128 |
Terrell purchased 3 pounds of blanched peanuts and 4 pounds of honey roasted peanuts. What was the total cost? | null | 23.64 | $ | null | blanched peanuts | $3.56/lb
salted peanuts | $1.30/lb
unsalted peanuts | $2.10/lb
honey roasted peanuts | $3.24/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 blanched peanuts. Multiply:
$3.56 × 3 = $10.68
Find the cost of the honey roasted peanuts. Multiply:
$3.24 × 4 = $12.96
Now find the total cost by adding:
$10.68 + $12.96 = $23.64
The total cost was $23.64. | free_text | decimal_number | 7 | test | 129 |
Every year Winchester has a citywide relay and reports the winning times. According to the table, what was the rate of change between 2016 and 2017? | null | 16 | minutes per year | Winning relay times | Year | Winning time (minutes)
2016 | 34
2017 | 50
2018 | 34
2019 | 45
2020 | 46 | {
"": 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{50 minutes - 34 minutes}{2017 - 2016}
= \frac{50 minutes - 34 minutes}{1 year}
= \frac{16 minutes}{1 year}
= 16 minutes per year
The rate of change between 2016 and 2017 was 16 minutes... | free_text | integer_number | 7 | test | 130 |
A publisher invited authors to write stories for a special anthology. How many authors wrote more than 3 stories? | null | 45 | null | Writing stories | Stories written | Frequency
1 | 3
2 | 4
3 | 14
4 | 13
5 | 12
6 | 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 ... | 7 | 2 | Find the rows for 4, 5, and 6 stories. Add the frequencies for these rows.
Add:
13 + 12 + 20 = 45
45 authors wrote more than 3 stories. | free_text | integer_number | 8 | test | 131 |
Sixth graders at Weston Middle School are taught in classes of various sizes. How many more students are in Mrs. South's class than Ms. North's class? | null | 10 | students | Sixth grade classes | Teacher | Boys | Girls
Mr. Center | 8 | 7
Ms. North | 19 | 4
Mrs. South | 17 | 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 ... | 4 | 3 | Add the numbers in the Mrs. South row. Then, add the numbers in the Ms. North row.
Mrs. South: 17 + 16 = 33
Ms. North: 19 + 4 = 23
Now subtract:
33 − 23 = 10
10 more students are in Mrs. South's class than Ms. North's class. | free_text | integer_number | 4 | test | 132 |
Shelley looked at the dates of the digital photos on her computer to find out how many she had taken in the past 5 days. What is the median of the numbers? | null | 2 | null | Photographs taken | Day | Number of photographs
Sunday | 2
Monday | 1
Tuesday | 7
Wednesday | 1
Thursday | 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 | Read the numbers from the table.
2, 1, 7, 1, 10
First, arrange the numbers from least to greatest:
1, 1, 2, 7, 10
Now find the number in the middle.
1, 1, 2, 7, 10
The number in the middle is 2.
The median is 2. | free_text | integer_number | 8 | test | 133 |
Each bracelet has 2 charms. How many charms are on 6 bracelets? | null | 12 | null | null | Number of bracelets | Number of charms
1 | 2
2 | 4
3 | 6
4 | 8
5 | 10
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 | Count by twos. Use the chart: there are 12 charms on 6 bracelets. | free_text | integer_number | 2 | test | 134 |
Tom has $24. Does he have enough to buy a beach towel and a pillow? | [
"yes",
"no"
] | yes | null | null | beach towel | $11
pillow | $12
fleece blanket | $16
yellow bath towel | $13 | {
"": 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 beach towel and the price of a pillow:
$11 + $12 = $23
$23 is less than $24. Tom does have enough money. | multi_choice | boolean_text | 3 | test | 135 |
How much more does a ham and cheese omelette cost than a breakfast burrito? | null | 2 | $ | null | poached eggs | $2.00
waffle with berries | $9.00
scrambled eggs | $6.00
ham and cheese omelette | $9.00
spinach omelette | $2.00
breakfast burrito | $7.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 | Subtract the price of a breakfast burrito from the price of a ham and cheese omelette.
$9.00 - $7.00 = $2.00
A ham and cheese omelette costs $2.00 more than a breakfast burrito. | free_text | integer_number | 4 | test | 136 |
While compiling photos for an album, Ken noted the number of photographs taken by each of his friends and family. How many people took fewer than 2 photographs? | null | 5 | null | Taking photographs | Photographs taken | Frequency
0 | 1
1 | 4
2 | 6
3 | 3
4 | 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 | Find the rows for 0 and 1 photograph. Add the frequencies for these rows.
Add:
1 + 4 = 5
5 people took fewer than 2 photographs. | free_text | integer_number | 7 | test | 137 |
A journalist attended a crossword puzzle competition which attracts contestants from different countries. The competition ends when a contestant has accurately completed five different crossword puzzles. For his story, the journalist recorded the home country and final score of each contestant. What is the probability ... | null | 1/4 | null | null | | Argentina | Brazil
80 points | 2 | 4
85 points | 4 | 6 | {
"": [
"80 points",
"85 points"
],
"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": nul... | 3 | 3 | Let A be the event "the contestant scored exactly 85 points" and B be the event "the contestant is from Argentina".
To find the probability that a contestant scored exactly 85 points and is from Argentina, first identify the sample space and the event.
The outcomes in the sample space are the different contestants. Eac... | free_text | decimal_number | 8 | test | 138 |
Use the data to answer the question below. Is the following statement about our solar system true or false? The volume of Earth is more than ten times the volume of Mercury. | [
"true",
"false"
] | true | null | Planet Volume (km3) Primary composition | Mercury | 6.08 x | 1010 rock
Venus | 9.28 x | 1011 rock
Earth | 1.08 x | 1012 rock
Mars | 1.63 x | 1011 rock
Jupiter | 1.43 x | 1015 gas
Saturn | 8.27 x | 1014 gas
Uranus | 6.83 x | 1013 ice
Neptune | 6.25 x | 1013 ice | {
"": 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 | 3 | To determine if this statement is true, calculate the value of ten times the volume of Mercury.
6.08 x10^10 · 10^1
= 6.08 x10^11 km^3
Then compare the result to the volume of Earth. The volume of Earth is 1.08 x10^12 km^3, which is greater than 6.08 x10^11 km^3. So, the volume of Earth is more than ten times the vol... | multi_choice | boolean_text | 8 | test | 139 |
In a study on public parking, the director of transportation counted the number of cars in each of the city's parking lots. What is the largest number of cars? | null | 79 | cars | Cars per parking lot | Stem | Leaf
2 | 0, 3
3 | 7
4 | 1, 6, 9
5 | 4, 4, 5
6 | 2, 4
7 | 2, 5, 5, 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 ... | 7 | 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 7.
Now find the highest leaf in the last row. The highest leaf is 9.
The largest number of cars has a stem of 7 and a leaf of 9. Write the stem first, then the leaf: 79.
The largest number of cars is 79 ca... | free_text | integer_number | 4 | test | 140 |
How much money does Alvin need to buy a small stuffed otter, a palm tree magnet, and a souvenir spoon? | null | 1.69 | $ | null | souvenir spoon | $0.23
palm tree magnet | $0.99
beach postcard | $0.19
small stuffed otter | $0.47
shell necklace | $0.72
souvenir thimble | $0.66 | {
"": 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 small stuffed otter, a palm tree magnet, and a souvenir spoon.
$0.47 + $0.99 + $0.23 = $1.69
Alvin needs $1.69. | free_text | decimal_number | 4 | test | 141 |
A farmer wrote down how many kilograms of cherries were sold in the past 6 days. What is the mode of the numbers? | null | 7 | null | Cherries sold | Day | Kilograms
Wednesday | 8
Thursday | 7
Friday | 7
Saturday | 7
Sunday | 10
Monday | 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 ... | 7 | 2 | Read the numbers from the table.
8, 7, 7, 7, 10, 8
First, arrange the numbers from least to greatest:
7, 7, 7, 8, 8, 10
Now count how many times each number appears.
7 appears 3 times.
8 appears 2 times.
10 appears 1 time.
The number that appears most often is 7.
The mode is 7. | free_text | integer_number | 8 | test | 142 |
An author kept a log of how many pages he wrote in the past 5 days. What is the mean of the numbers? | null | 3 | null | Pages written | Day | Number of pages
Wednesday | 2
Thursday | 1
Friday | 7
Saturday | 0
Sunday | 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 | Read the numbers from the table.
2, 1, 7, 0, 5
First, count how many numbers are in the group.
There are 5 numbers.
Now add all the numbers together:
2 + 1 + 7 + 0 + 5 = 15
Now divide the sum by the number of numbers:
15 ÷ 5 = 3
The mean is 3. | free_text | integer_number | 7 | test | 143 |
The school district compared how many math teachers each high school has. What is the range of the numbers? | null | 7 | null | Math teachers | High school | Number of math teachers
Moore High | 5
Washington High | 4
Thompson High | 4
Hillview High | 2
Cedar High | 5
Lincoln High | 3
River High | 5
Green High | 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 ... | 9 | 2 | Read the numbers from the table.
5, 4, 4, 2, 5, 3, 5, 9
First, find the greatest number. The greatest number is 9.
Next, find the least number. The least number is 2.
Subtract the least number from the greatest number:
9 − 2 = 7
The range is 7. | free_text | integer_number | 7 | test | 144 |
Each van has 2 people. How many people are in 3 vans? | null | 6 | null | null | Number of vans | Number of people
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 people in 3 vans. | free_text | integer_number | 2 | test | 145 |
Brett counted the number of pieces of pepperoni on each pizza he made. How many pizzas had at least 30 pieces of pepperoni but fewer than 50 pieces of pepperoni? | null | 10 | pizzas | Pieces of pepperoni per pizza | Stem | Leaf
1 | 1, 2, 5, 5, 6, 6, 6, 7, 8, 9
2 | 3, 3, 4, 5, 6
3 | 3, 4, 4, 5, 8
4 | 1, 3, 6, 7, 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 ... | 5 | 2 | Count all the leaves in the rows with stems 3 and 4.
You counted 10 leaves, which are blue in the stem-and-leaf plot above. 10 pizzas had at least 30 pieces of pepperoni but fewer than 50 pieces of pepperoni. | free_text | integer_number | 6 | test | 146 |
Addison has $0.17. How much money will Addison have left if she buys a pearl bead and an orange and yellow striped bead? | null | 0.06 | $ | null | pink striped glass bead | $0.05
long red bead | $0.07
pearl bead | $0.05
orange and yellow striped bead | $0.06
shiny red bead | $0.09 | {
"": 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 pearl bead and an orange and yellow striped bead.
$0.05 + $0.06 = $0.11
Now subtract the total cost from the starting amount.
$0.17 - $0.11 = $0.06
Addison will have $0.06 left. | free_text | decimal_number | 4 | test | 147 |
Isaac's classmates revealed how many science articles they read. What is the mean of the numbers? | null | 8 | null | Science articles read | Name | Number of science articles
Isaac | 7
Hector | 6
Edna | 9
Braden | 7
Ross | 10
Joel | 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 ... | 7 | 2 | Read the numbers from the table.
7, 6, 9, 7, 10, 9
First, count how many numbers are in the group.
There are 6 numbers.
Now add all the numbers together:
7 + 6 + 9 + 7 + 10 + 9 = 48
Now divide the sum by the number of numbers:
48 ÷ 6 = 8
The mean is 8. | free_text | integer_number | 6 | test | 148 |
Diane's Candies has been studying how much chocolate people have been eating in different countries. How much chocolate was consumed per capita in Germany in 2005? | null | 11 | kg | Chocolate consumption per capita (kg) | Country | 2002 | 2005
Poland | 3 | 4
Germany | 10 | 11
Denmark | 9 | 8
Australia | 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 | First, find the row for Germany. Then find the number in the 2005 column.
This number is 11. In 2005, people in Germany consumed 11 kilograms of chocolate per capita. | free_text | integer_number | 5 | test | 149 |
How much more does a book about Asia cost than a book about snakes? | null | 1 | $ | null | book about snakes | $19.00
book about Europe | $25.00
book about art | $21.00
book about Asia | $20.00
book about helicopters | $11.00
book about basketball | $25.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 | Subtract the price of a book about snakes from the price of a book about Asia.
$20.00 - $19.00 = $1.00
A book about Asia costs $1.00 more than a book about snakes. | free_text | integer_number | 7 | test | 150 |
How much money does Larry need to buy a sheet of bright yellow paper and a piece of polka-dotted paper? | null | 0.08 | $ | null | pale purple note card | $0.06
sheet of bright yellow paper | $0.06
piece of polka-dotted paper | $0.02
bright blue note card | $0.02
orange envelope | $0.08
sheet of shiny silver paper | $0.09 | {
"": 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 sheet of bright yellow paper and the price of a piece of polka-dotted paper:
$0.06 + $0.02 = $0.08
Larry needs $0.08. | free_text | decimal_number | 5 | test | 151 |
Worried about going over his storage limit, Herman monitored the number of undeleted voicemail messages stored on his phone each day. According to the table, what was the rate of change between Tuesday and Wednesday? | null | 4 | voicemail messages per day | Voicemail messages on Herman's phone | Day | Voicemail messages
Sunday | 16
Monday | 6
Tuesday | 11
Wednesday | 15
Thursday | 19 | {
"": 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 voicemail messages - 11 voicemail messages}{1 day}
= \frac{4 voicemail messages}{1 day}
= 4 voicemail messages per day
The rate of change between Tuesday and Wednesday was 4 voicemai... | free_text | integer_number | 7 | test | 152 |
The financial aid office at Carter University produced an internal report on the number of students receiving scholarships. According to the table, what was the rate of change between 2010 and 2011? | null | 8 | students per year | Students receiving scholarships | Year | Students
2008 | 42
2009 | 43
2010 | 41
2011 | 49
2012 | 48 | {
"": 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{49 students - 41 students}{2011 - 2010}
= \frac{49 students - 41 students}{1 year}
= \frac{8 students}{1 year}
= 8 students per year
The rate of change between 2010 and 2011 was 8 stud... | free_text | integer_number | 7 | test | 153 |
A pair of Washington High School hockey fans counted the number of games won by the school each year. According to the table, what was the rate of change between 2017 and 2018? | null | 7 | games per year | Hockey games won by Washington High | Year | Games won
2017 | 1
2018 | 8
2019 | 17
2020 | 20
2021 | 19 | {
"": 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{8 games - 1 game}{2018 - 2017}
= \frac{8 games - 1 game}{1 year}
= \frac{7 games}{1 year}
= 7 games per year
The rate of change between 2017 and 2018 was 7 games per year. | free_text | integer_number | 8 | test | 154 |
A biologist recorded the number of birds at lakes in Sparrowtown. Which lake has the most geese? | [
"Spring Lake",
"Blue Lake",
"Long Lake",
"Fog Lake"
] | Fog Lake | null | Birds in local lakes | Lake | Geese | Swans
Blue Lake | 10 | 5
Long Lake | 10 | 6
Fog Lake | 14 | 11
Spring Lake | 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 | 3 | Look at the numbers in the Geese column. Find the greatest number in this column.
The greatest number is 14, which is in the Fog Lake row. Fog Lake has the most geese. | multi_choice | extractive_text | 5 | test | 155 |
Look at this table. Is this relation a function? | [
"yes",
"no"
] | yes | null | null | x | y
13 | 6
5 | 2
10 | 14 | {
"": 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 | 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 | 156 |
A soccer coach asked the members of his team how many times they played soccer last week. How many people played soccer fewer than 2 times? | null | 34 | null | Playing soccer last week | Times played | Frequency
0 | 16
1 | 18
2 | 5
3 | 10
4 | 9
5 | 14 | {
"": 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 0 and 1 time. Add the frequencies for these rows.
Add:
16 + 18 = 34
34 people played soccer fewer than 2 times. | free_text | integer_number | 7 | test | 157 |
Mrs. Herrera, the biology teacher, asked her students how many times they went to the science museum last year. How many students went to the science museum at least 4 times? | null | 19 | null | Trips to the science museum last year | Number of trips | Frequency
0 | 12
1 | 7
2 | 13
3 | 15
4 | 14
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 rows for 4 and 5 times. Add the frequencies for these rows.
Add:
14 + 5 = 19
19 students went to the science museum at least 4 times. | free_text | integer_number | 8 | test | 158 |
Grayson's Candies has been studying how much chocolate people have been eating in different countries. Which country consumed the most chocolate per capita in 2002? | [
"Norway",
"Sweden",
"Germany",
"Poland"
] | Germany | null | Chocolate consumption per capita (kg) | Country | 2002 | 2005
Norway | 8 | 9
Sweden | 8 | 7
Germany | 10 | 11
Poland | 3 | 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 | 3 | Look at the numbers in the 2002 column. Find the greatest number in this column.
The greatest number is 10, which is in the Germany row. Germany consumed the most chocolate per capita in 2002. | multi_choice | extractive_text | 4 | test | 159 |
Will has $141. Does he have enough to buy a fountain and an iron bench? | [
"yes",
"no"
] | no | null | null | iron bench | $55
lawn chair | $11
fountain | $94
rosebush | $35 | {
"": 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 fountain and the price of an iron bench:
$94 + $55 = $149
$149 is more than $141. Will does not have enough money. | multi_choice | boolean_text | 3 | test | 160 |
How much money does Sue need to buy 3 green dresses and 2 yellow dresses? | null | 199 | $ | null | green dress | $33.00
winter jacket | $28.00
pair of sweat pants | $16.00
pair of tennis shoes | $10.00
pair of boots | $10.00
yellow dress | $50.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 cost of 3 green dresses.
$33.00 × 3 = $99.00
Find the cost of 2 yellow dresses.
$50.00 × 2 = $100.00
Now find the total cost.
$99.00 + $100.00 = $199.00
Sue needs $199.00. | free_text | integer_number | 7 | test | 161 |
A food critic counted the number of menu items at each restaurant in town. What is the smallest number of menu items? | null | 11 | menu items | Menu items per restaurant | Stem | Leaf
1 | 1
2 | 5
3 | 9
4 |
5 | 2
6 |
7 | 7
8 | 9
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 ... | 10 | 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 1.
The smallest number of menu items has a stem of 1 and a leaf of 1. Write the stem first, then the leaf: 11.
The smallest number of menu... | free_text | integer_number | 7 | test | 162 |
Sofia has $1.50. Does she have enough to buy a small box of paper clips and a pink eraser? | [
"yes",
"no"
] | no | null | null | thin blue marker | $0.85
small box of paper clips | $0.97
pink eraser | $0.67
black pen | $0.59 | {
"": 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 small box of paper clips and the price of a pink eraser:
$0.97 + $0.67 = $1.64
$1.64 is more than $1.50. Sofia does not have enough money. | multi_choice | boolean_text | 3 | test | 163 |
An athlete counted how many autographs he signed each day. What is the range of the numbers? | null | 6 | null | Autographs signed | Day | Number of autographs
Saturday | 7
Sunday | 9
Monday | 7
Tuesday | 8
Wednesday | 9
Thursday | 6
Friday | 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 ... | 8 | 2 | Read the numbers from the table.
7, 9, 7, 8, 9, 6, 3
First, find the greatest number. The greatest number is 9.
Next, find the least number. The least number is 3.
Subtract the least number from the greatest number:
9 − 3 = 6
The range is 6. | free_text | integer_number | 8 | test | 164 |
A bakery recorded how many cupcakes it sold in the past 4 days. On which day did the bakery sell the most cupcakes? | [
"Monday",
"Tuesday",
"Wednesday",
"Thursday"
] | Tuesday | null | Cupcakes sold | Day | Number of cupcakes
Monday | 815
Tuesday | 881
Wednesday | 858
Thursday | 851 | {
"": 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 881.
Now find the corresponding day. Tuesday corresponds to 881. | multi_choice | extractive_text | 2 | test | 165 |
A concession stand worker at the movie theater looked up how many bags of popcorn were sold in the past 7 days. What is the median of the numbers? | null | 4 | null | Bags of popcorn sold | Day | Number of bags of popcorn
Saturday | 6
Sunday | 6
Monday | 0
Tuesday | 8
Wednesday | 4
Thursday | 2
Friday | 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 ... | 8 | 2 | Read the numbers from the table.
6, 6, 0, 8, 4, 2, 3
First, arrange the numbers from least to greatest:
0, 2, 3, 4, 6, 6, 8
Now find the number in the middle.
0, 2, 3, 4, 6, 6, 8
The number in the middle is 4.
The median is 4. | free_text | integer_number | 6 | test | 166 |
Clara has $13.50. Does she have enough to buy a white polo shirt and a long-sleeved shirt? | [
"yes",
"no"
] | no | null | null | long-sleeved shirt | $6.45
white polo shirt | $7.24
denim skirt | $6.99
pair of sweat pants | $7.43 | {
"": 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 white polo shirt and the price of a long-sleeved shirt:
$7.24 + $6.45 = $13.69
$13.69 is more than $13.50. Clara does not have enough money. | multi_choice | boolean_text | 7 | test | 167 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | nonlinear | null | null | x | y
0 | 14
1 | 11
2 | 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 ... | 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 | 168 |
At their family reunion, the Arnold family recorded everyone's age. How many people are exactly 24 years old? | null | 2 | people | Ages | Stem | Leaf
1 | 6
2 | 4, 4
3 |
4 | 0, 3, 7
5 |
6 | 1, 4
7 |
8 | 2
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 ... | 10 | 2 | For the number 24, the stem is 2, and the leaf is 4. Find the row where the stem is 2. In that row, count all the leaves equal to 4.
You counted 2 leaves, which are blue in the stem-and-leaf plot above. 2 people are exactly24 years old. | free_text | integer_number | 5 | test | 169 |
Brooke has $0.12. Does she have enough to buy a piece of green slate and a smooth piece of marble? | [
"yes",
"no"
] | no | null | null | smooth piece of marble | $0.06
piece of fool's gold | $0.03
piece of green slate | $0.07
piece of smoky quartz | $0.09
quartz crystal | $0.08 | {
"": 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 piece of green slate and the price of a smooth piece of marble:
$0.07 + $0.06 = $0.13
$0.13 is more than $0.12. Brooke does not have enough money. | multi_choice | boolean_text | 3 | test | 170 |
Brooke has $0.07. Does she have enough to buy a duck stamp and a robot stamp? | [
"yes",
"no"
] | no | null | null | robot stamp | $0.08
coyote stamp | $0.06
duck stamp | $0.01
piece of bubble wrap | $0.03
rose stamp | $0.04
flag stamp | $0.08 | {
"": 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 duck stamp and the price of a robot stamp:
$0.01 + $0.08 = $0.09
$0.09 is more than $0.07. Brooke does not have enough money. | multi_choice | boolean_text | 3 | test | 171 |
The gym teacher wrote down how many tennis balls his students hit in half an hour. Which student hit the most tennis balls? | [
"Porter",
"Bert",
"Emilia",
"Dana"
] | Dana | null | Hitting tennis balls | Name | Number of tennis balls
Porter | 226
Bert | 269
Emilia | 292
Dana | 296 | {
"": 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 296.
Now find the corresponding name. Dana corresponds to 296. | multi_choice | extractive_text | 2 | test | 172 |
Look at the table. Then answer the question. At a price of $1,200, is there a shortage or a surplus? | [
"shortage",
"surplus"
] | surplus | null | null | Price | Quantity demanded | Quantity supplied
$860 | 18,900 | 8,600
$1,030 | 15,900 | 11,800
$1,200 | 12,900 | 15,000
$1,370 | 9,900 | 18,200
$1,540 | 6,900 | 21,400 | {
"": 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,200, 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 | 173 |
Each shelf has 2 cups. How many cups are on 4 shelves? | null | 8 | cups | null | Number of shelves | Number of cups
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 cups on 4 shelves. | free_text | integer_number | 1 | test | 174 |
Sandeep, a huge fan, tracked the scores on his favorite radio quiz show. How many people scored at least 3? | null | 51 | null | Scores on a radio quiz show | Score | Frequency
0 | 4
1 | 12
2 | 6
3 | 16
4 | 20
5 | 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 ... | 7 | 2 | Find the rows for 3, 4, and 5. Add the frequencies for these rows.
Add:
16 + 20 + 15 = 51
51 people scored at least 3. | free_text | integer_number | 8 | test | 175 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | linear | null | null | x | y
9 | 7
10 | 11
11 | 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 ... | 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 | 176 |
How much money does Marshall need to buy a map of the world and a mystery novel? | null | 8.23 | $ | null | math book | $7.32
airplane calendar | $9.08
cat calendar | $9.15
photo album | $9.61
map of the world | $3.46
mystery novel | $4.77 | {
"": 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 map of the world and the price of a mystery novel:
$3.46 + $4.77 = $8.23
Marshall needs $8.23. | free_text | decimal_number | 5 | test | 177 |
Leslie wrote down how many spelling words she practiced each day. What is the median of the numbers? | null | 8 | null | Spelling words practiced | Day | Number of spelling words
Tuesday | 8
Wednesday | 10
Thursday | 10
Friday | 6
Saturday | 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 | Read the numbers from the table.
8, 10, 10, 6, 5
First, arrange the numbers from least to greatest:
5, 6, 8, 10, 10
Now find the number in the middle.
5, 6, 8, 10, 10
The number in the middle is 8.
The median is 8. | free_text | integer_number | 8 | test | 178 |
While doing a project for P. E. class, Sharon researched the number of athletes competing in an international sporting event. How many countries have at least 27 athletes? | null | 16 | null | Athletes per country | Stem | Leaf
1 | 1
2 | 8, 9
3 | 3, 9
4 | 6
5 | 6, 8, 8
6 | 0, 6, 8
7 | 3, 5, 7, 8
8 | 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 ... | 9 | 2 | Find the row with stem 2. Count all the leaves greater than or equal to 7.
Count all the leaves in the rows with stems 3, 4, 5, 6, 7, and 8.
You counted 16 leaves, which are blue in the stem-and-leaf plots above. 16 countries have at least 27 athletes. | free_text | integer_number | 4 | test | 179 |
A hot dog stand kept track of the number of hot dogs sold each day. On which day did the stand sell the fewest hot dogs? | [
"Saturday",
"Sunday",
"Monday",
"Tuesday"
] | Sunday | null | Hot dogs sold | Day | Number of hot dogs
Saturday | 47
Sunday | 41
Monday | 45
Tuesday | 43 | {
"": 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 41.
Now find the corresponding day. Sunday corresponds to 41. | multi_choice | extractive_text | 2 | test | 180 |
A stock broker followed the stock prices of a certain set of companies. How much did Houston Sporting Goods's stock cost on Wednesday? | null | 20 | $ | Stock prices | Company | Wednesday | Thursday
Watson and Partners | $13 | $2
Computer Data Company | $11 | $19
Houston Sporting Goods | $20 | $19
White and Company | $8 | $6
Jonas Incorporated | $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 ... | 6 | 3 | First, find the row for Houston Sporting Goods. Then find the number in the Wednesday column.
This number is $20.00. Houston Sporting Goods's stock cost $20 on Wednesday. | free_text | integer_number | 4 | test | 181 |
For a class assignment, Ian wanted to study whether or not the color of a person's car correlates with the color of his or her hair. He spent an hour at a stoplight recording the color of each car that passed and the hair color of its driver. What is the probability that a randomly selected driver has a red car and has... | null | 2/9 | null | null | | Red hair | Blonde hair
Red car | 5 | 4
Blue car | 7 | 2 | {
"": [
"Red car",
"Blue car"
],
"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 driver has a red car" and B be the event "the driver has blonde hair".
To find the probability that a driver has a red car and has blonde hair, first identify the sample space and the event.
The outcomes in the sample space are the different drivers. Each driver is equally likely to be selected,... | free_text | decimal_number | 8 | test | 182 |
How much money does Erica need to buy 5 pairs of designer shoes? | null | 23,690 | $ | null | designer handbag | $3,238.00
designer watch | $1,024.00
pair of designer shoes | $4,738.00
designer ball gown | $3,907.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 5 pairs of designer shoes by multiplying 5 times the price of a pair of designer shoes.
$4,738.00 × 5 = $23,690.00
Erica needs $23,690.00. | free_text | integer_number | 8 | test | 183 |
For a science fair project, Omar tracked the temperature each day. What is the lowest temperature? | null | 11 | °C | Daily temperatures (°C) | Stem | Leaf
1 | 1, 2, 2, 4, 5, 6, 8, 9
2 | 0, 1, 4, 5, 8
3 | 1, 2, 2, 5, 7, 7, 9
4 | 0, 2, 2, 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 ... | 5 | 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 1.
The lowest temperature has a stem of 1 and a leaf of 1. Write the stem first, then the leaf: 11.
The lowest temperature is 11°C. | free_text | integer_number | 7 | test | 184 |
Mary went on a bird watching trip and jotted down the number of birds she saw each day. What is the mode of the numbers? | null | 58 | null | Number of birds | Day | Number of birds
Friday | 58
Saturday | 58
Sunday | 63
Monday | 58
Tuesday | 63 | {
"": 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.
58, 58, 63, 58, 63
First, arrange the numbers from least to greatest:
58, 58, 58, 63, 63
Now count how many times each number appears.
58 appears 3 times.
63 appears 2 times.
The number that appears most often is 58.
The mode is 58. | free_text | integer_number | 5 | test | 185 |
Look at the table. Then answer the question. At a price of $345, is there a shortage or a surplus? | [
"shortage",
"surplus"
] | surplus | null | null | Price | Quantity demanded | Quantity supplied
$155 | 6,900 | 8,500
$345 | 6,200 | 10,400
$535 | 5,500 | 12,300
$725 | 4,800 | 14,200
$915 | 4,100 | 16,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 ... | 6 | 3 | At the price of $345, 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 | 186 |
A school district compared how many students attend each elementary school. Which school has the fewest students? | [
"West Elementary",
"Pine Elementary",
"Douglas Elementary",
"Canyon Elementary"
] | Pine Elementary | null | Elementary school attendance | School | Number of students
West Elementary | 339
Pine Elementary | 312
Douglas Elementary | 321
Canyon Elementary | 313 | {
"": 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 312.
Now find the corresponding school. Pine Elementary corresponds to 312. | multi_choice | extractive_text | 2 | test | 187 |
The fifth-grade teachers at Pineview Elementary are planning a party for the end of the year. They asked their students to vote for their favorite treat. The teachers recorded the votes in a frequency chart. How many more students voted for the most popular treat than the least popular treat? | null | 27 | more students | Party treats | Treat | Frequency
ice pops | 32
pizza | 46
popcorn | 19
cupcakes | 42 | {
"": 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 | Step 1: Find the most popular treat and the least popular treat.
The greatest number in the frequency chart is 46. The smallest number in the frequency chart is 19.
So, the most popular treat is pizza and the least popular is popcorn.
Step 2: Find how many more students voted for pizza than popcorn.
46 students voted f... | free_text | integer_number | 5 | test | 188 |
Reagan wrote down how many glasses of water she drank during the past 6 days. What is the mean of the numbers? | null | 6 | null | Glasses of water | Day | Number of glasses
Sunday | 6
Monday | 3
Tuesday | 8
Wednesday | 5
Thursday | 7
Friday | 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.
6, 3, 8, 5, 7, 7
First, count how many numbers are in the group.
There are 6 numbers.
Now add all the numbers together:
6 + 3 + 8 + 5 + 7 + 7 = 36
Now divide the sum by the number of numbers:
36 ÷ 6 = 6
The mean is 6. | free_text | integer_number | 6 | test | 189 |
Each tool box has 10 tape measures. How many tape measures are in 3 tool boxes? | null | 30 | null | null | Number of tool boxes | Number of tape measures
1 | 10
2 | 20
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 tens. Use the chart: there are 30 tape measures in 3 tool boxes. | free_text | integer_number | 2 | test | 190 |
How much would it cost to buy 4 pounds of quick oatmeal ? | null | 5.88 | $ | null | granola | $0.64/lb
instant oatmeal | $1.15/lb
quick oatmeal | $1.47/lb
old-fashioned oatmeal | $0.74/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 quick oatmeal. Multiply the price per pound by the number of pounds.
$1.47 × 4 = $5.88
It would cost $5.88. | free_text | decimal_number | 8 | test | 191 |
A juice shop tracked how many smoothies it sold in the past 4 days. On which day did the shop sell the fewest smoothies? | [
"Saturday",
"Sunday",
"Monday",
"Tuesday"
] | Sunday | null | Smoothies sold | Day | Number of smoothies
Saturday | 84
Sunday | 83
Monday | 85
Tuesday | 87 | {
"": 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 83.
Now find the corresponding day. Sunday corresponds to 83. | multi_choice | extractive_text | 2 | test | 192 |
The owner of a plant nursery wrote down the number of roses on each bush. How many bushes have at least 80 roses but fewer than 100 roses? | null | 3 | null | Roses per bush | Stem | Leaf
3 | 1, 1
4 | 1, 3, 9
5 |
6 | 0
7 | 3
8 | 4, 6
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 | Count all the leaves in the rows with stems 8 and 9.
You counted 3 leaves, which are blue in the stem-and-leaf plot above. 3 bushes have at least 80 roses but fewer than 100 roses. | free_text | integer_number | 4 | test | 193 |
For a math assignment, Josiah researched the scores of the people competing on his favorite quiz show. How many people scored exactly 40 points? | null | 1 | people | Quiz show scores | Stem | Leaf
1 | 0, 2
2 | 0
3 | 1, 1
4 | 0, 1, 8, 8
5 | 5, 8
6 | 2, 4, 5
7 | 4, 6, 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 ... | 8 | 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 1 leaf, which is blue in the stem-and-leaf plot above. 1 person scored exactly 40 points. | free_text | integer_number | 7 | test | 194 |
Several people compared how many Web pages they had visited. What is the range of the numbers? | null | 7 | null | Web pages visited | Person | Number of Web pages
Frank | 61
Haley | 57
Cindy | 62
Ellie | 63
Kayla | 56
Reagan | 61
Nora | 58 | {
"": 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.
61, 57, 62, 63, 56, 61, 58
First, find the greatest number. The greatest number is 63.
Next, find the least number. The least number is 56.
Subtract the least number from the greatest number:
63 − 56 = 7
The range is 7. | free_text | integer_number | 5 | test | 195 |
A researcher recorded the number of cows on each farm in the county. How many farms have exactly 54 cows? | null | 2 | farms | Cows per farm | Stem | Leaf
1 | 0, 7, 9
2 | 7
3 | 2, 8
4 | 9
5 | 4, 4
6 |
7 |
8 | 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 ... | 9 | 2 | For the number 54, the stem is 5, and the leaf is 4. Find the row where the stem is 5. In that row, count all the leaves equal to 4.
You counted 2 leaves, which are blue in the stem-and-leaf plot above. 2 farms have exactly 54 cows. | free_text | integer_number | 7 | test | 196 |
Ava has $13,906.00. Does she have enough to buy a designer handbag and a designer coat? | [
"yes",
"no"
] | no | null | null | pair of designer shoes | $7,759.00
designer coat | $5,950.00
designer handbag | $8,180.00
designer ball gown | $8,585.00
designer watch | $3,232.00
pair of designer boots | $5,839.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 designer handbag and the price of a designer coat:
$8,180.00 + $5,950.00 = $14,130.00
$14,130.00 is more than $13,906.00. Ava does not have enough money. | multi_choice | boolean_text | 8 | test | 197 |
Every summer, Jonathan goes on a week-long canoe trip with his childhood camp friends. After the trip, he usually purchases some oars from the destination city. His collection of oars is organized by year and type of wood. What is the probability that a randomly selected oar was purchased in 2010 and was made from ash ... | null | 3/19 | null | null | | Spruce wood | Ash wood
2010 | 4 | 3
2011 | 6 | 6 | {
"": [
"2010",
"2011"
],
"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 ... | 3 | 3 | Let A be the event "the oar was purchased in 2010" and B be the event "the oar was made from ash wood".
To find the probability that a oar was purchased in 2010 and was made from ash wood, first identify the sample space and the event.
The outcomes in the sample space are the different oars. Each oar is equally likely ... | free_text | decimal_number | 8 | test | 198 |
How much money does Rob need to buy 3 blue glass beads? | null | 2.16 | $ | null | brown cat's eye bead | $0.31
white bead with black spots | $0.58
green emerald bead | $0.45
bead with green and blue swirls | $0.18
blue glass bead | $0.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 3 blue glass beads by multiplying 3 times the price of a blue glass bead.
$0.72 × 3 = $2.16
Rob needs $2.16. | free_text | decimal_number | 7 | test | 199 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.