Question

    Directions : A number arrangement machine,when given a particular input, rearranges it following a particular rule. The following is the illustration of the input and the steps of arrangement: Input: 245, 316, 436, 519, 868, 710, 689 Step I: 710, 316, 436, 519, 868, 245, 689 Step II: 710, 316, 245, 519, 868, 436, 689 Step III: 710, 316, 245, 436, 868, 519, 689 Step IV: 710, 316, 245, 436, 519, 868, 689 Step IV is the last step for the given input.

    What will be the third step for the following

    input? Input: 653, 963, 754, 345, 364, 861, 541
    A 541, 345, 754, 963, 364, 816, 653 Correct Answer Incorrect Answer
    B 541, 345, 364, 653, 963, 754, 861 Correct Answer Incorrect Answer
    C 541, 345, 364, 963, 754, 861, 653 Correct Answer Incorrect Answer
    D 541, 345, 364, 653, 861, 754, 963 Correct Answer Incorrect Answer
    E None of these Correct Answer Incorrect Answer

    Solution

    Here the rule followed is: The sum of the digits is calculated. Then in step I, the number with lowest sum of its digits interchanges with the first number. [If the first number has already the lowest sum of its digits then the number with second lowest sum of its digits interchanges with the second number.] The process continues until the numbers get arranged in ascendingorder on the basis of their sum of digits.

    Practice Next

    Relevant for Exams: