B Set 20 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,
            "regrouping": false,
            "operation": "multiplication",
            "factorMin": 2,
            "factorMax": 9
        },
        "problems": [
            {
                "id": 1,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 8",
                "answer": "1, 2, 4, 8",
                "correctAnswer": "1, 2, 4, 8",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 6 and 7",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 9 a factor of 9?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 4 a factor of 7?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 3 and 10",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 3 a factor of 4?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 7",
                "answer": "1, 7",
                "correctAnswer": "1, 7",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 6 and 3",
                "answer": "1, 3",
                "correctAnswer": "1, 3",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "factors",
                "subType": "common-factors",
                "question": "Find the common factors of 3 and 4",
                "answer": "1",
                "correctAnswer": "1",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 3 a factor of 9?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 2 a factor of 10?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 4 a factor of 8?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 6",
                "answer": "1, 2, 3, 6",
                "correctAnswer": "1, 2, 3, 6",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 2 a factor of 5?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 10",
                "answer": "1, 2, 5, 10",
                "correctAnswer": "1, 2, 5, 10",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "factors",
                "subType": "list-factors",
                "question": "List all factors of 9",
                "answer": "1, 3, 9",
                "correctAnswer": "1, 3, 9",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "factors",
                "subType": "is-factor",
                "question": "Is 3 a factor of 7?",
                "answer": "no",
                "correctAnswer": "no",
                "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"
}