B Set 23 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": "make-change",
                "question": "You pay $1.00 for an item that costs $0.05. How much change do you get back?",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 4 quarters = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "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": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "71 cents + 17 cents = ?",
                "answer": 88,
                "correctAnswer": "88",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.70. How much change do you get back?",
                "answer": 330,
                "correctAnswer": "330",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 1 dime = ? cents",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 quarters = ? cents",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "add-money",
                "question": "$1.00 + 19 cents = ?",
                "answer": 119,
                "correctAnswer": "119",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 5 nickels = ? cents",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.40. How much change do you get back?",
                "answer": 160,
                "correctAnswer": "160",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 2 nickels = ? cents",
                "answer": 14,
                "correctAnswer": "14",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 1 quarter = ? cents",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 pennies = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 4 pennies = ? cents",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $3.55. How much change do you get back?",
                "answer": 145,
                "correctAnswer": "145",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 2 pennies = ? cents",
                "answer": 6,
                "correctAnswer": "6",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 5 pennies = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 2 pennies = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 4 dimes = ? cents",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "add-money",
                "question": "6 cents + 96 cents = ?",
                "answer": 102,
                "correctAnswer": "102",
                "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"
}