Home » Aptitude » Number System » Question
  1. What least value must be assigned to ‘*’ so that the number 451 * 603 is exactly divisible by 9?
    1. 7
    2. 8
    3. 5
    4. 9
Correct Option: B

If the sum of the digits of a number be divisible by 9, the number is divisible by 9.
Sum of the digits of 451 * 603 = 4 + 5 + 1 + * + 6 + 0 + 3
Sum of the digits of 451 * 603 = 19 + *
If * = 8, then 19 + 8 = 27 , which is divisible by 9.



Your comments will be displayed only after manual approval.