
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
Find the least value of x so that the 5-digit number 72x48 is divisible by 9.
Correct Answer: A) 6
Step-by-step Solution: For a number to be divisible by 9, the sum of its digits must be a multiple of 9. Sum = 7 + 2 + x + 4 + 8 = 21 + x. The next multiple of 9 after 21 is 27. Therefore, 21 + x = 27 => x = 6.
Is the number 948275 divisible by 11?
Correct Answer: B) No
Step-by-step Solution: Sum of digits at odd places = 9 + 8 + 7 = 24. Sum of digits at even places = 4 + 2 + 5 = 11. Difference = 24 - 11 = 13. Since 13 is not divisible by 11, the number is not divisible by 11.
Divisibility by 11 is highly tested. Memorize the odd-even digit summation difference formula.