B Set 17 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": {
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $1.75. How much change do you get back?",
                "answer": 325,
                "correctAnswer": "325",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 3 nickels = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "add-money",
                "question": "3 cents + 36 cents = ?",
                "answer": 39,
                "correctAnswer": "39",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "42 cents + 12 cents = ?",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 1 penny = ? cents",
                "answer": 11,
                "correctAnswer": "11",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 5 nickels = ? cents",
                "answer": 26,
                "correctAnswer": "26",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "48 cents + 25 cents = ?",
                "answer": 73,
                "correctAnswer": "73",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 5 nickels = ? cents",
                "answer": 27,
                "correctAnswer": "27",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "add-money",
                "question": "26 cents + 15 cents = ?",
                "answer": 41,
                "correctAnswer": "41",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 5 pennies = ? cents",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 quarters = ? cents",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.65. How much change do you get back?",
                "answer": 135,
                "correctAnswer": "135",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.50. How much change do you get back?",
                "answer": 150,
                "correctAnswer": "150",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 5 nickels = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 2 dimes = ? cents",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 2 quarters = ? cents",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 2 dimes = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.00. How much change do you get back?",
                "answer": 100,
                "correctAnswer": "100",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "add-money",
                "question": "6 cents + 12 cents = ?",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}