Question
A boat takes half the time to move a certain distance
downstream than upstream. the ratio of the boat's speed in still water and that of the current is.Solution
. Let the speed of boat in still water =B and speed of stream =S Speed in Downstream =B+S Speed in Upstream =B-S ATQ- B+S=D/T        … (1) B-S=D/2T       … (2) Solve Equation (1) and (2) B=3D/4T, S=D/4T B/S=3/1 B:S=3:1 Alternate – Downstreamupstream T1:2 S2:1 Speed of B in still water(B)=(B+S)/2=3/2 Spped of stream(current)(S)=(B-S) =1/2 Ratio of B And S= 3:1
Which memory is the fastest?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?
What will be the output of the following queue implementation using two stacks?
class QueueUsingStacks {Â Â Â Â Â Stacks1 = new Stack <>... Deletion in Red-Black Tree may require:
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
In CI/CD pipelines, which of the following is NOT a key benefit of Continuous Integration (CI)?
In network architecture, what is the primary advantage of a mesh topology over a star topology?
Which algorithm constructs a suffix tree in linear time?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
Which of the following statements about parameter passing in Python is TRUE?