B Set 35 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": "easy",
        "config": {
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 2 quarters = ? cents",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 4 dimes = ? cents",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 3 dimes = ? cents",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 4 nickels = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 1 nickel = ? cents",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 4 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "5 cents + 27 cents = ?",
                "answer": 32,
                "correctAnswer": "32",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 4 pennies = ? cents",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "add-money",
                "question": "27 cents + 45 cents = ?",
                "answer": 72,
                "correctAnswer": "72",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "add-money",
                "question": "36 cents + 19 cents = ?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 1 dime = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 2 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "add-money",
                "question": "22 cents + 35 cents = ?",
                "answer": 57,
                "correctAnswer": "57",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "add-money",
                "question": "36 cents + 48 cents = ?",
                "answer": 84,
                "correctAnswer": "84",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "48 cents + 6 cents = ?",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "add-money",
                "question": "14 cents + 16 cents = ?",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "10 cents + 19 cents = ?",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.90. How much change do you get back?",
                "answer": 310,
                "correctAnswer": "310",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.60. How much change do you get back?",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.85. How much change do you get back?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}