Question: for part c, why is the probability 0? the question asks for the dbinom() function The `dbinom(k,n,p)` is the probability mass function for the binomial
for part c, why is the probability 0?
the question asks for the dbinom() function
The `dbinom(k,n,p)` is the probability mass function for the binomial distribution, i.e. $P(X=k)$ = `dbinom(k,n,p)`. For this function, the following need to be specified:
`k`, the number of successes associated with the desired probability
`n`, the number of trials
`p`, the probability of success for a single trial
Shouldn't we use this information to answer the question?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
