A work can be completed by ‘A’ and ‘B’, alone in 10 days and 15 days, respectively. Find the number of days taken by ‘C’ to complete the same work alone if ‘A’, ‘B’ and ‘C’ together can complete the whole work in 3 days.
Let total work = 30 units (LCM of 10 and 15) Efficiency of ‘A’ = (30/10) = 3 units/day Efficiency of ‘B’ = (30/15) = 2 units/day Combined efficiency of ‘A’, ‘B’ and ‘C’ = (30/3) = 10 units/day Efficiency of ‘C’ = 10 – (3 + 2) = 5 units/day Required time taken = (30/5) = 6 days
In data analytics, what is the primary purpose of sentiment analysis?
Which of the following is an ethical consideration related to the use of AI?
Which type of power plant uses mirrors or lenses to concentrate sunlight and generate electricity?
What is the purpose of a weak entity in the ER model?
Which network topology uses a central node to connect all other nodes?
Which of the operation is used to see the top element of stack?
Which command will help you to find the time of how long the system is being running?
Process isolation is a set of different hardware and software technologies designed to protect each process from other processes on the operating system.
What are the three main dimensions of big data known as the "3Vs"?
What does the 'len()' function do in Python?