Question

    What is the least value of ‘a’ that should come in

    the number 5943a2, to make the number exactly divisible by 8?
    A 5 Correct Answer Incorrect Answer
    B 10 Correct Answer Incorrect Answer
    C 3 Correct Answer Incorrect Answer
    D 1 Correct Answer Incorrect Answer

    Solution

    For a number to be divisible by 8, the last 3 digits of the number should be divisible by 8. If a = 0; 302 is not divisible by 8. If a = 1: 312 is exactly divisible by 8. So, a = 1 is the answer.

    Practice Next