B Set 46 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": "medium",
        "config": {
            "difficulty": "medium",
            "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": "medium"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 3 dimes = ? cents",
                "answer": 130,
                "correctAnswer": "130",
                "difficulty": "medium"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $0.20. How much change do you get back?",
                "answer": 480,
                "correctAnswer": "480",
                "difficulty": "medium"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "count-coins",
                "question": "2 pennies + 2 nickels = ? cents",
                "answer": 12,
                "correctAnswer": "12",
                "difficulty": "medium"
            },
            {
                "id": 5,
                "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": "medium"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "add-money",
                "question": "21 cents + 12 cents = ?",
                "answer": 33,
                "correctAnswer": "33",
                "difficulty": "medium"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $5.00 for an item that costs $4.70. How much change do you get back?",
                "answer": 30,
                "correctAnswer": "30",
                "difficulty": "medium"
            },
            {
                "id": 8,
                "type": "money",
                "subType": "count-coins",
                "question": "4 pennies + 4 nickels = ? cents",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "medium"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 1 quarter = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "medium"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "add-money",
                "question": "23 cents + 25 cents = ?",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "medium"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 quarters = ? cents",
                "answer": 70,
                "correctAnswer": "70",
                "difficulty": "medium"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 5 nickels = ? cents",
                "answer": 125,
                "correctAnswer": "125",
                "difficulty": "medium"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 4 dimes = ? cents",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "medium"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.35. How much change do you get back?",
                "answer": 65,
                "correctAnswer": "65",
                "difficulty": "medium"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 5 quarters = ? cents",
                "answer": 225,
                "correctAnswer": "225",
                "difficulty": "medium"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.15. How much change do you get back?",
                "answer": 85,
                "correctAnswer": "85",
                "difficulty": "medium"
            },
            {
                "id": 17,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.50. How much change do you get back?",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "medium"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "add-money",
                "question": "32 cents + 51 cents = ?",
                "answer": 83,
                "correctAnswer": "83",
                "difficulty": "medium"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $0.20. How much change do you get back?",
                "answer": 180,
                "correctAnswer": "180",
                "difficulty": "medium"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "4 dimes + 2 nickels = ? cents",
                "answer": 50,
                "correctAnswer": "50",
                "difficulty": "medium"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}