Question
Aman is how much % (less/more) efficient than
Kiran? Suppose five friends Ritu, Mohani, Aman, Sam and Kiran are appoints to complete a certain piece of work. Ram and Mohani together can complete a work in 24 days. Mohani and Aman together can complete 50% of the work in 15 days. Aman and Sam together can complete the work in 24 days. Ritu and Kiran together can complete 16.66% of the work in 6 days. Sam and Kiran together can complete the work in 20 days.Solution
ATQ, we can say that Efficiency of, Ram = r, Mohani = m, Aman = a, Sam = s, Kiran = k (r + m) Γ 24 = (m + a) Γ 30 = (a + s) Γ 24 = (r + k) Γ 36 = (s + e) Γ 20 = 360 r + m = 15, m + a = 12, a + s = 15, r + k = 10, s + k = 18 (m + a) + (a + d) β (r + m) β (s + k) + (r + k) = 12 + 15 β 15 β 18 + 10 2a = 4 a = 2, m = 10, r = 5, s = 13, k = 5. Hence required % will be =Β (5 β 2)/5 Γ 100 =Β 60% Less
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?