B Set 53 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": "hard",
        "config": {
            "difficulty": "hard",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.50. How much change do you get back?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 3 nickels = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 1 dime = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "$1.59 + 15 cents = ?",
                "answer": 174,
                "correctAnswer": "174",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "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": "hard"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 1 nickel = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 2 nickels = ? cents",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 4 quarters = ? cents",
                "answer": 110,
                "correctAnswer": "110",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "add-money",
                "question": "99 cents + $1.32 = ?",
                "answer": 231,
                "correctAnswer": "231",
                "difficulty": "hard"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 4 dimes = ? cents",
                "answer": 165,
                "correctAnswer": "165",
                "difficulty": "hard"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 4 quarters = ? cents",
                "answer": 101,
                "correctAnswer": "101",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "add-money",
                "question": "$1.60 + $1.54 = ?",
                "answer": 314,
                "correctAnswer": "314",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 3 dimes = ? cents",
                "answer": 31,
                "correctAnswer": "31",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 4 pennies = ? cents",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "hard"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $3.70. How much change do you get back?",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "$1.90 + $2.08 = ?",
                "answer": 398,
                "correctAnswer": "398",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.45. How much change do you get back?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 5 quarters = ? cents",
                "answer": 135,
                "correctAnswer": "135",
                "difficulty": "hard"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 3 pennies = ? cents",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}