B Set 99 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": "72 cents + 72 cents = ?",
                "answer": 144,
                "correctAnswer": "144",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 1 penny = ? cents",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "34 cents + 15 cents = ?",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "80 cents + 80 cents = ?",
                "answer": 160,
                "correctAnswer": "160",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.70. How much change do you get back?",
                "answer": 330,
                "correctAnswer": "330",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 4 nickels = ? cents",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 2 pennies = ? cents",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "add-money",
                "question": "47 cents + 53 cents = ?",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.70. How much change do you get back?",
                "answer": 430,
                "correctAnswer": "430",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "add-money",
                "question": "95 cents + 70 cents = ?",
                "answer": 165,
                "correctAnswer": "165",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 4 dimes = ? cents",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 nickels = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.75. How much change do you get back?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 3 quarters = ? cents",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 5 quarters = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 5 pennies = ? cents",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 1 quarter = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 3 quarters = ? cents",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 1 dime = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 5 quarters = ? cents",
                "answer": 175,
                "correctAnswer": "175",
                "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"
}