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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!