B Set 41 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": "make-change",
                "question": "You pay $5.00 for an item that costs $3.70. How much change do you get back?",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "easy"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "1 quarter + 5 nickels = ? cents",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "easy"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $2.00. How much change do you get back?",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "easy"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 2 quarters = ? cents",
                "answer": 53,
                "correctAnswer": "53",
                "difficulty": "easy"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 3 quarters = ? cents",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "easy"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 5 pennies = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "easy"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "6 cents + 25 cents = ?",
                "answer": 31,
                "correctAnswer": "31",
                "difficulty": "easy"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "5 quarters + 4 dimes = ? cents",
                "answer": 165,
                "correctAnswer": "165",
                "difficulty": "easy"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.35. How much change do you get back?",
                "answer": 265,
                "correctAnswer": "265",
                "difficulty": "easy"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 nickels = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "easy"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "add-money",
                "question": "5 cents + 13 cents = ?",
                "answer": 18,
                "correctAnswer": "18",
                "difficulty": "easy"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 2 pennies = ? cents",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "easy"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.80. How much change do you get back?",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "easy"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 5 dimes = ? cents",
                "answer": 52,
                "correctAnswer": "52",
                "difficulty": "easy"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.15. How much change do you get back?",
                "answer": 185,
                "correctAnswer": "185",
                "difficulty": "easy"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 nickels = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "easy"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 4 nickels = ? cents",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "easy"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "add-money",
                "question": "4 cents + 9 cents = ?",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "easy"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "5 dimes + 5 nickels = ? cents",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "easy"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "add-money",
                "question": "17 cents + 24 cents = ?",
                "answer": 41,
                "correctAnswer": "41",
                "difficulty": "easy"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}