B Set 65 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": "3 dimes + 3 pennies = ? cents",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "add-money",
                "question": "22 cents + 33 cents = ?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.95. How much change do you get back?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 5 pennies = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "add-money",
                "question": "2 cents + 29 cents = ?",
                "answer": 31,
                "correctAnswer": "31",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.25. How much change do you get back?",
                "answer": 75,
                "correctAnswer": "75",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "count-coins",
                "question": "1 dime + 1 dime = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $2.00. How much change do you get back?",
                "answer": 300,
                "correctAnswer": "300",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 5 nickels = ? cents",
                "answer": 35,
                "correctAnswer": "35",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "3 pennies + 2 nickels = ? cents",
                "answer": 13,
                "correctAnswer": "13",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "5 pennies + 1 quarter = ? cents",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.30. How much change do you get back?",
                "answer": 470,
                "correctAnswer": "470",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "add-money",
                "question": "27 cents + 38 cents = ?",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 2 pennies = ? cents",
                "answer": 7,
                "correctAnswer": "7",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "add-money",
                "question": "47 cents + 37 cents = ?",
                "answer": 84,
                "correctAnswer": "84",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.45. How much change do you get back?",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "count-coins",
                "question": "1 penny + 4 dimes = ? cents",
                "answer": 41,
                "correctAnswer": "41",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "count-coins",
                "question": "2 nickels + 1 dime = ? cents",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "2 quarters + 3 pennies = ? cents",
                "answer": 53,
                "correctAnswer": "53",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.35. How much change do you get back?",
                "answer": 165,
                "correctAnswer": "165",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}