B Set 67 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": "add-money",
                "question": "78 cents + 35 cents = ?",
                "answer": 113,
                "correctAnswer": "113",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 5 pennies = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 3 nickels = ? cents",
                "answer": 115,
                "correctAnswer": "115",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.75. How much change do you get back?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 4 dimes = ? cents",
                "answer": 140,
                "correctAnswer": "140",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "$1.00 + 2 cents = ?",
                "answer": 102,
                "correctAnswer": "102",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 pennies = ? cents",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 1 quarter = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.15. How much change do you get back?",
                "answer": 385,
                "correctAnswer": "385",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 5 dimes = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 5 dimes = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 1 quarter = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 4 pennies = ? cents",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "add-money",
                "question": "95 cents + 1 cents = ?",
                "answer": 96,
                "correctAnswer": "96",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "26 cents + 39 cents = ?",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.60. How much change do you get back?",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 2 quarters = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 3 nickels = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 5 dimes = ? cents",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "add-money",
                "question": "89 cents + 48 cents = ?",
                "answer": 137,
                "correctAnswer": "137",
                "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"
}