Question
The ratio of the boat's speed in
still water to the speed of the stream is 10:2. The boat takes time in the ratio 11:15 to travel (d β 70) km upstream and (d + 30) km downstream. Find the approximate value of 'd'.Solution
Let boat speed = 10x, stream speed = 2x Upstream speed = 8x, Downstream speed = 12x Upstream time = (d β 70) / 8x Downstream time = (d + 30) / 12x Given time ratio: (d β 70)/8x Γ· (d + 30)/12x = 11/15 β (12(d β 70)) / (8(d + 30)) = 11/15 β (3(d β 70)) / (2(d + 30)) = 11/15 Cross-multiply: 15 Γ 3(d β 70) = 11 Γ 2(d + 30) β 45d β 3150 = 22d + 660 β 23d = 3810 β d = 165.65 km or aprox 165 km
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?