B Set 22 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": "count-coins",
                "question": "5 dimes + 4 dimes = ? cents",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "add-money",
                "question": "83 cents + 97 cents = ?",
                "answer": 180,
                "correctAnswer": "180",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "15 cents + 33 cents = ?",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "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": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "add-money",
                "question": "61 cents + 62 cents = ?",
                "answer": 123,
                "correctAnswer": "123",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "62 cents + 19 cents = ?",
                "answer": 81,
                "correctAnswer": "81",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 5 nickels = ? cents",
                "answer": 28,
                "correctAnswer": "28",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.25. How much change do you get back?",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "add-money",
                "question": "72 cents + 98 cents = ?",
                "answer": 170,
                "correctAnswer": "170",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 3 pennies = ? cents",
                "answer": 8,
                "correctAnswer": "8",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 5 nickels = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 4 nickels = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.60. How much change do you get back?",
                "answer": 240,
                "correctAnswer": "240",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 4 nickels = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "22 cents + 13 cents = ?",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 1 penny = ? cents",
                "answer": 51,
                "correctAnswer": "51",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "88 cents + 59 cents = ?",
                "answer": 147,
                "correctAnswer": "147",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.35. How much change do you get back?",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 5 dimes = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 2 dimes = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "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"
}