Question
If a boat travels 18 km more in downstream than in
upstream in 3 hours and if the speed of the Boat in still water is 20 kmph. Find the distance travelled by boat in downstream in 4 hours?Solution
Difference in travelling distance in downstream and upstream in 1 hour is 6 km  Let the speed of upstream be x km/hr  Speed of downstream = x + 6 km/hr  speed of the Boat in still water = 20 km/hr  1/2 x (x + x + 6) = 20  2x + 6 = 40  x = 17 km/hr  Speed of downstream = 17 + 6 = 23 km/hr  Distance travelled in 4 hours = 23 x 4 = 92 km
What does the SQL keyword "DISTINCT" do?
Which of the following is not true about OLTP?
How do you comment a single-line in Python?
What is the purpose of the finally block in exception handling?
Which SQL statement is used to delete data from a database table?
Sending a packet to all destination simultaneously is called
State Yes or No
Overfitting is a type of modelling error which results in the failure to predict future observations effectively or fit additi...
Function to copy one memory location to other in C++
What holds true for “Internet”?
Which of the following is NOT a common use of PHP?