Question
The ratio of the speed of the boat in upstream to that
of in downstream is 7:10, respectively. If the speed of the current is 12 km/h, then find the speed of the boat in still water.Solution
According to the question: Let the speed of the boat in still water = x km/h Speed of the boat downstream = (x+12) km/h Speed of the boat upstream = (x−12) km/h According to the question, (x−12):(x+12)=7:10 10(x−12)=7(x+12) 10x−120=7x+84 10x−7x=84+120 3x=204 x=68 km/h
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?