B Set 18 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": "easy",
        "config": {
            "difficulty": "easy",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 4 quarters = ? cents",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "easy"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.95. How much change do you get back?",
                "answer": 105,
                "correctAnswer": "105",
                "difficulty": "easy"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 4 quarters = ? cents",
                "answer": 140,
                "correctAnswer": "140",
                "difficulty": "easy"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.55. How much change do you get back?",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "easy"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.90. How much change do you get back?",
                "answer": 410,
                "correctAnswer": "410",
                "difficulty": "easy"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 dimes = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "easy"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 4 pennies = ? cents",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "easy"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 pennies = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "easy"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 4 quarters = ? cents",
                "answer": 102,
                "correctAnswer": "102",
                "difficulty": "easy"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.05. How much change do you get back?",
                "answer": 195,
                "correctAnswer": "195",
                "difficulty": "easy"
            },
            {
                "id": 11,
                "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": "easy"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 4 dimes = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "easy"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 2 dimes = ? cents",
                "answer": 21,
                "correctAnswer": "21",
                "difficulty": "easy"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "add-money",
                "question": "16 cents + 13 cents = ?",
                "answer": 29,
                "correctAnswer": "29",
                "difficulty": "easy"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "20 cents + 23 cents = ?",
                "answer": 43,
                "correctAnswer": "43",
                "difficulty": "easy"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 3 nickels = ? cents",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "easy"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.40. How much change do you get back?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "easy"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.90. How much change do you get back?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "easy"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 5 dimes = ? cents",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "easy"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}