Question
A basket contains βxβ red apples and 12 green
apples. If the probability of selecting a red apple is 2/5, then find the probability that two apples picked at random are of different colours.Solution
ATQ, Total = x + 12 So, x/(x + 12) = 2/5 Or, 5x = 2x + 24 So, x = 8 Desired Probability = (8C1 Γ 12C1)/(20C2) = (2 Γ 8 Γ 12)/(20 Γ 19) = 96/190 = 48/95
In PAM technique which of the below attributes of the pulse is used to vary as the amplitude of message varies
What is the main goal of cloud load balancing?
Round robin scheduling is essentially the preemptive version of
A semaphore is initialized to 1. If two processes P1 and P2 both try to execute a `wait()` (P) operation on this semaphore, what is the maximum number o...
Fill in the correct option for 26 blank space.
What is the primary purpose of a system call?
Which statement is TRUE regarding Norton theorem?
What is a "smart object" in IoT?
For the circuit shown, Find the number of nodes and number of independent equations used for analysis of circuit using nodal analysis.
What is the phenomenon where a process spends more time paging (swapping pages between main memory and disk) than executing instructions?