Question
A set of Q men can complete a work in 20 days, while
(Q+4) women can complete the same work in 28 days. If 9 men and 13 women together can finish the same work in 7 days, find Q.Solution
ATQ,
Qm × 20 = (Q+4)w × 28
5Qm = 7(Q+4)w
m/w = (7Q+28) / 5Q
Now,Q × (7Q+28) × 20 = [9 × (7Q+28) + 13 × 5Q] × 7
140Q² + 560Q = 63Q + 252 + 65Q
140Q² - 128Q - 252 = 0
70Q² - 64Q - 126 = 0
70Q² - 70Q + 6Q - 126 = 0
10Q(7Q - 7) + 6(7Q - 7) = 0
(7Q - 7)(10Q + 6) = 0
Q = 7/7, -6/10
Q = 1
Which command is used to remove all records from a table without deleting the table structure?
Which SQL keyword is used to sort the result set?
The result of a Cartesian product of two relations R and S will have:
Which of the following statements about abstract classes is true?
Which OOP principle allows a single interface to represent different underlying forms or data types?
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
What is early binding in the context of OOP?
Which of the following is true about a view in SQL?
Which of the following is a valid constraint in SQL?
Which of the following prevents inheritance in C++?