B Set 62 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": {
            "difficulty": "medium",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.75. How much change do you get back?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 5 dimes = ? cents",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "86 cents + 4 cents = ?",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.70. How much change do you get back?",
                "answer": 230,
                "correctAnswer": "230",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "add-money",
                "question": "26 cents + 69 cents = ?",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "39 cents + 39 cents = ?",
                "answer": 78,
                "correctAnswer": "78",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "16 cents + 68 cents = ?",
                "answer": 84,
                "correctAnswer": "84",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.90. How much change do you get back?",
                "answer": 110,
                "correctAnswer": "110",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 1 penny = ? cents",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.85. How much change do you get back?",
                "answer": 115,
                "correctAnswer": "115",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "add-money",
                "question": "54 cents + 80 cents = ?",
                "answer": 134,
                "correctAnswer": "134",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 5 dimes = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.90. How much change do you get back?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 3 dimes = ? cents",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "82 cents + 51 cents = ?",
                "answer": 133,
                "correctAnswer": "133",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 5 pennies = ? cents",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "98 cents + 21 cents = ?",
                "answer": 119,
                "correctAnswer": "119",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.40. How much change do you get back?",
                "answer": 360,
                "correctAnswer": "360",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "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": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}