Workbook Detail
Data Graphs Bar Graph Hard — Set 98
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": "hard",
"config": {
"difficulty": "hard",
"maxNumber": 10
},
"problems": [
{
"id": 1,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 9
},
{
"label": "Cats",
"value": 2
},
{
"label": "Fish",
"value": 9
}
],
"question": "The bar graph shows: Dogs=9, Cats=2, Fish=9. What is the difference between Fish and Dogs?",
"answer": 0,
"correctAnswer": "0",
"difficulty": "hard"
},
{
"id": 2,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 2
},
{
"label": "Blue",
"value": 1
},
{
"label": "Green",
"value": 6
},
{
"label": "Yellow",
"value": 6
},
{
"label": "Purple",
"value": 7
}
],
"question": "The bar graph shows: Red=2, Blue=1, Green=6, Yellow=6, Purple=7. How many in total?",
"answer": 22,
"correctAnswer": "22",
"difficulty": "hard"
},
{
"id": 3,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 10
},
{
"label": "Tuesday",
"value": 6
},
{
"label": "Wednesday",
"value": 6
},
{
"label": "Thursday",
"value": 4
}
],
"question": "The bar graph shows: Monday=10, Tuesday=6, Wednesday=6, Thursday=4. How many in total?",
"answer": 26,
"correctAnswer": "26",
"difficulty": "hard"
},
{
"id": 4,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 4
},
{
"label": "Cats",
"value": 4
},
{
"label": "Fish",
"value": 1
}
],
"question": "The bar graph shows: Dogs=4, Cats=4, Fish=1. How many more Dogs than Cats?",
"answer": 0,
"correctAnswer": "0",
"difficulty": "hard"
},
{
"id": 5,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 6
},
{
"label": "Cats",
"value": 3
},
{
"label": "Fish",
"value": 4
},
{
"label": "Birds",
"value": 7
},
{
"label": "Rabbits",
"value": 4
}
],
"question": "The bar graph shows: Dogs=6, Cats=3, Fish=4, Birds=7, Rabbits=4. How many more Birds than Dogs?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "hard"
},
{
"id": 6,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 10
},
{
"label": "Cats",
"value": 7
},
{
"label": "Fish",
"value": 9
},
{
"label": "Birds",
"value": 5
},
{
"label": "Rabbits",
"value": 7
}
],
"question": "The bar graph shows: Dogs=10, Cats=7, Fish=9, Birds=5, Rabbits=7. What is the difference between Dogs and Cats?",
"answer": 3,
"correctAnswer": "3",
"difficulty": "hard"
},
{
"id": 7,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 7
},
{
"label": "Cats",
"value": 10
},
{
"label": "Fish",
"value": 2
},
{
"label": "Birds",
"value": 2
},
{
"label": "Rabbits",
"value": 4
}
],
"question": "The bar graph shows: Dogs=7, Cats=10, Fish=2, Birds=2, Rabbits=4. Which has the least?",
"answer": "Fish",
"correctAnswer": "Fish",
"difficulty": "hard"
},
{
"id": 8,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 9
},
{
"label": "Basketball",
"value": 10
},
{
"label": "Baseball",
"value": 5
},
{
"label": "Tennis",
"value": 8
}
],
"question": "The bar graph shows: Soccer=9, Basketball=10, Baseball=5, Tennis=8. Which has the least?",
"answer": "Baseball",
"correctAnswer": "Baseball",
"difficulty": "hard"
},
{
"id": 9,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 10
},
{
"label": "Oranges",
"value": 3
},
{
"label": "Bananas",
"value": 10
},
{
"label": "Grapes",
"value": 6
}
],
"question": "The bar graph shows: Apples=10, Oranges=3, Bananas=10, Grapes=6. How many more Apples than Bananas?",
"answer": 0,
"correctAnswer": "0",
"difficulty": "hard"
},
{
"id": 10,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 3
},
{
"label": "Blue",
"value": 3
},
{
"label": "Green",
"value": 5
}
],
"question": "The bar graph shows: Red=3, Blue=3, Green=5. Which has the least?",
"answer": "Red",
"correctAnswer": "Red",
"difficulty": "hard"
},
{
"id": 11,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 1
},
{
"label": "Science",
"value": 10
},
{
"label": "Reading",
"value": 6
},
{
"label": "Art",
"value": 4
}
],
"question": "The bar graph shows: Math=1, Science=10, Reading=6, Art=4. How many more Science than Reading?",
"answer": 4,
"correctAnswer": "4",
"difficulty": "hard"
},
{
"id": 12,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 9
},
{
"label": "Oranges",
"value": 4
},
{
"label": "Bananas",
"value": 10
},
{
"label": "Grapes",
"value": 4
}
],
"question": "The bar graph shows: Apples=9, Oranges=4, Bananas=10, Grapes=4. How many in total?",
"answer": 27,
"correctAnswer": "27",
"difficulty": "hard"
},
{
"id": 13,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 5
},
{
"label": "Basketball",
"value": 2
},
{
"label": "Baseball",
"value": 3
},
{
"label": "Tennis",
"value": 10
}
],
"question": "The bar graph shows: Soccer=5, Basketball=2, Baseball=3, Tennis=10. How many more Tennis than Soccer?",
"answer": 5,
"correctAnswer": "5",
"difficulty": "hard"
},
{
"id": 14,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 6
},
{
"label": "Science",
"value": 3
},
{
"label": "Reading",
"value": 7
}
],
"question": "The bar graph shows: Math=6, Science=3, Reading=7. Which has the least?",
"answer": "Science",
"correctAnswer": "Science",
"difficulty": "hard"
},
{
"id": 15,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 6
},
{
"label": "Science",
"value": 6
},
{
"label": "Reading",
"value": 10
},
{
"label": "Art",
"value": 1
}
],
"question": "The bar graph shows: Math=6, Science=6, Reading=10, Art=1. What is the difference between Math and Reading?",
"answer": 4,
"correctAnswer": "4",
"difficulty": "hard"
},
{
"id": 16,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 10
},
{
"label": "Tuesday",
"value": 1
},
{
"label": "Wednesday",
"value": 1
},
{
"label": "Thursday",
"value": 5
}
],
"question": "The bar graph shows: Monday=10, Tuesday=1, Wednesday=1, Thursday=5. Which has the most?",
"answer": "Monday",
"correctAnswer": "Monday",
"difficulty": "hard"
},
{
"id": 17,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 7
},
{
"label": "Science",
"value": 6
},
{
"label": "Reading",
"value": 4
},
{
"label": "Art",
"value": 1
},
{
"label": "PE",
"value": 1
}
],
"question": "The bar graph shows: Math=7, Science=6, Reading=4, Art=1, PE=1. What is the difference between Math and Reading?",
"answer": 3,
"correctAnswer": "3",
"difficulty": "hard"
},
{
"id": 18,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 10
},
{
"label": "Blue",
"value": 10
},
{
"label": "Green",
"value": 9
},
{
"label": "Yellow",
"value": 7
},
{
"label": "Purple",
"value": 7
}
],
"question": "The bar graph shows: Red=10, Blue=10, Green=9, Yellow=7, Purple=7. Which has the least?",
"answer": "Yellow",
"correctAnswer": "Yellow",
"difficulty": "hard"
},
{
"id": 19,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 6
},
{
"label": "Science",
"value": 5
},
{
"label": "Reading",
"value": 3
},
{
"label": "Art",
"value": 5
}
],
"question": "The bar graph shows: Math=6, Science=5, Reading=3, Art=5. What is the difference between Reading and Math?",
"answer": 3,
"correctAnswer": "3",
"difficulty": "hard"
},
{
"id": 20,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 6
},
{
"label": "Cats",
"value": 4
},
{
"label": "Fish",
"value": 4
},
{
"label": "Birds",
"value": 7
},
{
"label": "Rabbits",
"value": 10
}
],
"question": "The bar graph shows: Dogs=6, Cats=4, Fish=4, Birds=7, Rabbits=10. What is the difference between Rabbits and Dogs?",
"answer": 4,
"correctAnswer": "4",
"difficulty": "hard"
}
],
"layout": {
"columns": 2,
"problemsPerPage": 20
}
},
"_archetype": "form-exercise",
"_generatorId": "arithmetic-generator-v7.2.1"
}Teaching Notes
- The bar graph shows: Dogs=9, Cats=2, Fish=9. What is the difference between Fish and Dogs?
- The bar graph shows: Red=2, Blue=1, Green=6, Yellow=6, Purple=7. How many in total?
- The bar graph shows: Monday=10, Tuesday=6, Wednesday=6, Thursday=4. How many in total?
- The bar graph shows: Dogs=4, Cats=4, Fish=1. How many more Dogs than Cats?
- The bar graph shows: Dogs=6, Cats=3, Fish=4, Birds=7, Rabbits=4. How many more Birds than Dogs?
- The bar graph shows: Dogs=10, Cats=7, Fish=9, Birds=5, Rabbits=7. What is the difference between Dogs and Cats?
- The bar graph shows: Dogs=7, Cats=10, Fish=2, Birds=2, Rabbits=4. Which has the least?
- The bar graph shows: Soccer=9, Basketball=10, Baseball=5, Tennis=8. Which has the least?
- The bar graph shows: Apples=10, Oranges=3, Bananas=10, Grapes=6. How many more Apples than Bananas?
- The bar graph shows: Red=3, Blue=3, Green=5. Which has the least?
- The bar graph shows: Math=1, Science=10, Reading=6, Art=4. How many more Science than Reading?
- The bar graph shows: Apples=9, Oranges=4, Bananas=10, Grapes=4. How many in total?
- The bar graph shows: Soccer=5, Basketball=2, Baseball=3, Tennis=10. How many more Tennis than Soccer?
- The bar graph shows: Math=6, Science=3, Reading=7. Which has the least?
- The bar graph shows: Math=6, Science=6, Reading=10, Art=1. What is the difference between Math and Reading?
- The bar graph shows: Monday=10, Tuesday=1, Wednesday=1, Thursday=5. Which has the most?
- The bar graph shows: Math=7, Science=6, Reading=4, Art=1, PE=1. What is the difference between Math and Reading?
- The bar graph shows: Red=10, Blue=10, Green=9, Yellow=7, Purple=7. Which has the least?
- The bar graph shows: Math=6, Science=5, Reading=3, Art=5. What is the difference between Reading and Math?
- The bar graph shows: Dogs=6, Cats=4, Fish=4, Birds=7, Rabbits=10. What is the difference between Rabbits and Dogs?
Practice data graphs bar graph with free printable worksheets. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Data Graphs Bar Graph Hard 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.