Question
An eight-digit number, 18x297y6 is divisible by 72.
Find the maximum possible value of x + y.Solution
Given number is 18x297y6. For a number to be divisible by 72, then it should be divisible by both 8 and 9. So, we will check the divisibility rule of 8 and 9. For the given number to be divisible by 8, the last three digits of the number should be divisible by 8. Last three digits of the given number are 7y6. So, the possible values of y are 3 and 7. For the number to be divisible by 9, the sum digits of the given number should be a multiple of 9. So, sum of the digits of the given number
= 1 + 8 + x + 2 + 9 + 7 + y + 6 = 33 + x + y So, next multiples of 9 after 33 are 36 and 45. So, possible values of (x + y) are 3 and 12. When, x + y = 12, take y = 7 and x = 5. So, this case is valid and sufficient to conclude that maximum value of x + y = 12. Hence, option B.
Which component in the CPU is responsible for fetching instructions from memory and incrementing the program counter?
In a circuit with n mesh currents, how many essential KVL equations are written when performing mesh analysis?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
What is the role of the catch block in exception handling?
What is the purpose of the Index Manager in RDBMS architecture?
Which scheduling policy may result in high waiting times for long-running jobs?
A read bit can be read
How many dimensions are selected in dice operation?
The time taken by a single bit to travel around the ring is known as ___?
Which of the following synchronization mechanisms provides a more structured approach to synchronization, allowing only one thread to access a resource...