Start learning 50% faster. Sign in now
Total work = LCM of 40, 80, and 120 = 240 units. Rahul's daily work = 240/40 = 6 units. Rohit's daily work = 240/80 = 3 units. Raj's daily work = 240/120 = 2 units. Work done in the first 10 days = 10 × (6 + 3 + 2) = 110 units. Work done by Rohit and Raj together in the next 12 days = 12 × (3 + 2) = 60 units. Remaining work = 240 - 110 - 60 = 70 units. Time taken by Raj alone to complete the remaining work = 70/2 = 35 days. Total days Raj worked = 10 + 12 + 35 = 57 days
Which type of firewall is specifically designed to monitor and filter incoming and outgoing traffic based on predetermined security rules and is capable...
Given the following code snippet, what will be the output when the function findMax is called with the array arr = [1, 5, 3, 9, 2]?
def findMax...
In software engineering, what is the primary purpose of the software development life cycle (SDLC)?
Which all statements are correct about Sorting
In database management systems (DBMS), which normalization form removes partial dependency?
Which protocol is most commonly used in IoT devices for lightweight, efficient communication in constrained networks?
To count total no of argument in shell
In object-oriented programming, what type of polymorphism is achieved at runtime?
Which one of the following given statements possibly contains the error?