Company: oracle_29oct
Difficulty: medium
Out of the nine ingredients (apricots, bacon, cake, donuts, eggs, figs, gingerbread, hazelnut, and ice cream), a chef will use exactly 5. Given that the chef will definitely use figs and gingerbread, and considering the following rules, which ingredient will definitely NOT be used? If bacon is not used, the chef will not use gingerbread, hazelnut, or ice cream. If apricots are used, bacon and cake are used. If donuts are not used, apricots are not used. Eggs are used. apricot cake donut cannot be determined If on an average, out of 118 elements, 38 are radioactive, then what is the probability that out of 59 elements, at least 58 are not radioactive? (80C59 / 118C59) * 11/61 (80C58 / 118C58) * 34/83 (80C58 / 118C59) * 2264/59 (80C59 / 118C59) * 23/22 The turnaround time for process P2 using a preemptive priority CPU scheduling algorithm is (in ms). Assume higher priority numbers imply higher priority (P4 > P3 > P2 > P1). Process P1: Arrival 0ms, Burst 5ms, Priority 10 Process