B Set 63 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": "count-coins",
                "question": "5 nickels + 5 pennies = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "add-money",
                "question": "60 cents + 33 cents = ?",
                "answer": 93,
                "correctAnswer": "93",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "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": 4,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.75. How much change do you get back?",
                "answer": 325,
                "correctAnswer": "325",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "add-money",
                "question": "93 cents + 18 cents = ?",
                "answer": 111,
                "correctAnswer": "111",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "2 cents + 76 cents = ?",
                "answer": 78,
                "correctAnswer": "78",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 5 nickels = ? cents",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 4 nickels = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 4 nickels = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.85. How much change do you get back?",
                "answer": 215,
                "correctAnswer": "215",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "add-money",
                "question": "86 cents + 62 cents = ?",
                "answer": 148,
                "correctAnswer": "148",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.80. How much change do you get back?",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $3.20. How much change do you get back?",
                "answer": 180,
                "correctAnswer": "180",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 1 penny = ? cents",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "87 cents + 74 cents = ?",
                "answer": 161,
                "correctAnswer": "161",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 5 pennies = ? cents",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "85 cents + 7 cents = ?",
                "answer": 92,
                "correctAnswer": "92",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 1 quarter = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "add-money",
                "question": "12 cents + 11 cents = ?",
                "answer": 23,
                "correctAnswer": "23",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "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"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}