B Set 51 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 $2.00 for an item that costs $1.35. How much change do you get back?",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.10. How much change do you get back?",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "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": 4,
                "type": "money",
                "subType": "add-money",
                "question": "32 cents + 10 cents = ?",
                "answer": 42,
                "correctAnswer": "42",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.20. How much change do you get back?",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 4 pennies = ? cents",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "66 cents + 51 cents = ?",
                "answer": 117,
                "correctAnswer": "117",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "add-money",
                "question": "1 cents + 18 cents = ?",
                "answer": 19,
                "correctAnswer": "19",
                "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": "make-change",
                "question": "You pay $5.00 for an item that costs $3.30. How much change do you get back?",
                "answer": 170,
                "correctAnswer": "170",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "add-money",
                "question": "7 cents + 12 cents = ?",
                "answer": 19,
                "correctAnswer": "19",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "add-money",
                "question": "15 cents + 43 cents = ?",
                "answer": 58,
                "correctAnswer": "58",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 5 dimes = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 4 nickels = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 2 quarters = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.75. How much change do you get back?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "87 cents + 63 cents = ?",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "add-money",
                "question": "97 cents + 19 cents = ?",
                "answer": 116,
                "correctAnswer": "116",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 3 pennies = ? cents",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "add-money",
                "question": "67 cents + 35 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"
}