Question
A plane can travel 36 km against the wind and 80 km with
the wind in 4 hours. How much percent is the speed of the plane against the wind less than the speed with the wind, considering it can travel 168 km against the wind and 128 km with the wind in 11 hours?Solution
ATQ, Let the againts the wind speed and with the wind speed of the plane be 'p' km/h and 'q' km/h, respectively. According to question: 36/p + 80/q = 4 ------------(i) And 168/p + 128/q = 11 -----------(ii) Solving (i) and (ii), we get p = 24 and q = 32 So, the upstream speed and the downstream speed of the boat are 24 km/h and 32 km/h respectively. So, the desired percentage = {(32 – 24)/32} × 100 = 800/32 = 25%
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?