B Set 84 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": "add-money",
                "question": "64 cents + 12 cents = ?",
                "answer": 76,
                "correctAnswer": "76",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 1 quarter = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.10. How much change do you get back?",
                "answer": 390,
                "correctAnswer": "390",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "85 cents + 6 cents = ?",
                "answer": 91,
                "correctAnswer": "91",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "add-money",
                "question": "90 cents + 15 cents = ?",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 1 penny = ? cents",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 1 penny = ? cents",
                "answer": 76,
                "correctAnswer": "76",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.05. How much change do you get back?",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 2 quarters = ? cents",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 5 dimes = ? cents",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 5 nickels = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "add-money",
                "question": "60 cents + 88 cents = ?",
                "answer": 148,
                "correctAnswer": "148",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 5 nickels = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 2 quarters = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 3 pennies = ? cents",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 3 nickels = ? cents",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.85. How much change do you get back?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "add-money",
                "question": "68 cents + 72 cents = ?",
                "answer": 140,
                "correctAnswer": "140",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 3 quarters = ? cents",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.40. How much change do you get back?",
                "answer": 60,
                "correctAnswer": "60",
                "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"
}