Question
The ratio of the speed of boat βAβ in still water,
the speed of boat βBβ in still water and the speed of the current is 7:5:2, respectively. If the time taken by boat βAβ to travel (4D β 10) km downstream is equal to the time taken by boat βBβ to travel (D + 60) km upstream, then find the value of βDβ.Solution
Let, the speeds of boat βAβ and boat βBβ, in still water and the speed of the current be 7x km/hr, 5x km/hr and 2x km/hr, respectively. According to the question, (4D β 10)/(7x + 2x) = (D + 60)/(5x β 2x) Or, 12D β 30 = 9D + 540 Or, 3D = 570 Or, D = 190
Which command is used to remove all records from a table without deleting the table structure?
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
The result of a Cartesian product of two relations R and S will have:
What is 'inheritance' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
What is early binding in the context of OOP?
Which of the following prevents inheritance in C++?
Which of the following statements about abstract classes is true?
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...
A primary key in a table: