B Set 9 Unknown

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

{
    "contentData": {
        "operation": "multiplication",
        "subject": "arithmetic",
        "difficulty": "easy",
        "config": {
            "maxNumber": 10
        },
        "problems": [
            {
                "id": 1,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 10",
                "answer": "1, 2, 5, 10",
                "correctAnswer": "1, 2, 5, 10",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 3 and 2",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 9 and 8",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 5 and 10",
                "answer": "1, 5",
                "correctAnswer": "1, 5",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 3",
                "answer": "1, 3",
                "correctAnswer": "1, 3",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 8 and 2",
                "answer": "1, 2",
                "correctAnswer": "1, 2",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 4 and 3",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 7 and 9",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 7",
                "answer": "1, 7",
                "correctAnswer": "1, 7",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 8 and 10",
                "answer": "1, 2",
                "correctAnswer": "1, 2",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 8",
                "answer": "1, 2, 4, 8",
                "correctAnswer": "1, 2, 4, 8",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 10 and 6",
                "answer": "1, 2",
                "correctAnswer": "1, 2",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 1 a factor of 10?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 9",
                "answer": "1, 3, 9",
                "correctAnswer": "1, 3, 9",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 10 a factor of 10?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 6",
                "answer": "1, 2, 3, 6",
                "correctAnswer": "1, 2, 3, 6",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 2 a factor of 2?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 8 and 7",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 1 a factor of 3?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 4",
                "answer": "1, 2, 4",
                "correctAnswer": "1, 2, 4",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "outputTargets": {
        "screen": true,
        "print": true,
        "pdf": true,
        "answerKey": true
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}