B Set 16 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": "make-change",
                "question": "You pay $1.00 for an item that costs $0.15. How much change do you get back?",
                "answer": 85,
                "correctAnswer": "85",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 5 quarters = ? cents",
                "answer": 129,
                "correctAnswer": "129",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "86 cents + 42 cents = ?",
                "answer": 128,
                "correctAnswer": "128",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "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": 6,
                "type": "money",
                "subType": "add-money",
                "question": "4 cents + 88 cents = ?",
                "answer": 92,
                "correctAnswer": "92",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "3 cents + 48 cents = ?",
                "answer": 51,
                "correctAnswer": "51",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "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": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 2 pennies = ? cents",
                "answer": 127,
                "correctAnswer": "127",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.70. How much change do you get back?",
                "answer": 230,
                "correctAnswer": "230",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.95. How much change do you get back?",
                "answer": 405,
                "correctAnswer": "405",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.30. How much change do you get back?",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 4 quarters = ? cents",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "6 cents + 99 cents = ?",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 2 dimes = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 4 quarters = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 1 dime = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 1 penny = ? cents",
                "answer": 126,
                "correctAnswer": "126",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "5 nickels + 1 penny = ? cents",
                "answer": 26,
                "correctAnswer": "26",
                "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"
}