Answer :
To determine probability with replacement, It uses sampling with replacement. In other words, you want to determine the likelihood of an event in which you choose a ball, card, or other object from a set of options and then swap it out after each choice.
Example:
Consider a scenario in which you wished to sample two people from a population of seven.
Those people are:
John, Jack ,Qiu, Tina, Hatty, Jacques, Des
Their names could be placed in a hat. If you sample with replacement, you would pick one name, put it back in the hat, and then pick a different name. Your two-name sample has the following potential outcomes:
John, John
John, Jack
John, Qui
Jack, Qui
Jack Tina
…and so on.
The two products you sample with replacement are independent. In other words, the outcome of one has no bearing on the other. The odds of picking the first name are 1/7, and the odds of picking the second name are 1/7.
P(John, John) = (1/7) * (1/7) = .02.
P(John, Jack) = (1/7) * (1/7) = .02.
P(John, Qui) = (1/7) * (1/7) = .02.
P(Jack, Qui) = (1/7) * (1/7) = .02.
P(Jack Tina) = (1/7) * (1/7) = .02.
To learn more about probability click here:
brainly.com/question/14210034
#SPJ4