Question
P and Q can complete a work in 26 days and 39 days,
respectively. P, Q and R together can complete the work in 13 days. If R get a total wage of Rs. 5850 to complete the work alone, then find the per day wage of R.Solution
Let the total work be LCM of (26, 39 and 13) = 78 units Number of units of work done by P alone in one day = 78/26 = 3 units Number of units of work done by Q alone in one day = 78/39 = 2 units Number of units of work done by P, Q and R together in one day = 78/13 = 6 units Number of units of work done by R alone in one day = 6 β 3 β 2 = 1 unit So, time taken by R alone to complete the work = 78/1 = 78 days So, per day wage of R = 5850/78 = Rs. 75
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?