Question
Ratio of two numbers 8:15 and their LCM is 2400. Find
the sum of the given two numbers.Solution
Let the two numbers be '8h' and '15h', where 'h' is the HCF of the two given numbers. Product of two numbers = (Product of LCM and HCF) of the given two numbers 8h × 15h = h × 2400 Or, 120h = 2400 So, 'h' = (2400 / 120) = 20 Therefore, the required sum = 8h + 15h = 23h = 23 × 20 = 460 Hence, option c
Which of the following memories has the shortest access times?Â
A collection of Data organized in a manner that allows access, retrieval & use of the data
How many types of architecture we have in DBMS
Which of the following joins returns all rows from both tables, filling in NULL values for non-matching rows?
What is the purpose of the SQL "GROUP BY" clause?
Which of the following statements about ACID properties in a DBMS is incorrect?
Which of the following concurrency control techniques allows multiple transactions to read data simultaneously but ensures that only one transaction ca...
Which normal form deals with the issue of transitive dependencies?
Which of the following is used to speed up data retrieval in a relational database?
What does the term "normalization" refer to in the context of database design?