Question
If a group of 20 boys and 10 girls can finish a task in
50 days, and a team of 8 girls alone can complete the same task in 120 days, how long will it take for 80 boys to finish the entire task on their own?Solution
ATQ;
Task done by 8 girls in 1 day = 1/120
Task done by 10 girls in 1 day = 10/120 = 1/12
Task done by 20 boys = 1/50 β 1/12 = 1/60
Task done by 80 boys = 4/60 = 1/15
Hence, required time = 15 days
What does the β
Which of the following is a weak entity in a database?
Which type of join returns all rows from the left table and matching rows from the right table?
A view in SQL is:
Which SQL statement is used to remove all rows from a table without logging individual row deletions?
Which normal form removes transitive dependency?
What is the maximum number of processes that can be in the Ready state?
Which normal form eliminates transitive dependency?
Which deadlock prevention scheme allows older transactions to preempt younger ones?
Which aggregate function returns the number of rows that match a specified criterion?