B Set 47 Unknown

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": {
            "maxNumber": 1000,
            "_gradeLevel": "3"
        },
        "problems": [
            {
                "id": 1,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 875
                    },
                    {
                        "label": "Blue",
                        "value": 341
                    },
                    {
                        "label": "Green",
                        "value": 778
                    },
                    {
                        "label": "Yellow",
                        "value": 270
                    }
                ],
                "question": "The bar graph shows: Red=875, Blue=341, Green=778, Yellow=270. How many more Red than Green?",
                "answer": 97,
                "correctAnswer": "97",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 413
                    },
                    {
                        "label": "Science",
                        "value": 63
                    },
                    {
                        "label": "Reading",
                        "value": 45
                    }
                ],
                "question": "The bar graph shows: Math=413, Science=63, Reading=45. What is the difference between Science and Math?",
                "answer": 350,
                "correctAnswer": "350",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 92
                    },
                    {
                        "label": "Science",
                        "value": 744
                    },
                    {
                        "label": "Reading",
                        "value": 501
                    },
                    {
                        "label": "Art",
                        "value": 795
                    }
                ],
                "question": "The bar graph shows: Math=92, Science=744, Reading=501, Art=795. What is the difference between Art and Science?",
                "answer": 51,
                "correctAnswer": "51",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 281
                    },
                    {
                        "label": "Basketball",
                        "value": 73
                    },
                    {
                        "label": "Baseball",
                        "value": 853
                    },
                    {
                        "label": "Tennis",
                        "value": 44
                    }
                ],
                "question": "The bar graph shows: Soccer=281, Basketball=73, Baseball=853, Tennis=44. What is the difference between Soccer and Basketball?",
                "answer": 208,
                "correctAnswer": "208",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 555
                    },
                    {
                        "label": "Science",
                        "value": 664
                    },
                    {
                        "label": "Reading",
                        "value": 758
                    },
                    {
                        "label": "Art",
                        "value": 396
                    }
                ],
                "question": "The bar graph shows: Math=555, Science=664, Reading=758, Art=396. How many in total?",
                "answer": 2373,
                "correctAnswer": "2373",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Red",
                        "value": 400
                    },
                    {
                        "label": "Blue",
                        "value": 844
                    },
                    {
                        "label": "Green",
                        "value": 303
                    }
                ],
                "question": "The bar graph shows: Red=400, Blue=844, Green=303. How many in total?",
                "answer": 1547,
                "correctAnswer": "1547",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "data-graphs",
                "subType": "difference",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 171
                    },
                    {
                        "label": "Oranges",
                        "value": 99
                    },
                    {
                        "label": "Bananas",
                        "value": 471
                    },
                    {
                        "label": "Grapes",
                        "value": 357
                    }
                ],
                "question": "The bar graph shows: Apples=171, Oranges=99, Bananas=471, Grapes=357. What is the difference between Oranges and Grapes?",
                "answer": 258,
                "correctAnswer": "258",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 899
                    },
                    {
                        "label": "Oranges",
                        "value": 303
                    },
                    {
                        "label": "Bananas",
                        "value": 465
                    },
                    {
                        "label": "Grapes",
                        "value": 826
                    }
                ],
                "question": "The bar graph shows: Apples=899, Oranges=303, Bananas=465, Grapes=826. Which has the least?",
                "answer": "Oranges",
                "correctAnswer": "Oranges",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 199
                    },
                    {
                        "label": "Cats",
                        "value": 879
                    },
                    {
                        "label": "Fish",
                        "value": 357
                    },
                    {
                        "label": "Birds",
                        "value": 733
                    },
                    {
                        "label": "Rabbits",
                        "value": 218
                    }
                ],
                "question": "The bar graph shows: Dogs=199, Cats=879, Fish=357, Birds=733, Rabbits=218. How many more Cats than Birds?",
                "answer": 146,
                "correctAnswer": "146",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 263
                    },
                    {
                        "label": "Oranges",
                        "value": 524
                    },
                    {
                        "label": "Bananas",
                        "value": 929
                    }
                ],
                "question": "The bar graph shows: Apples=263, Oranges=524, Bananas=929. Which has the most?",
                "answer": "Bananas",
                "correctAnswer": "Bananas",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Dogs",
                        "value": 339
                    },
                    {
                        "label": "Cats",
                        "value": 843
                    },
                    {
                        "label": "Fish",
                        "value": 782
                    },
                    {
                        "label": "Birds",
                        "value": 590
                    },
                    {
                        "label": "Rabbits",
                        "value": 897
                    }
                ],
                "question": "The bar graph shows: Dogs=339, Cats=843, Fish=782, Birds=590, Rabbits=897. How many more Rabbits than Cats?",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 879
                    },
                    {
                        "label": "Oranges",
                        "value": 611
                    },
                    {
                        "label": "Bananas",
                        "value": 392
                    },
                    {
                        "label": "Grapes",
                        "value": 598
                    },
                    {
                        "label": "Peaches",
                        "value": 782
                    }
                ],
                "question": "The bar graph shows: Apples=879, Oranges=611, Bananas=392, Grapes=598, Peaches=782. How many more Apples than Peaches?",
                "answer": 97,
                "correctAnswer": "97",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 594
                    },
                    {
                        "label": "Oranges",
                        "value": 105
                    },
                    {
                        "label": "Bananas",
                        "value": 567
                    },
                    {
                        "label": "Grapes",
                        "value": 193
                    }
                ],
                "question": "The bar graph shows: Apples=594, Oranges=105, Bananas=567, Grapes=193. Which has the least?",
                "answer": "Oranges",
                "correctAnswer": "Oranges",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "data-graphs",
                "subType": "total",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 899
                    },
                    {
                        "label": "Science",
                        "value": 26
                    },
                    {
                        "label": "Reading",
                        "value": 463
                    }
                ],
                "question": "The bar graph shows: Math=899, Science=26, Reading=463. How many in total?",
                "answer": 1388,
                "correctAnswer": "1388",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 112
                    },
                    {
                        "label": "Basketball",
                        "value": 949
                    },
                    {
                        "label": "Baseball",
                        "value": 190
                    },
                    {
                        "label": "Tennis",
                        "value": 552
                    },
                    {
                        "label": "Swimming",
                        "value": 217
                    }
                ],
                "question": "The bar graph shows: Soccer=112, Basketball=949, Baseball=190, Tennis=552, Swimming=217. Which has the most?",
                "answer": "Basketball",
                "correctAnswer": "Basketball",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 509
                    },
                    {
                        "label": "Science",
                        "value": 370
                    },
                    {
                        "label": "Reading",
                        "value": 627
                    },
                    {
                        "label": "Art",
                        "value": 723
                    },
                    {
                        "label": "PE",
                        "value": 192
                    }
                ],
                "question": "The bar graph shows: Math=509, Science=370, Reading=627, Art=723, PE=192. Which has the least?",
                "answer": "PE",
                "correctAnswer": "PE",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "data-graphs",
                "subType": "most",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Math",
                        "value": 916
                    },
                    {
                        "label": "Science",
                        "value": 611
                    },
                    {
                        "label": "Reading",
                        "value": 593
                    },
                    {
                        "label": "Art",
                        "value": 471
                    },
                    {
                        "label": "PE",
                        "value": 131
                    }
                ],
                "question": "The bar graph shows: Math=916, Science=611, Reading=593, Art=471, PE=131. Which has the most?",
                "answer": "Math",
                "correctAnswer": "Math",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Soccer",
                        "value": 750
                    },
                    {
                        "label": "Basketball",
                        "value": 587
                    },
                    {
                        "label": "Baseball",
                        "value": 962
                    },
                    {
                        "label": "Tennis",
                        "value": 217
                    },
                    {
                        "label": "Swimming",
                        "value": 176
                    }
                ],
                "question": "The bar graph shows: Soccer=750, Basketball=587, Baseball=962, Tennis=217, Swimming=176. How many more Baseball than Soccer?",
                "answer": 212,
                "correctAnswer": "212",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "data-graphs",
                "subType": "how-many-more",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Apples",
                        "value": 104
                    },
                    {
                        "label": "Oranges",
                        "value": 85
                    },
                    {
                        "label": "Bananas",
                        "value": 112
                    },
                    {
                        "label": "Grapes",
                        "value": 25
                    },
                    {
                        "label": "Peaches",
                        "value": 457
                    }
                ],
                "question": "The bar graph shows: Apples=104, Oranges=85, Bananas=112, Grapes=25, Peaches=457. How many more Peaches than Bananas?",
                "answer": 345,
                "correctAnswer": "345",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "data-graphs",
                "subType": "least",
                "chartType": "bar",
                "data": [
                    {
                        "label": "Monday",
                        "value": 567
                    },
                    {
                        "label": "Tuesday",
                        "value": 612
                    },
                    {
                        "label": "Wednesday",
                        "value": 442
                    }
                ],
                "question": "The bar graph shows: Monday=567, Tuesday=612, Wednesday=442. Which has the least?",
                "answer": "Wednesday",
                "correctAnswer": "Wednesday",
                "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"
}