Question: Choose which code matches each number For the code, you are considering 20 trials of a coin toss in which the coin has a 40%

Choose which code matches each number
For the code, you are considering 20 trials of a coin toss in which the coin has a 40% of landing on HEADS. 1. rbinom(n=15, size =20,p=0.4) 2. pbinom(q=3, size =20,p=0.4) 3. rbinom(n=20, size =15,p=0.4) Find the probability of a coin landing on HEADS *exactly* 3 4. rbinom(n=20, size =15,p=0.6) times. 5. rbinom(n=15, size =20,p=0.6) Find the p-value of a coin 6. 1 pbinom (q=15, size =20,p=0.4)+ Find the p-value of a coin dbinom(x=15, size =20,p=0.4) landing on HEADS 3 times. 7. pbinom(q=15, size =20,p=0.4) Simulate the number of TAILS from each of 15 sets of the 8. 1- pbinom (q=15, size =20,p=0.4) coin tosses above. 9. dbinom(x=3, size =20,p=0.4) 10. dbinom(x=15, size =20,p=0.4) 11. 1- pbinom (q=3, size =20,p=0.4)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
