Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started