B Set 49 Unknown

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

{
    "contentData": {
        "operation": "target-number",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10
        },
        "problems": [
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    4,
                    6,
                    1,
                    9
                ],
                "target": 10,
                "answer": "10 (multiple solutions possible)",
                "question": "Target Number: Use [4, 6, 1, 9] with +, -, x to reach 10",
                "difficulty": "normal"
            },
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    6,
                    4,
                    3,
                    8
                ],
                "target": 9,
                "answer": "9 (multiple solutions possible)",
                "question": "Target Number: Use [6, 4, 3, 8] with +, -, x to reach 9",
                "difficulty": "normal"
            },
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    1,
                    5,
                    5,
                    7
                ],
                "target": 4,
                "answer": "4 (multiple solutions possible)",
                "question": "Target Number: Use [1, 5, 5, 7] with +, -, x to reach 4",
                "difficulty": "normal"
            },
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    6,
                    1,
                    6,
                    2
                ],
                "target": 1,
                "answer": "1 (multiple solutions possible)",
                "question": "Target Number: Use [6, 1, 6, 2] with +, -, x to reach 1",
                "difficulty": "normal"
            },
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    9,
                    10,
                    5,
                    3
                ],
                "target": 3,
                "answer": "3 (multiple solutions possible)",
                "question": "Target Number: Use [9, 10, 5, 3] with +, -, x to reach 3",
                "difficulty": "normal"
            },
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    1,
                    4,
                    7,
                    5
                ],
                "target": 1,
                "answer": "1 (multiple solutions possible)",
                "question": "Target Number: Use [1, 4, 7, 5] with +, -, x to reach 1",
                "difficulty": "normal"
            },
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    7,
                    1,
                    7,
                    5
                ],
                "target": 4,
                "answer": "4 (multiple solutions possible)",
                "question": "Target Number: Use [7, 1, 7, 5] with +, -, x to reach 4",
                "difficulty": "normal"
            },
            {
                "type": "target-number",
                "subType": "target-number",
                "numbers": [
                    10,
                    2,
                    8,
                    7
                ],
                "target": 11,
                "answer": "11 (multiple solutions possible)",
                "question": "Target Number: Use [10, 2, 8, 7] with +, -, x to reach 11",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}