B Set 73 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": "count-coins",
                "question": "4 nickels + 5 pennies = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $3.60. How much change do you get back?",
                "answer": 140,
                "correctAnswer": "140",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 3 pennies = ? cents",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.50. How much change do you get back?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 5 quarters = ? cents",
                "answer": 128,
                "correctAnswer": "128",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "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": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 2 nickels = ? cents",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 4 quarters = ? cents",
                "answer": 101,
                "correctAnswer": "101",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 5 nickels = ? cents",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 3 pennies = ? cents",
                "answer": 53,
                "correctAnswer": "53",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.65. How much change do you get back?",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "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": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 5 dimes = ? cents",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 5 quarters = ? cents",
                "answer": 135,
                "correctAnswer": "135",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 4 dimes = ? cents",
                "answer": 44,
                "correctAnswer": "44",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 2 pennies = ? cents",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "add-money",
                "question": "44 cents + 41 cents = ?",
                "answer": 85,
                "correctAnswer": "85",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 nickels = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 2 quarters = ? cents",
                "answer": 54,
                "correctAnswer": "54",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.85. How much change do you get back?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}