Search is not available for this dataset
question stringlengths 48 514 | choices listlengths 2 4 ⌀ | answer stringlengths 1 115 | unit stringclasses 118
values | table_title stringlengths 4 51 ⌀ | table stringlengths 23 689 | table_for_pd dict | row_num int64 2 11 | column_num int64 2 6 | solution stringlengths 60 1.79k | ques_type stringclasses 2
values | ans_type stringclasses 5
values | grade int64 1 8 | split stringclasses 1
value | id stringlengths 2 5 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | linear | null | null | x | y
17 | 2
18 | 11
19 | 20 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 | 22188 |
Some students compared how many blocks they live from school. What is the mode of the numbers? | null | 7 | null | Blocks from school | Name | Number of blocks
Rosa | 6
Celine | 5
Naomi | 5
Jake | 7
Hector | 6
Eduardo | 7
Destiny | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | Read the numbers from the table.
6, 5, 5, 7, 6, 7, 7
First, arrange the numbers from least to greatest:
5, 5, 6, 6, 7, 7, 7
Now count how many times each number appears.
5 appears 2 times.
6 appears 2 times.
7 appears 3 times.
The number that appears most often is 7.
The mode is 7. | free_text | integer_number | 6 | test | 22196 |
Shelley has $272.00. Does she have enough to buy a lawn mower and an iron bench? | [
"yes",
"no"
] | no | null | null | barbecue grill | $548.00
fountain | $965.00
wooden bench | $291.00
iron bench | $140.00
picnic table | $598.00
lawn mower | $145.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Add the price of a lawn mower and the price of an iron bench:
$145.00 + $140.00 = $285.00
$285.00 is more than $272.00. Shelley does not have enough money. | multi_choice | boolean_text | 5 | test | 22198 |
A food critic counted the number of menu items at each restaurant in town. How many restaurants have exactly 24 menu items? | null | 4 | restaurants | Menu items per restaurant | Stem | Leaf
1 | 0, 0, 2, 6
2 | 4, 4, 4, 4, 5, 7
3 | 4
4 | 0, 2, 5, 6, 8 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 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 4 leaves, which are blue in the stem-and-leaf plot above. 4 restaurants have exactly24 menu items. | free_text | integer_number | 6 | test | 22248 |
Donald went to the store. He bought 1/2 of a kilogram of purple beads. How much did he spend? | null | 1 | $ | null | green beads | $3/kilogram
white beads | $2/kilogram
blue beads | $3/kilogram
purple beads | $2/kilogram
orange beads | $2/kilogram
red beads | $2/kilogram
black beads | $3/kilogram | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | Find the cost of the purple beads. Multiply the price per kilogram by the number of kilograms.
$2 × \frac{1}{2} = $2 × 0.5 = $1
He spent $1. | free_text | integer_number | 6 | test | 22264 |
The county released data about how many schools there are in each town. What is the range of the numbers? | null | 6 | null | Schools in each town | Town | Number of schools
Chesterton | 10
Ashland | 10
Watertown | 7
Riverside | 4
Mayfield | 6 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Read the numbers from the table.
10, 10, 7, 4, 6
First, find the greatest number. The greatest number is 10.
Next, find the least number. The least number is 4.
Subtract the least number from the greatest number:
10 − 4 = 6
The range is 6. | free_text | integer_number | 7 | test | 22308 |
How much money does Kylie need to buy a ladder and a wrench? | null | 47 | $ | null | lawn sprinkler | $13.00
ladder | $36.00
wheelbarrow | $30.00
wrench | $11.00
lawn mower | $96.00
can of paint | $15.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Add the price of a ladder and the price of a wrench:
$36.00 + $11.00 = $47.00
Kylie needs $47.00. | free_text | integer_number | 4 | test | 22404 |
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 tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 | 22456 |
The advertising agency counted the number of billboards in each city in the state. What is the largest number of billboards? | null | 90 | billboards | Billboards per city | Stem | Leaf
1 | 5
2 | 2, 6, 8, 8
3 | 3, 6, 6, 8, 8, 9
4 | 7
5 | 0, 0, 3, 9
6 | 0, 2, 4, 9
7 | 5
8 | 7, 7
9 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 10 | 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 9.
Now find the highest leaf in the last row. The highest leaf is 0.
The largest number of billboards has a stem of 9 and a leaf of 0. Write the stem first, then the leaf: 90.
The largest number of billboa... | free_text | integer_number | 4 | test | 22464 |
Tanner went to the store and bought 5 pounds of cumin and 1 pound of cinnamon. How much did he spend? | null | 32.20 | $ | null | cumin | $5.12/lb
cinnamon | $6.60/lb
paprika | $4.76/lb
coriander | $5.39/lb | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Find the cost of the cumin. Multiply:
$5.12 × 5 = $25.60
Find the cost of the cinnamon. Multiply:
$6.60 × 1 = $6.60
Now find the total cost by adding:
$25.60 + $6.60 = $32.20
He spent $32.20. | free_text | decimal_number | 7 | test | 22496 |
A law firm in Princeton kept track of how many hours were billed by each partner last year. What fraction of the hours were billed by Gordon? Simplify your answer. | null | 61/364 | null | Law firm hours billed | Partner | Hours billed
Rudy | 870
Erica | 790
Lucas | 810
Jill | 560
Gordon | 610 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Find how many hours were billed by Gordon.
610
Find how many hours were billed in total.
870 + 790 + 810 + 560 + 610 = 3,640
Divide 610 by 3,640.
\frac{610}{3,640}
Reduce the fraction.
\frac{610}{3,640} → \frac{61}{364}
\frac{61}{364} of hours were billed by Gordon. | free_text | decimal_number | 7 | test | 22564 |
How much money does Destiny need to buy a math book and a dictionary? | null | 35 | $ | null | photo album | $45.00
airplane calendar | $13.00
dictionary | $16.00
map of Africa | $10.00
math book | $19.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Add the price of a math book and the price of a dictionary:
$19.00 + $16.00 = $35.00
Destiny needs $35.00. | free_text | integer_number | 8 | test | 22682 |
Aiden's class recorded how many cans of food each student collected for their canned food drive. What is the median of the numbers? | null | 9 | null | Cans of food collected | Name | Number of cans of food
Aiden | 6
Haley | 10
Chandler | 9
Troy | 9
Jared | 10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Read the numbers from the table.
6, 10, 9, 9, 10
First, arrange the numbers from least to greatest:
6, 9, 9, 10, 10
Now find the number in the middle.
6, 9, 9, 10, 10
The number in the middle is 9.
The median is 9. | free_text | integer_number | 7 | test | 22693 |
Martin tracked the attendance at the school play. On which day did the fewest people attend the play? | [
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
] | Thursday | null | Tickets sold | Day | Number of tickets
Tuesday | 317
Wednesday | 371
Thursday | 313
Friday | 337 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the least number in the table. Remember to compare the numbers starting with the highest place value. The least number is 313.
Now find the corresponding day. Thursday corresponds to 313. | multi_choice | extractive_text | 2 | test | 22714 |
Edwin counted the number of pairs of shoes for sale at each of the shoe stores in the mall. How many stores have exactly 66 pairs of shoes? | null | 3 | stores | Pairs of shoes per store | Stem | Leaf
2 | 9
3 | 4, 9
4 | 0, 7, 7
5 | 7, 9
6 | 5, 6, 6, 6, 8
7 | 2, 3, 3, 4, 8
8 | 0, 4 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | For the number 66, the stem is 6, and the leaf is 6. Find the row where the stem is 6. In that row, count all the leaves equal to 6.
You counted 3 leaves, which are blue in the stem-and-leaf plot above. 3 stores have exactly 66 pairs of shoes. | free_text | integer_number | 7 | test | 22739 |
Logan surveyed people at the amusement park where he works and asked them how many times they visited last year. How many people went to an amusement park more than 2 times? | null | 22 | null | Trips to an amusement park last year | Number of trips | Frequency
1 | 13
2 | 10
3 | 1
4 | 16
5 | 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Find the rows for 3, 4, and 5 times. Add the frequencies for these rows.
Add:
1 + 16 + 5 = 22
22 people went to an amusement park more than 2 times. | free_text | integer_number | 8 | test | 22746 |
Some friends compared the sizes of their stuffed animal collections. Who has the fewest stuffed animals? | [
"Isaac",
"Edgar",
"Justin",
"Katie"
] | Katie | null | Stuffed animal collections | Name | Number of stuffed animals
Isaac | 281
Edgar | 221
Justin | 282
Katie | 218 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the least number in the table. Remember to compare the numbers starting with the highest place value. The least number is 218.
Now find the corresponding name. Katie corresponds to 218. | multi_choice | extractive_text | 2 | test | 22772 |
Pedro has $82. Does he have enough to buy a ballet ticket and an opera ticket? | [
"yes",
"no"
] | yes | null | null | ballet ticket | $15
car show ticket | $21
orchestra ticket | $38
opera ticket | $65 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Add the price of a ballet ticket and the price of an opera ticket:
$15 + $65 = $80
$80 is less than $82. Pedro does have enough money. | multi_choice | boolean_text | 7 | test | 22819 |
Look at the following schedule. Which class ends at 3.30 P.M.? | [
"salsa dance class",
"hip hop dance class",
"tap dance class",
"ballroom dance class"
] | tap dance class | null | Dance studio schedule | Class | Begin | End
hip hop dance | 8:45 A.M. | 9:15 A.M.
swing dance | 9:25 A.M. | 10:35 A.M.
modern dance | 10:40 A.M. | 11:50 A.M.
ballroom dance | 12:05 P.M. | 1:00 P.M.
advanced ballet | 1:05 P.M. | 2:15 P.M.
tap dance | 2:25 P.M. | 3:30 P.M.
salsa dance | 3:40 P.M. | 5:15 P.M.
western dance | 5:20 P.M. | 6:55 P.M... | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 9 | 3 | Find 3:30 P. M. on the schedule. The tap dance class ends at 3:30 P. M. | multi_choice | other_text | 3 | test | 22825 |
The bird watcher counted the number of birds in each flock that passed overhead. How many flocks had exactly 23 birds? | null | 2 | flocks | Birds per flock | Stem | Leaf
2 | 3, 3, 7
3 |
4 | 4
5 | 4
6 |
7 | 3 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | For the number 23, the stem is 2, and the leaf is 3. Find the row where the stem is 2. In that row, count all the leaves equal to 3.
You counted 2 leaves, which are blue in the stem-and-leaf plot above. 2 flocks had exactly23 birds. | free_text | integer_number | 8 | test | 22839 |
A business magazine surveyed its readers about their commute times. What is the longest commute time? | null | 90 | minutes | Commute time (minutes) | Stem | Leaf
2 | 6
3 | 5, 8, 9
4 | 0, 4, 4
5 | 3, 5
6 | 3, 5, 9, 9
7 | 0, 2, 8
8 | 1, 5, 8
9 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 9.
Now find the highest leaf in the last row. The highest leaf is 0.
The longest commute time has a stem of 9 and a leaf of 0. Write the stem first, then the leaf: 90.
The longest commute time is 90 minute... | free_text | integer_number | 7 | test | 22849 |
Look at the following schedule. How long does it take to get from the doctor's office to the playground? | [
"15 minutes",
"2 hours and 30 minutes",
"1 hour and 45 minutes",
"2 hours and 45 minutes"
] | 2 hours and 45 minutes | null | Bus schedule | the grocery store | 9:00 A.M. | 9:15 A.M. | 9:30 A.M. | 9:45 A.M. | 10:30 A.M.
the library | 9:15 A.M. | 9:30 A.M. | 9:45 A.M. | 10:00 A.M. | 10:45 A.M.
the doctor's office | 10:15 A.M. | 10:30 A.M. | 10:45 A.M. | 11:00 A.M. | 11:45 A.M.
the zoo | 10:45 A.M. | 11:00 A.M. | 11:15 A.M. | 11:30 A.M. | 12:15 P.M.
the movie... | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 6 | Read the times in the first column for the doctor's office and the playground.
Find the elapsed time between 10:15 A. M. and 1:00 P. M. The elapsed time is 2 hours and 45 minutes.
No matter which column of times you look at, the elapsed time is always 2 hours and 45 minutes. | multi_choice | other_text | 4 | test | 22907 |
The Lancaster Chamber of Commerce researched the number of employees working at local companies. How many companies have exactly 5 employees? | null | 2 | companies | Company sizes (number of employees) | Stem | Leaf
0 | 5, 5, 7, 7, 9
1 |
2 | 1, 1, 1, 6, 9, 9
3 | 0, 8, 9
4 | 2, 5
5 | 0, 0, 4, 4 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | For the number 5, the stem is 0, and the leaf is 5. Find the row where the stem is 0. 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 companies have exactly 5 employees. | free_text | integer_number | 5 | test | 22927 |
A pet store owner had his staff count the number of fish in each tank. How many tanks have exactly 43 fish? | null | 4 | tanks | Fish per tank | Stem | Leaf
2 | 2
3 | 0, 1, 6
4 | 2, 3, 3, 3, 3, 4, 6, 7, 7
5 | 2, 6, 6, 8, 9
6 | 6, 9
7 | 0, 7, 8 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | For the number 43, the stem is 4, and the leaf is 3. Find the row where the stem is 4. In that row, count all the leaves equal to 3.
You counted 4 leaves, which are blue in the stem-and-leaf plot above. 4 tanks have exactly 43 fish. | free_text | integer_number | 5 | test | 22979 |
The board of commerce recorded how many employees work at each company. Which company has the fewest employees? | [
"Davidson Insurance",
"Madison Corporation",
"ABC Electronics",
"Benson and Blakely"
] | Madison Corporation | null | Company sizes | Company | Number of employees
Davidson Insurance | 668
Madison Corporation | 646
ABC Electronics | 648
Benson and Blakely | 684 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the least number in the table. Remember to compare the numbers starting with the highest place value. The least number is 646.
Now find the corresponding company. Madison Corporation corresponds to 646. | multi_choice | extractive_text | 2 | test | 23016 |
After a spelling bee, some students compared how many words they spelled correctly. What is the mode of the numbers? | null | 45 | null | Spelling bee results | Name | Number of words spelled correctly
Ernest | 45
Cooper | 45
Nora | 47
Kylie | 44
Alexa | 48
Frank | 47
Brendan | 44
Laura | 45 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 9 | 2 | Read the numbers from the table.
45, 45, 47, 44, 48, 47, 44, 45
First, arrange the numbers from least to greatest:
44, 44, 45, 45, 45, 47, 47, 48
Now count how many times each number appears.
44 appears 2 times.
45 appears 3 times.
47 appears 2 times.
48 appears 1 time.
The number that appears most often is 45.
... | free_text | integer_number | 5 | test | 23191 |
Mike has $0.04. Does he have enough to buy a piece of floral stationery and a white note card? | [
"yes",
"no"
] | no | null | null | orange envelope | $0.03
piece of pink paper | $0.08
piece of elegant stationery | $0.05
white note card | $0.04
piece of floral stationery | $0.02 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Add the price of a piece of floral stationery and the price of a white note card:
$0.02 + $0.04 = $0.06
$0.06 is more than $0.04. Mike does not have enough money. | multi_choice | boolean_text | 3 | test | 23229 |
Use the data to answer the question below. Is the following statement about our solar system true or false? Three-quarters of the planets are larger than Earth. | [
"true",
"false"
] | false | 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 tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 3 | To decide which planets are larger than Earth, look at the volumes of the other planets and compare the exponents to the exponent of Earth's volume. Earth's volume is 1.08 x10^12 km^3. Earth's volume is the only volume with an exponent of 12.
The volumes of Jupiter, Saturn, Uranus, and Neptune have exponents greater t... | multi_choice | boolean_text | 8 | test | 23262 |
A crayon factory monitored the number of broken crayons per box during the past day. How many boxes had at least 60 broken crayons? | null | 7 | boxes | Broken crayons per box | Stem | Leaf
0 | 0, 1, 5, 5
1 |
2 | 0
3 | 1, 2, 6, 8
4 | 2, 8
5 | 1, 2
6 | 2, 4
7 | 1, 5
8 | 8
9 | 0, 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 11 | 2 | Count all the leaves in the rows with stems 6, 7, 8, and 9.
You counted 7 leaves, which are blue in the stem-and-leaf plot above. 7 boxes had at least 60 broken crayons. | free_text | integer_number | 5 | test | 23271 |
While hanging Christmas lights for neighbors, Zach counted the number of broken lights on each string. What is the largest number of broken lights? | null | 75 | broken lights | Broken lights per string | Stem | Leaf
2 | 1, 4, 9
3 | 0, 2
4 | 1, 3, 4
5 | 5, 5, 6
6 | 4, 5, 6, 6, 9
7 | 2, 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 5.
The largest number of broken lights has a stem of 7 and a leaf of 5. Write the stem first, then the leaf: 75.
The largest number of brok... | free_text | integer_number | 7 | test | 23387 |
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 tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 | 23399 |
Colette's class recorded how many states each student has visited. What is the mode of the numbers? | null | 8 | null | States visited | Name | Number of states
Colette | 2
Kayla | 8
Lester | 3
Brandon | 8
Edmond | 8
Tammy | 3
Maddie | 2 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | Read the numbers from the table.
2, 8, 3, 8, 8, 3, 2
First, arrange the numbers from least to greatest:
2, 2, 3, 3, 8, 8, 8
Now count how many times each number appears.
2 appears 2 times.
3 appears 2 times.
8 appears 3 times.
The number that appears most often is 8.
The mode is 8. | free_text | integer_number | 6 | test | 23413 |
A technical support line tracked how many calls it received each day. How many more calls did the support line receive on Thursday than on Friday? | null | 318 | calls | Phone calls received | Day | Number of calls
Monday | 632
Tuesday | 222
Wednesday | 374
Thursday | 825
Friday | 507 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Find the numbers in the table.
Thursday: 825
Friday: 507
Now subtract: 825 - 507 = 318.
The support line received 318 more calls on Thursday. | free_text | integer_number | 3 | test | 23441 |
A sports fan decided to examine the pattern of medals won by certain countries at several Olympic games. Which country won fewer medals in 2004, Brazil or Finland? | [
"Finland",
"Brazil"
] | Finland | null | Olympic medals | Country | 2000 | 2004
Brazil | 12 | 10
Sweden | 12 | 7
Finland | 4 | 2 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 3 | Find the 2004 column. Compare the numbers in this column for Brazil and Finland.
2 is less than 10. Finland won fewer medals in 2004. | multi_choice | extractive_text | 4 | test | 23449 |
An agricultural agency is researching how much cheese people have been eating in different parts of the world. How much cheese was consumed per capita in Austria in 2006? | null | 17 | kg | Cheese consumption per capita (kg) | Country | 1996 | 2006
Argentina | 11 | 11
Great Britain | 9 | 10
Austria | 10 | 17 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 3 | First, find the row for Austria. Then find the number in the 2006 column.
This number is 17. In 2006, people in Austria consumed 17 kilograms of cheese per capita. | free_text | integer_number | 4 | test | 23482 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | linear | null | null | x | y
17 | 20
18 | 12
19 | 4 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 | 23521 |
The members of the cycling club compared how many miles they biked last week. What is the median of the numbers? | null | 53 | null | Biking last week | Name | Miles
Clayton | 58
Lauren | 47
Roger | 53
Kyle | 46
Brianna | 57
Miles | 59
Harold | 50 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | Read the numbers from the table.
58, 47, 53, 46, 57, 59, 50
First, arrange the numbers from least to greatest:
46, 47, 50, 53, 57, 58, 59
Now find the number in the middle.
46, 47, 50, 53, 57, 58, 59
The number in the middle is 53.
The median is 53. | free_text | integer_number | 5 | test | 23549 |
A farm equipment company kept a record of the number of tractors made each month. In which month did the company make the most tractors? | [
"October",
"November",
"December",
"January"
] | October | null | Tractors made | Month | Number of tractors
October | 887
November | 848
December | 847
January | 878 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the greatest number in the table. Remember to compare the numbers starting with the highest place value. The greatest number is 887.
Now find the corresponding month. October corresponds to 887. | multi_choice | extractive_text | 2 | test | 23572 |
Cedarburg will decide whether to extend its public pool's hours by looking at the number of times its residents visited the pool last month. How many people went swimming exactly twice last month? | null | 2 | null | Going swimming last month | Number of times | Frequency
1 | 15
2 | 2
3 | 4
4 | 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the row for 2 times and read the frequency. The frequency is 2.
2 people went swimming exactly twice last month. | free_text | integer_number | 8 | test | 23579 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | linear | null | null | x | y
3 | 8
4 | 12
5 | 16 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 | 23615 |
Each year, the campers at Keith'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 2010 and 2011? | null | 1 | minutes per year | Record obstacle course completion times | Year | Record time (minutes)
2007 | 29
2008 | 27
2009 | 24
2010 | 29
2011 | 30 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 - 29 minutes}{2011 - 2010}
= \frac{30 minutes - 29 minutes}{1 year}
= \frac{1 minute}{1 year}
= 1 minute per year
The rate of change between 2010 and 2011 was 1 minute per y... | free_text | integer_number | 8 | test | 23637 |
Look at this table. Is this relation a function? | [
"yes",
"no"
] | no | null | null | x | y
0 | 5
7 | 18
0 | 9
19 | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Look at the x-values in the table.
The x-value 0 is paired with multiple y-values, so the relation is not a function. | multi_choice | boolean_text | 8 | test | 23672 |
Sadie went on a camping trip and logged the number of miles she hiked each day. What is the range of the numbers? | null | 11 | null | Miles hiked | Day | Number of miles
Friday | 9
Saturday | 14
Sunday | 20
Monday | 17
Tuesday | 16
Wednesday | 10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | Read the numbers from the table.
9, 14, 20, 17, 16, 10
First, find the greatest number. The greatest number is 20.
Next, find the least number. The least number is 9.
Subtract the least number from the greatest number:
20 − 9 = 11
The range is 11. | free_text | integer_number | 5 | test | 23728 |
The architecture student counted the number of bricks in each building in her neighborhood. How many buildings have exactly 90 bricks? | null | 3 | buildings | Bricks per building | Stem | Leaf
5 | 2, 4, 5
6 | 5
7 | 3, 4
8 |
9 | 0, 0, 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | For the number 90, the stem is 9, and the leaf is 0. Find the row where the stem is 9. In that row, count all the leaves equal to 0.
You counted 3 leaves, which are blue in the stem-and-leaf plot above. 3 buildings have exactly 90 bricks. | free_text | integer_number | 7 | test | 23749 |
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
Friday | 5
Saturday | 4
Sunday | 10
Monday | 9
Tuesday | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Read the numbers from the table.
5, 4, 10, 9, 7
First, arrange the numbers from least to greatest:
4, 5, 7, 9, 10
Now find the number in the middle.
4, 5, 7, 9, 10
The number in the middle is 7.
The median is 7. | free_text | integer_number | 8 | test | 23778 |
How much money does Gordon need to buy a deer postcard and a roll of packaging tape? | null | 0.90 | $ | null | long white envelope | $0.38
lighthouse postcard | $0.42
tulip stamp | $0.14
robot stamp | $0.42
deer postcard | $0.61
roll of packaging tape | $0.29 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Add the price of a deer postcard and the price of a roll of packaging tape:
$0.61 + $0.29 = $0.90
Gordon needs $0.90. | free_text | decimal_number | 5 | test | 23780 |
A gymnast jotted down the number of cartwheels she did each day. What is the mode of the numbers? | null | 11 | null | Doing cartwheels | Day | Number of cartwheels
Sunday | 11
Monday | 14
Tuesday | 10
Wednesday | 14
Thursday | 11
Friday | 11
Saturday | 10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | Read the numbers from the table.
11, 14, 10, 14, 11, 11, 10
First, arrange the numbers from least to greatest:
10, 10, 11, 11, 11, 14, 14
Now count how many times each number appears.
10 appears 2 times.
11 appears 3 times.
14 appears 2 times.
The number that appears most often is 11.
The mode is 11. | free_text | integer_number | 5 | test | 23795 |
Spencer's Candies has been studying how much chocolate people have been eating in different countries. How much chocolate was consumed per capita in Austria in 2005? | null | 9 | kg | Chocolate consumption per capita (kg) | Country | 2002 | 2005
Poland | 3 | 4
Australia | 4 | 5
Austria | 8 | 9
Switzerland | 11 | 10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 3 | First, find the row for Austria. Then find the number in the 2005 column.
This number is 9. In 2005, people in Austria consumed 9 kilograms of chocolate per capita. | free_text | integer_number | 5 | test | 23822 |
How much more does an ice cream truck cost than a funnel cake stand? | null | 154 | $ | null | ice cream truck | $7,785
shaved ice cart | $7,131
hot dog stand | $6,141
funnel cake stand | $7,631 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Subtract the price of a funnel cake stand from the price of an ice cream truck.
$7,785 - $7,631 = $154
An ice cream truck costs $154 more than a funnel cake stand. | free_text | integer_number | 5 | test | 23953 |
The manager of Nonno's Pizza asked 40 customers if they prefer to have vegetables or no vegetables on their pizzas. This table shows the relative frequencies from the survey. How many more women than men prefer vegetables on their pizza? | null | 10 | null | Vegetables No vegetables Total | Men | 0.15 | 0.25 | 0.40
Women | 0.40 | 0.20 | 0.60
Total | 0.55 | 0.45 | 1.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 3 | 4 | Find the number of women who prefer vegetables on their pizza and the number of men who prefer vegetables on their pizza. Then, subtract to find the difference.
To start, find the relative frequency of women who prefer vegetables on their pizza.
The relative frequency is 0.40. To find the number of women who prefer veg... | free_text | integer_number | 8 | test | 24000 |
Kim Furniture Exports is shipping pieces of furniture made out of different types of wood. Of which type of wood are the fewest bookcases made? | [
"maple",
"mahogany",
"pine",
"oak"
] | maple | null | Furniture | Type of Wood | Beds | Bookcases
Maple | 6 | 7
Oak | 10 | 20
Pine | 2 | 18
Mahogany | 19 | 9 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 3 | Look at the numbers in the Bookcases column. Find the least number in this column.
The least number is 7, which is in the Maple row. The fewest bookcases are made of maple. | multi_choice | extractive_text | 5 | test | 24053 |
Look at the table. Then answer the question. At a price of $815, is there a shortage or a surplus? | [
"shortage",
"surplus"
] | surplus | null | null | Price | Quantity demanded | Quantity supplied
$575 | 17,700 | 15,300
$695 | 14,300 | 16,800
$815 | 10,900 | 18,300
$935 | 7,500 | 19,800
$1,055 | 4,100 | 21,300 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 3 | At the price of $815, 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 | 24111 |
Each field has 10 goats. How many goats are in 3 fields? | null | 30 | goats | null | Number of fields | Number of goats
1 | 10
2 | 20
3 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Count by tens. Use the chart: there are 30 goats in 3 fields. | free_text | integer_number | 1 | test | 24156 |
A video store clerk looked up the number of movies checked out each day. What is the mode of the numbers? | null | 60 | null | Movies checked out | Day | Number of movies
Sunday | 56
Monday | 58
Tuesday | 58
Wednesday | 60
Thursday | 60
Friday | 56
Saturday | 60 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | Read the numbers from the table.
56, 58, 58, 60, 60, 56, 60
First, arrange the numbers from least to greatest:
56, 56, 58, 58, 60, 60, 60
Now count how many times each number appears.
56 appears 2 times.
58 appears 2 times.
60 appears 3 times.
The number that appears most often is 60.
The mode is 60. | free_text | integer_number | 5 | test | 24231 |
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 tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 | 24251 |
Some teachers compared how many years they have been teaching. What is the mode of the numbers? | null | 1 | null | Years of teaching | Teacher | Number of years
Miss Lim | 9
Mr. Perez | 1
Ms. Chan | 1
Miss Watson | 9
Mr. Park | 1 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Read the numbers from the table.
9, 1, 1, 9, 1
First, arrange the numbers from least to greatest:
1, 1, 1, 9, 9
Now count how many times each number appears.
1 appears 3 times.
9 appears 2 times.
The number that appears most often is 1.
The mode is 1. | free_text | integer_number | 7 | test | 24280 |
Use the data to answer the question below. Is the following statement about our solar system true or false? 50% of the planets are made mainly of gas. | [
"true",
"false"
] | false | null | Planet Volume (billions of km3) Primary composition | Mercury | 60 rock
Venus | 930 rock
Earth | 1,090 rock
Mars | 160 rock
Jupiter | 1,431,280 gas
Saturn | 827,130 gas
Uranus | 68,330 ice
Neptune | 62,530 ice | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | The table tells you that two out of the eight planets are made mainly of gas. So, one-fourth, or 25%, of the planets are made mainly of gas. | multi_choice | boolean_text | 6 | test | 24281 |
How much money does Aaron need to buy 8 yellow bath towels and 3 beach blankets? | null | 183 | $ | null | yellow bath towel | $18
navy blue bath mat | $11
fleece blanket | $10
beach blanket | $13 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Find the cost of 8 yellow bath towels.
$18 × 8 = $144
Find the cost of 3 beach blankets.
$13 × 3 = $39
Now find the total cost.
$144 + $39 = $183
Aaron needs $183. | free_text | integer_number | 7 | test | 24390 |
Mr. Khan, the band director, counted the number of instruments played by each member of the band. Which instrument do the fewest boys play? | [
"trumpet",
"flute",
"clarinet",
"saxophone"
] | clarinet | null | Band instruments | Instrument | Girls | Boys
Saxophone | 18 | 17
Clarinet | 15 | 6
Drums | 6 | 20
Flute | 19 | 18
Trumpet | 19 | 9 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 3 | Look at the numbers in the Boys column. Find the least number in this column.
The least number is 6, which is in the Clarinet row. The fewest boys play the clarinet. | multi_choice | extractive_text | 4 | test | 24514 |
A baseball player paid attention to how many baseballs he hit in practice each day. What is the median of the numbers? | null | 4 | null | Baseballs hit | Day | Number of baseballs
Tuesday | 5
Wednesday | 3
Thursday | 5
Friday | 4
Saturday | 4 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Read the numbers from the table.
5, 3, 5, 4, 4
First, arrange the numbers from least to greatest:
3, 4, 4, 5, 5
Now find the number in the middle.
3, 4, 4, 5, 5
The number in the middle is 4.
The median is 4. | free_text | integer_number | 8 | test | 24570 |
A baseball player paid attention to how many baseballs he hit in practice each day. What is the median of the numbers? | null | 7 | null | Baseballs hit | Day | Number of baseballs
Tuesday | 4
Wednesday | 7
Thursday | 9
Friday | 8
Saturday | 5
Sunday | 8
Monday | 4 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | Read the numbers from the table.
4, 7, 9, 8, 5, 8, 4
First, arrange the numbers from least to greatest:
4, 4, 5, 7, 8, 8, 9
Now find the number in the middle.
4, 4, 5, 7, 8, 8, 9
The number in the middle is 7.
The median is 7. | free_text | integer_number | 7 | test | 24577 |
How much money does Sally need to buy a book about soccer and a book about South America? | null | 14 | $ | null | book about art | $4.00
book about snakes | $7.00
book about soccer | $9.00
book about cars | $1.00
book about South America | $5.00 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Add the price of a book about soccer and the price of a book about South America:
$9.00 + $5.00 = $14.00
Sally needs $14.00. | free_text | integer_number | 3 | test | 24579 |
How much money does Kelly need to buy 5 chandeliers and 3 oil paintings? | null | 2,758 | $ | null | rug | $276
chandelier | $143
silver coat rack | $791
oil painting | $681 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Find the cost of 5 chandeliers.
$143 × 5 = $715
Find the cost of 3 oil paintings.
$681 × 3 = $2,043
Now find the total cost.
$715 + $2,043 = $2,758
Kelly needs $2,758. | free_text | integer_number | 7 | test | 24590 |
The table shows a function. Is the function linear or nonlinear? | [
"linear",
"nonlinear"
] | nonlinear | null | null | x | y
7 | 8
8 | 7
9 | 3 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 | 24604 |
Each tool box has 10 nails. How many nails are in 3 tool boxes? | null | 30 | nails | null | Number of tool boxes | Number of nails
1 | 10
2 | 20
3 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Count by tens. Use the chart: there are 30 nails in 3 tool boxes. | free_text | integer_number | 1 | test | 24628 |
Brenda went to the store and bought 1 pound of Spanish olives. How much did she spend? | null | 4 | $ | null | Kalamata olives | $7/pound
Spanish olives | $4/pound
Greek olives | $3/pound
pimento olives | $6/pound
green olives | $5/pound | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the cost of the Spanish olives. Multiply the price per pound by the number of pounds.
$4 × 1 = $4
She spent $4. | free_text | integer_number | 7 | test | 24653 |
A stock broker followed the stock prices of a certain set of companies. On Thursday, how much more did Computer Data Company's stock cost than Watson and Partners's stock? | null | 3 | $ | Stock prices | Company | Wednesday | Thursday
Watson and Partners | $14 | $8
Computer Data Company | $14 | $11
White and Company | $13 | $15 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 3 | Find the Thursday column. Find the numbers in this column for Computer Data Company and Watson and Partners.
Computer Data Company: $11.00
Watson and Partners: $8.00
Now subtract:
$11.00 − $8.00 = $3.00
On Thursday Computer Data Company's stock cost $3 more than Watson and Partners's stock. | free_text | integer_number | 4 | test | 24688 |
Leroy kept track of how long it took to finish his homework each day. According to the table, what was the rate of change between Thursday and Friday? | null | -2 | minutes per day | Time Leroy spent on homework | Day | Minutes
Tuesday | 45
Wednesday | 43
Thursday | 47
Friday | 45
Saturday | 38 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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{45 minutes - 47 minutes}{1 day}
= \frac{-2 minutes}{1 day}
= -2 minutes per day
The rate of change between Thursday and Friday was - 2 minutes per day. | free_text | integer_number | 7 | test | 24776 |
In order to complete their model of a futuristic highway, students in Ms. Laura's design class find out how many toy cars each student can bring to class. How many students in the class have exactly 2 toy cars? | null | 9 | null | Toy cars | Number of toy cars | Frequency
0 | 0
1 | 7
2 | 9
3 | 16
4 | 2 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Find the row for 2 toy cars and read the frequency. The frequency is 9.
9 students have exactly2 toy cars. | free_text | integer_number | 7 | test | 24781 |
Look at the following schedule. Which activity ends at 3.50 P.M.? | [
"water polo practice",
"water aerobics",
"lap swim",
"diving club practice"
] | lap swim | null | Swimming pool schedule | Activity | Begin | End
diving club practice | 8:50 A.M. | 9:20 A.M.
water polo practice | 9:30 A.M. | 11:05 A.M.
water aerobics | 11:20 A.M. | 12:50 P.M.
intermediate swimming class | 1:00 P.M. | 2:20 P.M.
lap swim | 2:25 P.M. | 3:50 P.M. | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": [
"diving club practice",
"water polo practice",
"water aerobics",
"intermediate swimming class",
"lap swim"
],
"Adult": null,
"Amount spent": null,
"Animal rights"... | 6 | 3 | Find 3:50 P. M. on the schedule. Lap swim ends at 3:50 P. M. | multi_choice | extractive_text | 3 | test | 24786 |
Tessa went to the store and bought 4+3/4 kilograms of square washers. How much did she spend? | null | 14.25 | $ | null | square washers | $3 per kg
dock washers | $3 per kg
lock washers | $3 per kg
flat washers | $3 per kg | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Find the cost of the square washers. Multiply the price per kilogram by the number of kilograms.
$3 × 4\frac{3}{4} = $3 × 4.75 = $14.25
She spent $14.25. | free_text | decimal_number | 6 | test | 24930 |
How much money does Elizabeth need to buy a miniature padlock and a piece of plastic pipe? | null | 0.97 | $ | null | short steel screw | $0.16
small paintbrush | $0.53
piece of plastic pipe | $0.80
miniature padlock | $0.17 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Add the price of a miniature padlock and the price of a piece of plastic pipe:
$0.17 + $0.80 = $0.97
Elizabeth needs $0.97. | free_text | decimal_number | 7 | test | 25051 |
How much more does an oyster shell cost than a scallop shell? | null | 0.03 | $ | null | spiral snail shell | $0.01
scallop shell | $0.03
polished silver top shell | $0.02
oyster shell | $0.06
pink and white striped shell | $0.04 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Subtract the price of a scallop shell from the price of an oyster shell.
$0.06 - $0.03 = $0.03
An oyster shell costs $0.03 more than a scallop shell. | free_text | decimal_number | 5 | test | 25069 |
Each basket has 10 flowers. How many flowers are in 4 baskets? | null | 40 | flowers | null | Number of baskets | Number of flowers
1 | 10
2 | 20
3 | 30
4 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Count by tens. Use the chart: there are 40 flowers in 4 baskets. | free_text | integer_number | 1 | test | 25071 |
A reporter looked through his notebook to remember how many people he had interviewed in the past 5 days. What is the range of the numbers? | null | 2 | null | People interviewed | Day | Number of people
Saturday | 13
Sunday | 13
Monday | 14
Tuesday | 13
Wednesday | 15 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Read the numbers from the table.
13, 13, 14, 13, 15
First, find the greatest number. The greatest number is 15.
Next, find the least number. The least number is 13.
Subtract the least number from the greatest number:
15 − 13 = 2
The range is 2. | free_text | integer_number | 5 | test | 25104 |
To figure out how many vacation days she had left to use, Katy looked over her old calendars to figure out how many days of vacation she had taken each year. According to the table, what was the rate of change between 2017 and 2018? | null | -9 | vacation days per year | Vacation days taken by Katy | Year | Vacation days
2015 | 27
2016 | 30
2017 | 25
2018 | 16
2019 | 25 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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{16 vacation days - 25 vacation days}{2018 - 2017}
= \frac{16 vacation days - 25 vacation days}{1 year}
= \frac{-9 vacation days}{1 year}
= -9 vacation days per year
The rate of change ... | free_text | integer_number | 8 | test | 25105 |
An agricultural agency is researching how much cheese people have been eating in different parts of the world. How much cheese was consumed per capita in Argentina in 2006? | null | 11 | kg | Cheese consumption per capita (kg) | Country | 1996 | 2006
Germany | 12 | 20
Australia | 10 | 10
Canada | 10 | 11
Great Britain | 9 | 10
Argentina | 11 | 11 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 3 | First, find the row for Argentina. Then find the number in the 2006 column.
This number is 11. In 2006, people in Argentina consumed 11 kilograms of cheese per capita. | free_text | integer_number | 4 | test | 25152 |
Each tool box has 10 hammers. How many hammers are in 5 tool boxes? | null | 50 | null | null | Number of tool boxes | Number of hammers
1 | 10
2 | 20
3 | 30
4 | 40
5 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Count by tens. Use the chart: there are 50 hammers in 5 tool boxes. | free_text | integer_number | 2 | test | 25173 |
Each shelf has 5 turtleneck sweaters. How many turtleneck sweaters are on 4 shelves? | null | 20 | null | null | Number of shelves | Number of turtleneck sweaters
1 | 5
2 | 10
3 | 15
4 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Count by fives. Use the chart: there are 20 turtleneck sweaters on 4 shelves. | free_text | integer_number | 2 | test | 25188 |
What is the total cost for 9/10 of a kilogram of hamburger buns? | null | 3.60 | $ | null | tortillas | $9/kilogram
rye rolls | $8/kilogram
French rolls | $9/kilogram
spelt rolls | $5/kilogram
hamburger buns | $4/kilogram
hot dog buns | $6/kilogram | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Find the cost of the hamburger buns. Multiply the price per kilogram by the number of kilograms.
$4 × \frac{9}{10} = $4 × 0.9 = $3.60
The total cost is $3.60. | free_text | decimal_number | 6 | test | 25249 |
Each laundry hamper has 5 blouses. How many blouses are in 4 laundry hampers? | null | 20 | null | null | Number of laundry hampers | Number of blouses
1 | 5
2 | 10
3 | 15
4 | ? | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Count by fives. Use the chart: there are 20 blouses in 4 laundry hampers. | free_text | integer_number | 2 | test | 25277 |
Doug's class tracked how many newspapers each student collected for their recycling project. What is the mode of the numbers? | null | 86 | null | Newspapers collected | Name | Number of newspapers
Doug | 85
Xavier | 86
Carly | 87
Valentina | 86
Eric | 85
Ben | 85
Sam | 86
Mason | 86 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 9 | 2 | Read the numbers from the table.
85, 86, 87, 86, 85, 85, 86, 86
First, arrange the numbers from least to greatest:
85, 85, 85, 86, 86, 86, 86, 87
Now count how many times each number appears.
85 appears 3 times.
86 appears 4 times.
87 appears 1 time.
The number that appears most often is 86.
The mode is 86. | free_text | integer_number | 5 | test | 25288 |
Several people compared how many Web pages they had visited. What is the median of the numbers? | null | 9 | null | Web pages visited | Person | Number of Web pages
Alexis | 7
Wanda | 7
Roy | 9
Charlie | 9
Betty | 10 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Read the numbers from the table.
7, 7, 9, 9, 10
First, arrange the numbers from least to greatest:
7, 7, 9, 9, 10
Now find the number in the middle.
7, 7, 9, 9, 10
The number in the middle is 9.
The median is 9. | free_text | integer_number | 7 | test | 25289 |
Look at the following schedule. Which event ends at 12.15 P.M.? | [
"relay race",
"jump rope race",
"parachute ball toss",
"egg relay"
] | parachute ball toss | null | Field day schedule | Event | Begin | End
parachute ball toss | 11:45 A.M. | 12:15 P.M.
potato sack race | 12:30 P.M. | 12:55 P.M.
three-legged race | 1:00 P.M. | 2:00 P.M.
obstacle course | 2:15 P.M. | 2:35 P.M.
hurdles | 2:45 P.M. | 3:10 P.M.
jump rope race | 3:15 P.M. | 3:30 P.M.
relay race | 3:45 P.M. | 4:00 P.M.
egg relay | 4:05 P.M. |... | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 9 | 3 | Find 12:15 P. M. on the schedule. The parachute ball toss ends at 12:15 P. M. | multi_choice | extractive_text | 3 | test | 25329 |
A sports fan decided to examine the pattern of medals won by certain countries at several Olympic games. How many more medals did Brazil win in 2008 than in 2004? | null | 5 | medals | Olympic medals | Country | 2004 | 2008
Finland | 2 | 4
Brazil | 10 | 15
Sweden | 7 | 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 3 | Find the Brazil row. Find the numbers in this row for 2008 and 2004.
2008: 15
2004: 10
Now subtract:
15 − 10 = 5
Brazil won 5 more medals in 2008 than in 2004. | free_text | integer_number | 5 | test | 25360 |
The principal of Stafford Elementary School released statistics about how many boys and girls were in each fourth grade class at her school. How many more boys are in Mr. Lopez's class than Miss Smith's class? | null | 9 | boys | Fourth grade classes | Teacher | Boys | Girls
Miss Smith | 10 | 17
Mr. Lopez | 19 | 17
Miss Fisher | 15 | 11
Mrs. Carpenter | 16 | 18 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 3 | Find the Boys column. Find the numbers in this column for Mr. Lopez and Miss Smith.
Mr. Lopez: 19
Miss Smith: 10
Now subtract:
19 − 10 = 9
9 more boys are in Mr. Lopez's class than Miss Smith's class. | free_text | integer_number | 4 | test | 25413 |
A furniture store kept a record of how many couches it sold each day. What is the range of the numbers? | null | 5 | null | Couches sold | Day | Number of couches
Tuesday | 7
Wednesday | 2
Thursday | 2
Friday | 3
Saturday | 3
Sunday | 7 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | Read the numbers from the table.
7, 2, 2, 3, 3, 7
First, find the greatest number. The greatest number is 7.
Next, find the least number. The least number is 2.
Subtract the least number from the greatest number:
7 − 2 = 5
The range is 5. | free_text | integer_number | 7 | test | 25427 |
How much money does Naomi need to buy a hair tie, a box of breath mints, and a comb? | null | 2.47 | $ | null | hair tie | $0.57
box of breath mints | $0.94
tube of toothpaste | $0.97
comb | $0.96 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Find the total cost of a hair tie, a box of breath mints, and a comb.
$0.57 + $0.94 + $0.96 = $2.47
Naomi needs $2.47. | free_text | decimal_number | 4 | test | 25472 |
How much money does Brennan need to buy a shapes stencil and a green bouncy ball? | null | 0.06 | $ | null | wooden block | $0.08
shapes stencil | $0.02
red kazoo | $0.06
green bouncy ball | $0.04
green marble | $0.04
blue plastic block | $0.09 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 6 | 2 | Add the price of a shapes stencil and the price of a green bouncy ball:
$0.02 + $0.04 = $0.06
Brennan needs $0.06. | free_text | decimal_number | 4 | test | 25485 |
A technical support line tracked how many calls it received each day. How many calls total did the support line receive on Friday and Saturday? | null | 9,504 | calls | Phone calls received | Day | Number of calls
Wednesday | 8,383
Thursday | 2,270
Friday | 1,356
Saturday | 8,148 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the numbers in the table.
Friday: 1,356
Saturday: 8,148
Now add: 1,356 + 8,148 = 9,504.
The support line received 9,504 calls on Friday and Saturday. | free_text | integer_number | 3 | test | 25533 |
Reagan wrote down how many glasses of water she drank during the past 7 days. What is the range of the numbers? | null | 5 | null | Glasses of water | Day | Number of glasses
Thursday | 5
Friday | 5
Saturday | 5
Sunday | 10
Monday | 7
Tuesday | 9
Wednesday | 8 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 8 | 2 | Read the numbers from the table.
5, 5, 5, 10, 7, 9, 8
First, find the greatest number. The greatest number is 10.
Next, find the least number. The least number is 5.
Subtract the least number from the greatest number:
10 − 5 = 5
The range is 5. | free_text | integer_number | 6 | test | 25550 |
Marcy's Candies has been studying how much chocolate people have been eating in different countries. In 2005, how much more chocolate did Germany consume per capita than Poland? | null | 7 | kg | Chocolate consumption per capita (kg) | Country | 2002 | 2005
Germany | 10 | 11
Poland | 3 | 4
Australia | 4 | 5 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 3 | Find the 2005 column. Find the numbers in this column for Germany and Poland.
Germany: 11
Poland: 4
Now subtract:
11 − 4 = 7
In 2005, Germany consumed 7 kilograms more chocolate per capita than Poland. | free_text | integer_number | 4 | test | 25579 |
The gym teacher wrote down how many tennis balls his students hit in half an hour. What is the range of the numbers? | null | 19 | null | Hitting tennis balls | Name | Number of tennis balls
Fred | 76
Roger | 65
Adele | 67
Miranda | 62
Joy | 63
Tom | 57 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | Read the numbers from the table.
76, 65, 67, 62, 63, 57
First, find the greatest number. The greatest number is 76.
Next, find the least number. The least number is 57.
Subtract the least number from the greatest number:
76 − 57 = 19
The range is 19. | free_text | integer_number | 5 | test | 25620 |
A machine dispensed red gumdrops into bags of various sizes. How many bags had at least 53 red gumdrops but less than 74 red gumdrops? | null | 6 | bags | Red gumdrops per bag | Stem | Leaf
2 | 4, 6, 8, 9
3 | 1, 2
4 | 3
5 | 2, 9, 9
6 | 0, 1, 4, 6
7 | 5, 5, 7
8 |
9 | 0 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 9 | 2 | Find the row with stem 5. Count all the leaves greater than or equal to 3.
Count all the leaves in the row with stem 6.
In the row with stem 7, count all the leaves less than 4.
You counted 6 leaves, which are blue in the stem-and-leaf plots above. 6 bags had at least 53 red gumdrops but less than 74 red gumdrops. | free_text | integer_number | 7 | test | 25670 |
The financial aid office at Jordan University produced an internal report on the number of students receiving scholarships. According to the table, what was the rate of change between 2012 and 2013? | null | -3 | students per year | Students receiving scholarships | Year | Students
2010 | 21
2011 | 23
2012 | 28
2013 | 25
2014 | 29 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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{25 students - 28 students}{2013 - 2012}
= \frac{25 students - 28 students}{1 year}
= \frac{-3 students}{1 year}
= -3 students per year
The rate of change between 2012 and 2013 was - 3 ... | free_text | integer_number | 7 | test | 25673 |
Sue's family went on a road trip and counted the number of cars they saw each day. On which day did they see the fewest cars? | [
"Thursday",
"Friday",
"Saturday",
"Sunday"
] | Friday | null | Number of cars | Day | Number of cars
Thursday | 324
Friday | 323
Saturday | 342
Sunday | 334 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 5 | 2 | Find the least number in the table. Remember to compare the numbers starting with the highest place value. The least number is 323.
Now find the corresponding day. Friday corresponds to 323. | multi_choice | extractive_text | 2 | test | 25695 |
A magazine editor looked at her sales figures for the past 3 months. How many more copies were sold in May than in April? | null | 1,836 | copies | Magazines sold | Month | Number of magazines
March | 6,337
April | 3,287
May | 5,123 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 4 | 2 | Find the numbers in the table.
May: 5,123
April: 3,287
Now subtract: 5,123 - 3,287 = 1,836.
1,836 more copies were sold in May. | free_text | integer_number | 3 | test | 25704 |
Look at Raphael's pay stub. Raphael lives in a state that has state income tax. How much did Raphael make after taxes? | null | 1,807.80 | $ | null | Employee | Pay period |
Raphael Cruz | November |
Total earnings | | $2,400.00
Federal income tax | $266.60 |
State income tax | $142.00 |
Other taxes | $183.60 |
Total taxes | | ?
Pay after taxes | | ? | {
"": [
"",
"$2,400.00",
"",
"",
"",
"?",
"?"
],
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"Apr... | 8 | 3 | Find how much Raphael 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, state income tax, and other taxes.
The total earnings are $2,400.00. The total payroll tax is $592.20. Subtract to find the difference.
$2,400.00 - $59... | free_text | decimal_number | 5 | test | 25721 |
A pair of Howard 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 | -5 | games per year | Hockey games won by Howard High | Year | Games won
2015 | 11
2016 | 15
2017 | 20
2018 | 15
2019 | 4 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 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 games - 20 games}{2018 - 2017}
= \frac{15 games - 20 games}{1 year}
= \frac{-5 games}{1 year}
= -5 games per year
The rate of change between 2017 and 2018 was - 5 games per year. | free_text | integer_number | 8 | test | 25760 |
Some dealerships compared their vehicle sales. What is the range of the numbers? | null | 14 | null | Vehicle sales | Dealership | Number of vehicles
Affordable Cars | 19
RV City | 19
Truck City | 13
Ledbetter Auto Mall | 17
Ben's Used Cars | 27
Cars of Pryor Falls | 13 | {
"": null,
"A Footlong shoe": null,
"A Toes Knows shoe": null,
"A little spicy": null,
"A tent": null,
"Activity": null,
"Adult": null,
"Amount spent": null,
"Animal rights": null,
"Apartment complex": null,
"Apples": null,
"April": null,
"Arrive": null,
"August": null,
"Available Funds":... | 7 | 2 | Read the numbers from the table.
19, 19, 13, 17, 27, 13
First, find the greatest number. The greatest number is 27.
Next, find the least number. The least number is 13.
Subtract the least number from the greatest number:
27 − 13 = 14
The range is 14. | free_text | integer_number | 5 | test | 25815 |
Subsets and Splits
Top 10 Harder Math Questions
The query identifies and displays the most complex questions from the dataset, considering factors like the number of choices, the presence of tables, and grade level, which can be insightful for understanding question difficulty.