B Set 55 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": "starter",
        "config": {
            "difficulty": "starter",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 1 quarter = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "starter"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 5 quarters = ? cents",
                "answer": 175,
                "correctAnswer": "175",
                "difficulty": "starter"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 1 dime = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "starter"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "3 cents + 3 cents = ?",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "starter"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 3 quarters = ? cents",
                "answer": 76,
                "correctAnswer": "76",
                "difficulty": "starter"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.30. How much change do you get back?",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "starter"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 1 dime = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "starter"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 5 nickels = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "starter"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 4 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "starter"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "add-money",
                "question": "10 cents + 12 cents = ?",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "starter"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.85. How much change do you get back?",
                "answer": 315,
                "correctAnswer": "315",
                "difficulty": "starter"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "add-money",
                "question": "7 cents + 10 cents = ?",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "starter"
            },
            {
                "id": 13,
                "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": "starter"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.95. How much change do you get back?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "starter"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.95. How much change do you get back?",
                "answer": 305,
                "correctAnswer": "305",
                "difficulty": "starter"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 5 pennies = ? cents",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "starter"
            },
            {
                "id": 17,
                "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": "starter"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 quarters = ? cents",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "starter"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 5 pennies = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "starter"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 5 pennies = ? cents",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "starter"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}