Workbook Detail
Data Graphs Create Graph Medium — Set 54
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": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 10
},
{
"label": "Oranges",
"value": 10
},
{
"label": "Bananas",
"value": 2
},
{
"label": "Grapes",
"value": 3
},
{
"label": "Peaches",
"value": 9
}
],
"question": "The bar graph shows: Apples=10, Oranges=10, Bananas=2, Grapes=3, Peaches=9. How many more Apples than Oranges?",
"answer": 0,
"correctAnswer": "0",
"difficulty": "medium"
},
{
"id": 2,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 1
},
{
"label": "Blue",
"value": 4
},
{
"label": "Green",
"value": 6
},
{
"label": "Yellow",
"value": 4
}
],
"question": "The bar graph shows: Red=1, Blue=4, Green=6, Yellow=4. How many more Green than Yellow?",
"answer": 2,
"correctAnswer": "2",
"difficulty": "medium"
},
{
"id": 3,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 2
},
{
"label": "Cats",
"value": 7
},
{
"label": "Fish",
"value": 2
},
{
"label": "Birds",
"value": 6
},
{
"label": "Rabbits",
"value": 1
}
],
"question": "The bar graph shows: Dogs=2, Cats=7, Fish=2, Birds=6, Rabbits=1. Which has the most?",
"answer": "Cats",
"correctAnswer": "Cats",
"difficulty": "medium"
},
{
"id": 4,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 3
},
{
"label": "Tuesday",
"value": 1
},
{
"label": "Wednesday",
"value": 3
},
{
"label": "Thursday",
"value": 3
}
],
"question": "The bar graph shows: Monday=3, Tuesday=1, Wednesday=3, Thursday=3. How many in total?",
"answer": 10,
"correctAnswer": "10",
"difficulty": "medium"
},
{
"id": 5,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 5
},
{
"label": "Science",
"value": 5
},
{
"label": "Reading",
"value": 7
},
{
"label": "Art",
"value": 7
}
],
"question": "The bar graph shows: Math=5, Science=5, Reading=7, Art=7. Which has the least?",
"answer": "Math",
"correctAnswer": "Math",
"difficulty": "medium"
},
{
"id": 6,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 9
},
{
"label": "Oranges",
"value": 8
},
{
"label": "Bananas",
"value": 5
},
{
"label": "Grapes",
"value": 7
},
{
"label": "Peaches",
"value": 10
}
],
"question": "The bar graph shows: Apples=9, Oranges=8, Bananas=5, Grapes=7, Peaches=10. What is the difference between Apples and Oranges?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "medium"
},
{
"id": 7,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 3
},
{
"label": "Basketball",
"value": 3
},
{
"label": "Baseball",
"value": 4
}
],
"question": "The bar graph shows: Soccer=3, Basketball=3, Baseball=4. What is the difference between Baseball and Basketball?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "medium"
},
{
"id": 8,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 6
},
{
"label": "Science",
"value": 2
},
{
"label": "Reading",
"value": 7
}
],
"question": "The bar graph shows: Math=6, Science=2, Reading=7. Which has the least?",
"answer": "Science",
"correctAnswer": "Science",
"difficulty": "medium"
},
{
"id": 9,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 6
},
{
"label": "Science",
"value": 3
},
{
"label": "Reading",
"value": 3
},
{
"label": "Art",
"value": 9
}
],
"question": "The bar graph shows: Math=6, Science=3, Reading=3, Art=9. Which has the least?",
"answer": "Science",
"correctAnswer": "Science",
"difficulty": "medium"
},
{
"id": 10,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 3
},
{
"label": "Tuesday",
"value": 3
},
{
"label": "Wednesday",
"value": 7
},
{
"label": "Thursday",
"value": 9
}
],
"question": "The bar graph shows: Monday=3, Tuesday=3, Wednesday=7, Thursday=9. Which has the least?",
"answer": "Monday",
"correctAnswer": "Monday",
"difficulty": "medium"
},
{
"id": 11,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 9
},
{
"label": "Cats",
"value": 9
},
{
"label": "Fish",
"value": 4
},
{
"label": "Birds",
"value": 10
}
],
"question": "The bar graph shows: Dogs=9, Cats=9, Fish=4, Birds=10. Which has the most?",
"answer": "Birds",
"correctAnswer": "Birds",
"difficulty": "medium"
},
{
"id": 12,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 6
},
{
"label": "Tuesday",
"value": 6
},
{
"label": "Wednesday",
"value": 1
}
],
"question": "The bar graph shows: Monday=6, Tuesday=6, Wednesday=1. How many in total?",
"answer": 13,
"correctAnswer": "13",
"difficulty": "medium"
},
{
"id": 13,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 8
},
{
"label": "Science",
"value": 3
},
{
"label": "Reading",
"value": 6
},
{
"label": "Art",
"value": 5
},
{
"label": "PE",
"value": 7
}
],
"question": "The bar graph shows: Math=8, Science=3, Reading=6, Art=5, PE=7. Which has the most?",
"answer": "Math",
"correctAnswer": "Math",
"difficulty": "medium"
},
{
"id": 14,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 9
},
{
"label": "Cats",
"value": 1
},
{
"label": "Fish",
"value": 6
},
{
"label": "Birds",
"value": 1
},
{
"label": "Rabbits",
"value": 2
}
],
"question": "The bar graph shows: Dogs=9, Cats=1, Fish=6, Birds=1, Rabbits=2. What is the difference between Fish and Rabbits?",
"answer": 4,
"correctAnswer": "4",
"difficulty": "medium"
},
{
"id": 15,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 7
},
{
"label": "Science",
"value": 2
},
{
"label": "Reading",
"value": 7
},
{
"label": "Art",
"value": 6
}
],
"question": "The bar graph shows: Math=7, Science=2, Reading=7, Art=6. How many more Math than Reading?",
"answer": 0,
"correctAnswer": "0",
"difficulty": "medium"
},
{
"id": 16,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 8
},
{
"label": "Blue",
"value": 9
},
{
"label": "Green",
"value": 6
}
],
"question": "The bar graph shows: Red=8, Blue=9, Green=6. How many more Blue than Red?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "medium"
},
{
"id": 17,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 4
},
{
"label": "Blue",
"value": 8
},
{
"label": "Green",
"value": 9
}
],
"question": "The bar graph shows: Red=4, Blue=8, Green=9. Which has the most?",
"answer": "Green",
"correctAnswer": "Green",
"difficulty": "medium"
},
{
"id": 18,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 9
},
{
"label": "Science",
"value": 9
},
{
"label": "Reading",
"value": 8
}
],
"question": "The bar graph shows: Math=9, Science=9, Reading=8. How many in total?",
"answer": 26,
"correctAnswer": "26",
"difficulty": "medium"
},
{
"id": 19,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 9
},
{
"label": "Basketball",
"value": 5
},
{
"label": "Baseball",
"value": 6
}
],
"question": "The bar graph shows: Soccer=9, Basketball=5, Baseball=6. How many in total?",
"answer": 20,
"correctAnswer": "20",
"difficulty": "medium"
},
{
"id": 20,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 7
},
{
"label": "Blue",
"value": 9
},
{
"label": "Green",
"value": 1
},
{
"label": "Yellow",
"value": 1
},
{
"label": "Purple",
"value": 4
}
],
"question": "The bar graph shows: Red=7, Blue=9, Green=1, Yellow=1, Purple=4. Which has the least?",
"answer": "Green",
"correctAnswer": "Green",
"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: Apples=10, Oranges=10, Bananas=2, Grapes=3, Peaches=9. How many more Apples than Oranges?
- The bar graph shows: Red=1, Blue=4, Green=6, Yellow=4. How many more Green than Yellow?
- The bar graph shows: Dogs=2, Cats=7, Fish=2, Birds=6, Rabbits=1. Which has the most?
- The bar graph shows: Monday=3, Tuesday=1, Wednesday=3, Thursday=3. How many in total?
- The bar graph shows: Math=5, Science=5, Reading=7, Art=7. Which has the least?
- The bar graph shows: Apples=9, Oranges=8, Bananas=5, Grapes=7, Peaches=10. What is the difference between Apples and Oranges?
- The bar graph shows: Soccer=3, Basketball=3, Baseball=4. What is the difference between Baseball and Basketball?
- The bar graph shows: Math=6, Science=2, Reading=7. Which has the least?
- The bar graph shows: Math=6, Science=3, Reading=3, Art=9. Which has the least?
- The bar graph shows: Monday=3, Tuesday=3, Wednesday=7, Thursday=9. Which has the least?
- The bar graph shows: Dogs=9, Cats=9, Fish=4, Birds=10. Which has the most?
- The bar graph shows: Monday=6, Tuesday=6, Wednesday=1. How many in total?
- The bar graph shows: Math=8, Science=3, Reading=6, Art=5, PE=7. Which has the most?
- The bar graph shows: Dogs=9, Cats=1, Fish=6, Birds=1, Rabbits=2. What is the difference between Fish and Rabbits?
- The bar graph shows: Math=7, Science=2, Reading=7, Art=6. How many more Math than Reading?
- The bar graph shows: Red=8, Blue=9, Green=6. How many more Blue than Red?
- The bar graph shows: Red=4, Blue=8, Green=9. Which has the most?
- The bar graph shows: Math=9, Science=9, Reading=8. How many in total?
- The bar graph shows: Soccer=9, Basketball=5, Baseball=6. How many in total?
- The bar graph shows: Red=7, Blue=9, Green=1, Yellow=1, Purple=4. Which has the least?
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.