B Set 14 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "money",
        "subject": "arithmetic",
        "difficulty": "medium",
        "config": {
            "maxNumber": 1000,
            "_gradeLevel": "3"
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 3 pennies = ? cents",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.20. How much change do you get back?",
                "answer": 280,
                "correctAnswer": "280",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 4 dimes = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 1 quarter = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.65. How much change do you get back?",
                "answer": 335,
                "correctAnswer": "335",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "29 cents + 26 cents = ?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 5 nickels = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.95. How much change do you get back?",
                "answer": 205,
                "correctAnswer": "205",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.75. How much change do you get back?",
                "answer": 225,
                "correctAnswer": "225",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 4 nickels = ? cents",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 2 nickels = ? cents",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.50. How much change do you get back?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.70. How much change do you get back?",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 3 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "29 cents + 38 cents = ?",
                "answer": 67,
                "correctAnswer": "67",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 5 nickels = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "21 cents + 3 cents = ?",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 3 dimes = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "add-money",
                "question": "15 cents + 10 cents = ?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.75. How much change do you get back?",
                "answer": 25,
                "correctAnswer": "25",
                "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"
}