B Set 80 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": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 8 after 32?",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal"
            },
            {
                "id": 2,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 6 after 30?",
                "answer": 36,
                "correctAnswer": "36",
                "difficulty": "normal"
            },
            {
                "id": 3,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 4 after 60?",
                "answer": 64,
                "correctAnswer": "64",
                "difficulty": "normal"
            },
            {
                "id": 4,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 8 multiples of 5",
                "answer": "5, 10, 15, 20, 25, 30, 35, 40",
                "correctAnswer": "5, 10, 15, 20, 25, 30, 35, 40",
                "difficulty": "normal"
            },
            {
                "id": 5,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 63 a multiple of 7?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 6,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 35 a multiple of 2?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 7,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 5 after 75?",
                "answer": 80,
                "correctAnswer": "80",
                "difficulty": "normal"
            },
            {
                "id": 8,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 4 after 56?",
                "answer": 60,
                "correctAnswer": "60",
                "difficulty": "normal"
            },
            {
                "id": 9,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 57 a multiple of 4?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 10,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 8 multiples of 4",
                "answer": "4, 8, 12, 16, 20, 24, 28, 32",
                "correctAnswer": "4, 8, 12, 16, 20, 24, 28, 32",
                "difficulty": "normal"
            },
            {
                "id": 11,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 10 after 10?",
                "answer": 20,
                "correctAnswer": "20",
                "difficulty": "normal"
            },
            {
                "id": 12,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 6 after 42?",
                "answer": 48,
                "correctAnswer": "48",
                "difficulty": "normal"
            },
            {
                "id": 13,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 69 a multiple of 10?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 14,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 4 after 36?",
                "answer": 40,
                "correctAnswer": "40",
                "difficulty": "normal"
            },
            {
                "id": 15,
                "type": "multiples",
                "subType": "list-multiples",
                "question": "List the first 4 multiples of 2",
                "answer": "2, 4, 6, 8",
                "correctAnswer": "2, 4, 6, 8",
                "difficulty": "normal"
            },
            {
                "id": 16,
                "type": "multiples",
                "subType": "next-multiple",
                "question": "What is the next multiple of 6 after 84?",
                "answer": 90,
                "correctAnswer": "90",
                "difficulty": "normal"
            },
            {
                "id": 17,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 33 a multiple of 6?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            },
            {
                "id": 18,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 42 a multiple of 3?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 19,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 45 a multiple of 5?",
                "answer": "yes",
                "correctAnswer": "yes",
                "difficulty": "normal"
            },
            {
                "id": 20,
                "type": "multiples",
                "subType": "is-multiple",
                "question": "Is 125 a multiple of 7?",
                "answer": "no",
                "correctAnswer": "no",
                "difficulty": "normal"
            }
        ],
        "layout": {
            "columns": 2,
            "problemsPerPage": 20
        }
    },
    "_archetype": "form-exercise",
    "_generatorId": "arithmetic-generator-v7.2.1"
}