B Set 54 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": "make-change",
                "question": "You pay $5.00 for an item that costs $1.05. How much change do you get back?",
                "answer": 395,
                "correctAnswer": "395",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 4 pennies = ? cents",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "45 cents + 29 cents = ?",
                "answer": 74,
                "correctAnswer": "74",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 4 nickels = ? cents",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "add-money",
                "question": "49 cents + 12 cents = ?",
                "answer": 61,
                "correctAnswer": "61",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 5 quarters = ? cents",
                "answer": 135,
                "correctAnswer": "135",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 3 nickels = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 4 dimes = ? cents",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "add-money",
                "question": "16 cents + 3 cents = ?",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 4 nickels = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "add-money",
                "question": "22 cents + 23 cents = ?",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 5 nickels = ? cents",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "add-money",
                "question": "39 cents + 10 cents = ?",
                "answer": 49,
                "correctAnswer": "49",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 4 pennies = ? cents",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 3 dimes = ? cents",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "add-money",
                "question": "26 cents + 11 cents = ?",
                "answer": 37,
                "correctAnswer": "37",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 3 dimes = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.50. How much change do you get back?",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 3 nickels = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 2 dimes = ? cents",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}