B Set 26 Unknown

This page uses a content type that does not have a custom renderer yet. Raw structured data is shown below.

{
    "contentData": {
        "operation": "word-problems",
        "subject": "arithmetic",
        "difficulty": "hard",
        "config": {
            "difficulty": "hard",
            "operation": "division",
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "word-problems",
                "subType": "addition",
                "question": "Jake has 5 marbles and gets 10 more. How many marbles does Jake have now?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "hard"
            },
            {
                "id": 2,
                "type": "word-problems",
                "subType": "addition",
                "question": "Sam has 7 cards and gets 8 more. How many cards does Sam have now?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "hard"
            },
            {
                "id": 3,
                "type": "word-problems",
                "subType": "addition",
                "question": "Lisa had 5 toys. A friend gave Lisa 5 more toys. How many toys does Lisa have in all?",
                "answer": 10,
                "correctAnswer": "10",
                "difficulty": "hard"
            },
            {
                "id": 4,
                "type": "word-problems",
                "subType": "addition",
                "question": "Liam had 6 toys. A friend gave Liam 9 more toys. How many toys does Liam have in all?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "hard"
            },
            {
                "id": 5,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Ava had 7 toys and gave away 5. How many toys does Ava have left?",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "hard"
            },
            {
                "id": 6,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Liam had 10 pencils and gave away 6. How many pencils does Liam have left?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "hard"
            },
            {
                "id": 7,
                "type": "word-problems",
                "subType": "multiplication",
                "question": "Liam has 6 bags with 8 books in each bag. How many books does Liam have in all?",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "hard"
            },
            {
                "id": 8,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Noah bought 9 books but lost 5 of them. How many books does Noah have now?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "hard"
            },
            {
                "id": 9,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Sam had 10 books and sold 5 of them. How many books does Sam have remaining?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "hard"
            },
            {
                "id": 10,
                "type": "word-problems",
                "subType": "addition",
                "question": "Noah put 9 grapes in a basket and added 6 more. How many grapes are in the basket in total?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "hard"
            },
            {
                "id": 11,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Carlos bought 10 stickers but lost 5 of them. How many stickers does Carlos have now?",
                "answer": 5,
                "correctAnswer": "5",
                "difficulty": "hard"
            },
            {
                "id": 12,
                "type": "word-problems",
                "subType": "addition",
                "question": "Mia put 7 apples in a basket and added 8 more. How many apples are in the basket in total?",
                "answer": 15,
                "correctAnswer": "15",
                "difficulty": "hard"
            },
            {
                "id": 13,
                "type": "word-problems",
                "subType": "multiplication",
                "question": "Sam has 5 bags with 4 apples in each bag. How many apples does Sam have in all?",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "hard"
            },
            {
                "id": 14,
                "type": "word-problems",
                "subType": "addition",
                "question": "Sofia has 9 stickers and gets 7 more. How many stickers does Sofia have now?",
                "answer": 16,
                "correctAnswer": "16",
                "difficulty": "hard"
            },
            {
                "id": 15,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Mia had 6 cookies and gave away 5. How many cookies does Mia have left?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "hard"
            },
            {
                "id": 16,
                "type": "word-problems",
                "subType": "multiplication",
                "question": "Ava has 6 bags with 4 stickers in each bag. How many stickers does Ava have in all?",
                "answer": 24,
                "correctAnswer": "24",
                "difficulty": "hard"
            },
            {
                "id": 17,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Ava bought 8 apples but lost 7 of them. How many apples does Ava have now?",
                "answer": 1,
                "correctAnswer": "1",
                "difficulty": "hard"
            },
            {
                "id": 18,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Mia bought 9 pencils but lost 7 of them. How many pencils does Mia have now?",
                "answer": 2,
                "correctAnswer": "2",
                "difficulty": "hard"
            },
            {
                "id": 19,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Liam had 10 cookies and gave away 6. How many cookies does Liam have left?",
                "answer": 4,
                "correctAnswer": "4",
                "difficulty": "hard"
            },
            {
                "id": 20,
                "type": "word-problems",
                "subType": "subtraction",
                "question": "Carlos had 6 pencils and gave away 5. How many pencils does Carlos have left?",
                "answer": 1,
                "correctAnswer": "1",
                "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"
}