B Set 27 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": "hard",
        "config": {
            "difficulty": "hard",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $2.00 for an item that costs $1.40. How much change do you get back?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "money",
                "subType": "count-coins",
                "question": "3 nickels + 2 pennies = ? cents",
                "answer": 17,
                "correctAnswer": "17",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "money",
                "subType": "count-coins",
                "question": "2 dimes + 5 nickels = ? cents",
                "answer": 45,
                "correctAnswer": "45",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "money",
                "subType": "add-money",
                "question": "$2.37 + $1.39 = ?",
                "answer": 376,
                "correctAnswer": "376",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 4 nickels = ? cents",
                "answer": 120,
                "correctAnswer": "120",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.05. How much change do you get back?",
                "answer": 95,
                "correctAnswer": "95",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "money",
                "subType": "add-money",
                "question": "$1.62 + $1.71 = ?",
                "answer": 333,
                "correctAnswer": "333",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "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": "hard"
            },
            {
                "id": 9,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 1 penny = ? cents",
                "answer": 76,
                "correctAnswer": "76",
                "difficulty": "hard"
            },
            {
                "id": 10,
                "type": "money",
                "subType": "count-coins",
                "question": "3 quarters + 3 pennies = ? cents",
                "answer": 78,
                "correctAnswer": "78",
                "difficulty": "hard"
            },
            {
                "id": 11,
                "type": "money",
                "subType": "add-money",
                "question": "89 cents + $1.41 = ?",
                "answer": 230,
                "correctAnswer": "230",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.75. How much change do you get back?",
                "answer": 25,
                "correctAnswer": "25",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $0.90. How much change do you get back?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "money",
                "subType": "count-coins",
                "question": "4 nickels + 2 pennies = ? cents",
                "answer": 22,
                "correctAnswer": "22",
                "difficulty": "hard"
            },
            {
                "id": 15,
                "type": "money",
                "subType": "make-change",
                "question": "You pay $1.00 for an item that costs $1.00. How much change do you get back?",
                "answer": 0,
                "correctAnswer": "0",
                "difficulty": "hard"
            },
            {
                "id": 16,
                "type": "money",
                "subType": "count-coins",
                "question": "4 quarters + 4 dimes = ? cents",
                "answer": 140,
                "correctAnswer": "140",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "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": "hard"
            },
            {
                "id": 18,
                "type": "money",
                "subType": "add-money",
                "question": "$1.17 + $1.94 = ?",
                "answer": 311,
                "correctAnswer": "311",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "type": "money",
                "subType": "count-coins",
                "question": "3 dimes + 1 quarter = ? cents",
                "answer": 55,
                "correctAnswer": "55",
                "difficulty": "hard"
            },
            {
                "id": 20,
                "type": "money",
                "subType": "count-coins",
                "question": "1 nickel + 4 pennies = ? cents",
                "answer": 9,
                "correctAnswer": "9",
                "difficulty": "hard"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}