Let me first give you a brief summary of how to tackle probability questions of this kind and then let me work out the question as an example.
By definition,
Probability = (Number of favorable outcomes)/(total number of outcomes) Consider that we have a bag containing 2 blue, 3 green and 4 yellow balls and have to select one ball from the bag then the total outcomes will be 2 + 3 + 4 = 9. If we need to find the probability of selecting one blue ball P(B) from the bag, then P(B) = 2/9, the favorable outcomes here being the 2 blue balls and the total outcomes being all the 9 balls. Now this procedure holds good when we select one ball at a time (selecting one object at a time is referred to as a single event), but things change when we start selecting more than one ball (selecting more than one object at a time is referred to as a complex event).
Lets consider that we now select two balls at a time (complex event). Now this selection can be done in any one of three ways
1. With Replacement : Involves picking the first ball, replacing it, and then picking the second
2. Without Replacement : Involves picking the first ball, NOT replacing it, and then picking the second
3. Simultaneous : Involves picking both balls at once
For the above mentioned 3 cases the universal formula that you can use is
P(complex) = P(product of individual events) * arrangement Now considering the example of a bag with 2 blue, 3 green and 4 yellow balls, if we need to find the probability of getting the first ball blue and the second ball green when the balls are selected one by one with replacement then
P(BG) = P(B) * P(G) * arrangement ----> P(BG) = 2/9 * 3/9 * 1 = 2/27.
Here the arrangement is considered as 1 since the order here is specified i.e the first ball needs to be blue and the second green.
If the same question were rephrased as find the probability of getting one blue and one green when the balls are selected one by one with replacement then
P(BG) = P(B) * P(G) * arrangement ----> P(BG) = 2/9 * 3/9 * 2!
The 2! here represents the arrangement of the word BG. If we have a word MISSISSIPPI then the arrangements will be 11!/(4!4!2!) where 11! represents the number of alphabets, 4! represents the number of I's, 4! represents the number of S's and 2! represents the number of P's.
The arrangement here takes care of the two possible cases of getting a blue and a green i.e. P(BG) and P(GB).
If the same question were rephrased as find the probability of getting one blue and one green when the balls are selected one by one without replacement then
P(BG) = P(B) * P(G) * arrangement----> P(BG) = 2/9 * 3/8 * 2!
When we deal with a simultaneous selection, the probability way of solving is to treat a simultaneous selection as one by one without replacement and then use the above illustrated procedure. Now coming to the question that you have posted
If the probability of rain on any given day in City X is 25%, what is probability that it rains on exactly 3 days in a 4 day period.Let the
probability that it rains be P(R) = 1/4 and the
probability that it does not rain be P(N) = 3/4Now we need the probability that it rains on exactly 3 days in a 4 day period. This can be written as complex event P(RRRN)
P(RRRN) = 1/4 * 1/4 * 1/4 * 3/4 * 4!/3!Simplifying we get
3/64Hope this helps!
CrackVerbal Academics Team