Start learning 50% faster. Sign in now
Let the number of days taken by Mukta to complete the work be “x”. Number of days taken by Raj = (x + 8) Number of days taken by Bheem = (x + 32) 1/(x + 8) + 1/(x + 32) = 1/x 2x2 + 40x = x2 + 40x + 256 2x2 - x2 = 256 x2 = 256 or x = 16 Number of days taken by Mukta = 16 days Number of days taken by Bheem = 48 days Let the total work be 48 units. Mukta’s one-day work = 3 units Bheem’s one-day work = 1 unit Required time = 48/4 = 12 days
Which web technology allows web pages to adapt to different screen sizes and devices?
Which of the following is a valid token in lexical analysis?
What does the complexity class P refer to?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
In Hadoop, what is the purpose of the MapReduce paradigm?
Which Apache project provides real-time stream processing and messaging capabilities in Hadoop?
What is exception handling in programming?
In the context of synchronization, what is a deadlock?
State true or false
FDMA is a communication technique that divides the available frequency spectrum into multiple non-overlapping frequency ba...
Which of the following function is used in every hashing technique