Workbook Detail
Data Graphs K Data Graphs Project — Set 36
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": "easy",
"config": {
"maxNumber": 10
},
"problems": [
{
"id": 1,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 10
},
{
"label": "Tuesday",
"value": 6
},
{
"label": "Wednesday",
"value": 1
},
{
"label": "Thursday",
"value": 5
},
{
"label": "Friday",
"value": 2
}
],
"question": "The bar graph shows: Monday=10, Tuesday=6, Wednesday=1, Thursday=5, Friday=2. How many in total?",
"answer": 24,
"correctAnswer": "24",
"difficulty": "normal"
},
{
"id": 2,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 6
},
{
"label": "Science",
"value": 3
},
{
"label": "Reading",
"value": 8
}
],
"question": "The bar graph shows: Math=6, Science=3, Reading=8. How many in total?",
"answer": 17,
"correctAnswer": "17",
"difficulty": "normal"
},
{
"id": 3,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 3
},
{
"label": "Cats",
"value": 10
},
{
"label": "Fish",
"value": 6
},
{
"label": "Birds",
"value": 2
},
{
"label": "Rabbits",
"value": 1
}
],
"question": "The bar graph shows: Dogs=3, Cats=10, Fish=6, Birds=2, Rabbits=1. Which has the least?",
"answer": "Rabbits",
"correctAnswer": "Rabbits",
"difficulty": "normal"
},
{
"id": 4,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 2
},
{
"label": "Tuesday",
"value": 2
},
{
"label": "Wednesday",
"value": 1
},
{
"label": "Thursday",
"value": 4
},
{
"label": "Friday",
"value": 3
}
],
"question": "The bar graph shows: Monday=2, Tuesday=2, Wednesday=1, Thursday=4, Friday=3. How many in total?",
"answer": 12,
"correctAnswer": "12",
"difficulty": "normal"
},
{
"id": 5,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Red",
"value": 9
},
{
"label": "Blue",
"value": 7
},
{
"label": "Green",
"value": 9
},
{
"label": "Yellow",
"value": 7
},
{
"label": "Purple",
"value": 6
}
],
"question": "The bar graph shows: Red=9, Blue=7, Green=9, Yellow=7, Purple=6. How many more Red than Green?",
"answer": 0,
"correctAnswer": "0",
"difficulty": "normal"
},
{
"id": 6,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 2
},
{
"label": "Basketball",
"value": 6
},
{
"label": "Baseball",
"value": 9
},
{
"label": "Tennis",
"value": 10
}
],
"question": "The bar graph shows: Soccer=2, Basketball=6, Baseball=9, Tennis=10. What is the difference between Soccer and Basketball?",
"answer": 4,
"correctAnswer": "4",
"difficulty": "normal"
},
{
"id": 7,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 8
},
{
"label": "Tuesday",
"value": 9
},
{
"label": "Wednesday",
"value": 4
},
{
"label": "Thursday",
"value": 7
},
{
"label": "Friday",
"value": 1
}
],
"question": "The bar graph shows: Monday=8, Tuesday=9, Wednesday=4, Thursday=7, Friday=1. Which has the most?",
"answer": "Tuesday",
"correctAnswer": "Tuesday",
"difficulty": "normal"
},
{
"id": 8,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 2
},
{
"label": "Basketball",
"value": 8
},
{
"label": "Baseball",
"value": 10
},
{
"label": "Tennis",
"value": 3
}
],
"question": "The bar graph shows: Soccer=2, Basketball=8, Baseball=10, Tennis=3. Which has the least?",
"answer": "Soccer",
"correctAnswer": "Soccer",
"difficulty": "normal"
},
{
"id": 9,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 1
},
{
"label": "Science",
"value": 1
},
{
"label": "Reading",
"value": 4
},
{
"label": "Art",
"value": 7
}
],
"question": "The bar graph shows: Math=1, Science=1, Reading=4, Art=7. What is the difference between Math and Science?",
"answer": 0,
"correctAnswer": "0",
"difficulty": "normal"
},
{
"id": 10,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 5
},
{
"label": "Basketball",
"value": 10
},
{
"label": "Baseball",
"value": 1
},
{
"label": "Tennis",
"value": 4
}
],
"question": "The bar graph shows: Soccer=5, Basketball=10, Baseball=1, Tennis=4. How many more Basketball than Soccer?",
"answer": 5,
"correctAnswer": "5",
"difficulty": "normal"
},
{
"id": 11,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 5
},
{
"label": "Basketball",
"value": 8
},
{
"label": "Baseball",
"value": 7
}
],
"question": "The bar graph shows: Soccer=5, Basketball=8, Baseball=7. What is the difference between Basketball and Baseball?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "normal"
},
{
"id": 12,
"type": "data-graphs",
"subType": "most",
"chartType": "bar",
"data": [
{
"label": "Dogs",
"value": 4
},
{
"label": "Cats",
"value": 10
},
{
"label": "Fish",
"value": 2
}
],
"question": "The bar graph shows: Dogs=4, Cats=10, Fish=2. Which has the most?",
"answer": "Cats",
"correctAnswer": "Cats",
"difficulty": "normal"
},
{
"id": 13,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 5
},
{
"label": "Basketball",
"value": 3
},
{
"label": "Baseball",
"value": 5
},
{
"label": "Tennis",
"value": 8
},
{
"label": "Swimming",
"value": 10
}
],
"question": "The bar graph shows: Soccer=5, Basketball=3, Baseball=5, Tennis=8, Swimming=10. How many more Swimming than Tennis?",
"answer": 2,
"correctAnswer": "2",
"difficulty": "normal"
},
{
"id": 14,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 9
},
{
"label": "Science",
"value": 6
},
{
"label": "Reading",
"value": 4
},
{
"label": "Art",
"value": 10
}
],
"question": "The bar graph shows: Math=9, Science=6, Reading=4, Art=10. How many in total?",
"answer": 29,
"correctAnswer": "29",
"difficulty": "normal"
},
{
"id": 15,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Apples",
"value": 6
},
{
"label": "Oranges",
"value": 2
},
{
"label": "Bananas",
"value": 7
},
{
"label": "Grapes",
"value": 5
}
],
"question": "The bar graph shows: Apples=6, Oranges=2, Bananas=7, Grapes=5. What is the difference between Oranges and Bananas?",
"answer": 5,
"correctAnswer": "5",
"difficulty": "normal"
},
{
"id": 16,
"type": "data-graphs",
"subType": "how-many-more",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 1
},
{
"label": "Science",
"value": 5
},
{
"label": "Reading",
"value": 7
},
{
"label": "Art",
"value": 8
}
],
"question": "The bar graph shows: Math=1, Science=5, Reading=7, Art=8. How many more Art than Reading?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "normal"
},
{
"id": 17,
"type": "data-graphs",
"subType": "difference",
"chartType": "bar",
"data": [
{
"label": "Math",
"value": 5
},
{
"label": "Science",
"value": 4
},
{
"label": "Reading",
"value": 10
},
{
"label": "Art",
"value": 4
},
{
"label": "PE",
"value": 9
}
],
"question": "The bar graph shows: Math=5, Science=4, Reading=10, Art=4, PE=9. What is the difference between PE and Reading?",
"answer": 1,
"correctAnswer": "1",
"difficulty": "normal"
},
{
"id": 18,
"type": "data-graphs",
"subType": "least",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 5
},
{
"label": "Tuesday",
"value": 9
},
{
"label": "Wednesday",
"value": 6
},
{
"label": "Thursday",
"value": 3
}
],
"question": "The bar graph shows: Monday=5, Tuesday=9, Wednesday=6, Thursday=3. Which has the least?",
"answer": "Thursday",
"correctAnswer": "Thursday",
"difficulty": "normal"
},
{
"id": 19,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Soccer",
"value": 7
},
{
"label": "Basketball",
"value": 7
},
{
"label": "Baseball",
"value": 10
},
{
"label": "Tennis",
"value": 8
}
],
"question": "The bar graph shows: Soccer=7, Basketball=7, Baseball=10, Tennis=8. How many in total?",
"answer": 32,
"correctAnswer": "32",
"difficulty": "normal"
},
{
"id": 20,
"type": "data-graphs",
"subType": "total",
"chartType": "bar",
"data": [
{
"label": "Monday",
"value": 1
},
{
"label": "Tuesday",
"value": 5
},
{
"label": "Wednesday",
"value": 5
}
],
"question": "The bar graph shows: Monday=1, Tuesday=5, Wednesday=5. How many in total?",
"answer": 11,
"correctAnswer": "11",
"difficulty": "normal"
}
],
"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: Monday=10, Tuesday=6, Wednesday=1, Thursday=5, Friday=2. How many in total?
- The bar graph shows: Math=6, Science=3, Reading=8. How many in total?
- The bar graph shows: Dogs=3, Cats=10, Fish=6, Birds=2, Rabbits=1. Which has the least?
- The bar graph shows: Monday=2, Tuesday=2, Wednesday=1, Thursday=4, Friday=3. How many in total?
- The bar graph shows: Red=9, Blue=7, Green=9, Yellow=7, Purple=6. How many more Red than Green?
- The bar graph shows: Soccer=2, Basketball=6, Baseball=9, Tennis=10. What is the difference between Soccer and Basketball?
- The bar graph shows: Monday=8, Tuesday=9, Wednesday=4, Thursday=7, Friday=1. Which has the most?
- The bar graph shows: Soccer=2, Basketball=8, Baseball=10, Tennis=3. Which has the least?
- The bar graph shows: Math=1, Science=1, Reading=4, Art=7. What is the difference between Math and Science?
- The bar graph shows: Soccer=5, Basketball=10, Baseball=1, Tennis=4. How many more Basketball than Soccer?
- The bar graph shows: Soccer=5, Basketball=8, Baseball=7. What is the difference between Basketball and Baseball?
- The bar graph shows: Dogs=4, Cats=10, Fish=2. Which has the most?
- The bar graph shows: Soccer=5, Basketball=3, Baseball=5, Tennis=8, Swimming=10. How many more Swimming than Tennis?
- The bar graph shows: Math=9, Science=6, Reading=4, Art=10. How many in total?
- The bar graph shows: Apples=6, Oranges=2, Bananas=7, Grapes=5. What is the difference between Oranges and Bananas?
- The bar graph shows: Math=1, Science=5, Reading=7, Art=8. How many more Art than Reading?
- The bar graph shows: Math=5, Science=4, Reading=10, Art=4, PE=9. What is the difference between PE and Reading?
- The bar graph shows: Monday=5, Tuesday=9, Wednesday=6, Thursday=3. Which has the least?
- The bar graph shows: Soccer=7, Basketball=7, Baseball=10, Tennis=8. How many in total?
- The bar graph shows: Monday=1, Tuesday=5, Wednesday=5. How many in total?
Practice data graphs with free printable worksheets for Kindergarten. Uniquely generated — reinforce key math skills with every set.
Frequently Asked Questions
How do I use this Data Graphs Kindergarten Project 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.