B Set 71 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.95. How much change do you get back?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 4 nickels = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 4 quarters = ? cents",
                "answer": 103,
                "correctAnswer": "103",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "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": "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": "2 quarters + 4 nickels = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "$2.44 + $1.37 = ?",
                "answer": 381,
                "correctAnswer": "381",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "add-money",
                "question": "$1.20 + 50 cents = ?",
                "answer": 170,
                "correctAnswer": "170",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "add-money",
                "question": "$1.96 + 34 cents = ?",
                "answer": 230,
                "correctAnswer": "230",
                "difficulty": "hard"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 3 pennies = ? cents",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "hard"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 5 dimes = ? cents",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.10. How much change do you get back?",
                "answer": 190,
                "correctAnswer": "190",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "add-money",
                "question": "79 cents + 94 cents = ?",
                "answer": 173,
                "correctAnswer": "173",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 3 quarters = ? cents",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "hard"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 4 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "hard"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 4 nickels = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 1 nickel = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.00. How much change do you get back?",
                "answer": 300,
                "correctAnswer": "300",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 4 pennies = ? cents",
                "answer": 34,
                "correctAnswer": "34",
                "difficulty": "hard"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 2 pennies = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "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"
}