Question
A five-digit number 2A78B, is divisible by 55. What is
the difference between the maximum and minimum possible value of (A-B)?Solution
2A78B 2A78B is divisible by 55 Or 11×5. So, divisibility rule of 11 and 5 given number can only be completely divided by 11 if the difference of the sum of digits at odd position and sum of digits at even position in a number is 0 or 11. If the last number is either 0 or 5, the entire number is divisible by 5. Maximum possible value of A and B=6 and 5 Maximum possible value of A-B=6-5=1 Minimum value of A and B=1 and 0 Minimum value of (A-B) =1-0=1 Difference between the maximum and minimum possible value of (A-B) =1-1=0.
What does A/B testing involve in data analytics?
Which of the following is an example of an active electronic component?
Which complexity class represents problems that can be solved in polynomial time?
In a typical Ethernet LAN, what type of cable is commonly used for wired connections?
Which operator is used to allocate dynamic memory in C++?
What will be the output of the following code:
int main() {
  int...
The Protocol Data Unit (PDU) at the Network Layer of the OSI model is commonly referred to as a:
Which tree traversal visits the nodes in the order: left, root, right?
In Hadoop, what is the purpose of the MapReduce paradigm?
What is abstraction in object-oriented programming?