Question
The HCF of two numbers is 112, and their LCM is 3360.
What is the sum of the numbers?Solution
Let the two numbers be 112x and 112y.
Then,
Product of the numbers = Product of HCF and LCM
112x × 112y = 112 × 3360
xy = 30
Let x = 5 and y = 6 (As co-prime factors of 30 are 5 and 6).
Then, the sum of the numbers is
112 × 5 + 112 × 6 = 112 × 11 = 1232
Which of the following statements best describes polymorphism in object-oriented programming?
To insert a new node at the beginning of a singly linked list, which of the following operations is typically performed?
If an algorithm takes $5n²  + 3n + 10$ steps for an input of size n, its Big O notation would be:
Which type of database join returns only the matching rows from two tables based on a condition?
What is a key advantage of containerization over traditional virtual machines?
In asymmetric encryption, which of the following statements is correct?
Which protocol is used by devices to obtain an IP address automatically in a network?
Which of the following is a key advantage of digital signatures?
Priority Queue allows access to elements based on priority rather than order.
Tarjan’s algorithm is used to find: