Workbook Detail
Data Graphs Create Graph Medium — Set 40
This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.
{
"contentData": {
"operation": "data-graphs",
"subject": "arithmetic",
"difficulty": "medium",
"config": {
"difficulty": "medium",
"maxNumber": 10
},
"problems": [
{
"id": 1,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 6
},
{
"label": "Basketball",
"value": 4
},
{
"label": "Baseball",
"value": 5
},
{
"label": "Tennis",
"value": 8
},
{
"label": "Swimming",
"value": 4
}
],
"question": "The bar graph shows: Soccer=6, Basketball=4, Baseball=5, Tennis=8, Swimming=4. Which has the least?",
"answer": "Basketball",
"correctAnswer": "Basketball",
"difficulty": "medium"
},
{
"id": 2,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 8
},
{
"label": "Tuesday",
"value": 3
},
{
"label": "Wednesday",
"value": 5
},
{
"label": "Thursday",
"value": 4
},
{
"label": "Friday",
"value": 2
}
],
"question": "The bar graph shows: Monday=8, Tuesday=3, Wednesday=5, Thursday=4, Friday=2. Which has the most?",
"answer": "Monday",
"correctAnswer": "Monday",
"difficulty": "medium"
},
{
"id": 3,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 3
},
{
"label": "Cats",
"value": 3
},
{
"label": "Fish",
"value": 6
}
],
"question": "The bar graph shows: Dogs=3, Cats=3, Fish=6. How many in total?",
"answer": 12,
"correctAnswer": "12",
"difficulty": "medium"
},
{
"id": 4,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 8
},
{
"label": "Tuesday",
"value": 9
},
{
"label": "Wednesday",
"value": 10
},
{
"label": "Thursday",
"value": 7
}
],
"question": "The bar graph shows: Monday=8, Tuesday=9, Wednesday=10, Thursday=7. What is the difference between Tuesday and Wednesday?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "medium"
},
{
"id": 5,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 10
},
{
"label": "Blue",
"value": 5
},
{
"label": "Green",
"value": 6
},
{
"label": "Yellow",
"value": 2
}
],
"question": "The bar graph shows: Red=10, Blue=5, Green=6, Yellow=2. How many in total?",
"answer": 23,
"correctAnswer": "23",
"difficulty": "medium"
},
{
"id": 6,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 2
},
{
"label": "Basketball",
"value": 9
},
{
"label": "Baseball",
"value": 7
},
{
"label": "Tennis",
"value": 8
},
{
"label": "Swimming",
"value": 8
}
],
"question": "The bar graph shows: Soccer=2, Basketball=9, Baseball=7, Tennis=8, Swimming=8. Which has the least?",
"answer": "Soccer",
"correctAnswer": "Soccer",
"difficulty": "medium"
},
{
"id": 7,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 8
},
{
"label": "Cats",
"value": 8
},
{
"label": "Fish",
"value": 4
}
],
"question": "The bar graph shows: Dogs=8, Cats=8, Fish=4. Which has the most?",
"answer": "Dogs",
"correctAnswer": "Dogs",
"difficulty": "medium"
},
{
"id": 8,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 6
},
{
"label": "Tuesday",
"value": 5
},
{
"label": "Wednesday",
"value": 10
}
],
"question": "The bar graph shows: Monday=6, Tuesday=5, Wednesday=10. What is the difference between Tuesday and Monday?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "medium"
},
{
"id": 9,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 7
},
{
"label": "Oranges",
"value": 4
},
{
"label": "Bananas",
"value": 1
},
{
"label": "Grapes",
"value": 5
},
{
"label": "Peaches",
"value": 7
}
],
"question": "The bar graph shows: Apples=7, Oranges=4, Bananas=1, Grapes=5, Peaches=7. Which has the least?",
"answer": "Bananas",
"correctAnswer": "Bananas",
"difficulty": "medium"
},
{
"id": 10,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 10
},
{
"label": "Cats",
"value": 10
},
{
"label": "Fish",
"value": 9
},
{
"label": "Birds",
"value": 5
}
],
"question": "The bar graph shows: Dogs=10, Cats=10, Fish=9, Birds=5. How many in total?",
"answer": 34,
"correctAnswer": "34",
"difficulty": "medium"
},
{
"id": 11,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 7
},
{
"label": "Oranges",
"value": 8
},
{
"label": "Bananas",
"value": 7
},
{
"label": "Grapes",
"value": 3
}
],
"question": "The bar graph shows: Apples=7, Oranges=8, Bananas=7, Grapes=3. Which has the least?",
"answer": "Grapes",
"correctAnswer": "Grapes",
"difficulty": "medium"
},
{
"id": 12,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 6
},
{
"label": "Oranges",
"value": 7
},
{
"label": "Bananas",
"value": 4
},
{
"label": "Grapes",
"value": 9
}
],
"question": "The bar graph shows: Apples=6, Oranges=7, Bananas=4, Grapes=9. How many more Grapes than Oranges?",
"answer": 2,
"correctAnswer": "2",
"difficulty": "medium"
},
{
"id": 13,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 6
},
{
"label": "Science",
"value": 2
},
{
"label": "Reading",
"value": 4
},
{
"label": "Art",
"value": 2
}
],
"question": "The bar graph shows: Math=6, Science=2, Reading=4, Art=2. How many in total?",
"answer": 14,
"correctAnswer": "14",
"difficulty": "medium"
},
{
"id": 14,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 1
},
{
"label": "Cats",
"value": 10
},
{
"label": "Fish",
"value": 5
}
],
"question": "The bar graph shows: Dogs=1, Cats=10, Fish=5. How many in total?",
"answer": 16,
"correctAnswer": "16",
"difficulty": "medium"
},
{
"id": 15,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 3
},
{
"label": "Oranges",
"value": 7
},
{
"label": "Bananas",
"value": 2
}
],
"question": "The bar graph shows: Apples=3, Oranges=7, Bananas=2. Which has the most?",
"answer": "Oranges",
"correctAnswer": "Oranges",
"difficulty": "medium"
},
{
"id": 16,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 6
},
{
"label": "Cats",
"value": 8
},
{
"label": "Fish",
"value": 7
}
],
"question": "The bar graph shows: Dogs=6, Cats=8, Fish=7. Which has the least?",
"answer": "Dogs",
"correctAnswer": "Dogs",
"difficulty": "medium"
},
{
"id": 17,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 5
},
{
"label": "Science",
"value": 4
},
{
"label": "Reading",
"value": 2
},
{
"label": "Art",
"value": 5
}
],
"question": "The bar graph shows: Math=5, Science=4, Reading=2, Art=5. How many in total?",
"answer": 16,
"correctAnswer": "16",
"difficulty": "medium"
},
{
"id": 18,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 2
},
{
"label": "Blue",
"value": 10
},
{
"label": "Green",
"value": 3
},
{
"label": "Yellow",
"value": 7
}
],
"question": "The bar graph shows: Red=2, Blue=10, Green=3, Yellow=7. What is the difference between Green and Red?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "medium"
},
{
"id": 19,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 3
},
{
"label": "Cats",
"value": 2
},
{
"label": "Fish",
"value": 4
},
{
"label": "Birds",
"value": 5
},
{
"label": "Rabbits",
"value": 7
}
],
"question": "The bar graph shows: Dogs=3, Cats=2, Fish=4, Birds=5, Rabbits=7. Which has the most?",
"answer": "Rabbits",
"correctAnswer": "Rabbits",
"difficulty": "medium"
},
{
"id": 20,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 3
},
{
"label": "Tuesday",
"value": 2
},
{
"label": "Wednesday",
"value": 8
}
],
"question": "The bar graph shows: Monday=3, Tuesday=2, Wednesday=8. Which has the most?",
"answer": "Wednesday",
"correctAnswer": "Wednesday",
"difficulty": "medium"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"outputTargets": {
"screen": true,
"print": true,
"pdf": true,
"answerKey": true
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- The bar graph shows: Soccer=6, Basketball=4, Baseball=5, Tennis=8, Swimming=4. Which has the least?
- The bar graph shows: Monday=8, Tuesday=3, Wednesday=5, Thursday=4, Friday=2. Which has the most?
- The bar graph shows: Dogs=3, Cats=3, Fish=6. How many in total?
- The bar graph shows: Monday=8, Tuesday=9, Wednesday=10, Thursday=7. What is the difference between Tuesday and Wednesday?
- The bar graph shows: Red=10, Blue=5, Green=6, Yellow=2. How many in total?
- The bar graph shows: Soccer=2, Basketball=9, Baseball=7, Tennis=8, Swimming=8. Which has the least?
- The bar graph shows: Dogs=8, Cats=8, Fish=4. Which has the most?
- The bar graph shows: Monday=6, Tuesday=5, Wednesday=10. What is the difference between Tuesday and Monday?
- The bar graph shows: Apples=7, Oranges=4, Bananas=1, Grapes=5, Peaches=7. Which has the least?
- The bar graph shows: Dogs=10, Cats=10, Fish=9, Birds=5. How many in total?
- The bar graph shows: Apples=7, Oranges=8, Bananas=7, Grapes=3. Which has the least?
- The bar graph shows: Apples=6, Oranges=7, Bananas=4, Grapes=9. How many more Grapes than Oranges?
- The bar graph shows: Math=6, Science=2, Reading=4, Art=2. How many in total?
- The bar graph shows: Dogs=1, Cats=10, Fish=5. How many in total?
- The bar graph shows: Apples=3, Oranges=7, Bananas=2. Which has the most?
- The bar graph shows: Dogs=6, Cats=8, Fish=7. Which has the least?
- The bar graph shows: Math=5, Science=4, Reading=2, Art=5. How many in total?
- The bar graph shows: Red=2, Blue=10, Green=3, Yellow=7. What is the difference between Green and Red?
- The bar graph shows: Dogs=3, Cats=2, Fish=4, Birds=5, Rabbits=7. Which has the most?
- The bar graph shows: Monday=3, Tuesday=2, Wednesday=8. Which has the most?
Practice data graphs create graph with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Data Graphs Create Graph Medium Worksheets worksheet?
Print the worksheet and complete the problems. Each set number generates a unique arrangement. Use the same set number for all students in a class for consistent assessment.
Is there an answer key?
Yes — every worksheet includes a complete answer key. Print it separately or view it on screen.