B Set 81 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": "2 nickels + 2 dimes = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.55. How much change do you get back?",
                "answer": 145,
                "correctAnswer": "145",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.10. How much change do you get back?",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 2 nickels = ? cents",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 5 dimes = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "11 cents + 92 cents = ?",
                "answer": 103,
                "correctAnswer": "103",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 2 nickels = ? cents",
                "answer": 135,
                "correctAnswer": "135",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.70. How much change do you get back?",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 4 dimes = ? cents",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 5 pennies = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 1 nickel = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "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": 13,
                "type": "money",
                "subType": "add-money",
                "question": "56 cents + 30 cents = ?",
                "answer": 86,
                "correctAnswer": "86",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 5 dimes = ? cents",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 2 dimes = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 pennies = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 2 dimes = ? cents",
                "answer": 145,
                "correctAnswer": "145",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 1 nickel = ? cents",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 4 pennies = ? cents",
                "answer": 44,
                "correctAnswer": "44",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 2 dimes = ? cents",
                "answer": 24,
                "correctAnswer": "24",
                "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"
}