You are viewing a single comment's thread. Return to all comments →
I am getting the wrong answer but i think i am doing in right way. Can anybody help me or tell me the correct answer
My R code is
dbinom(3, size=6, prob=109/209)+dbinom(4, size=6, prob=109/209)+dbinom(5, size=5, prob=109/209)+dbinom(6, size=6, prob=109/209)
and my answer is
0.6235209
Seems like cookies are disabled on this browser, please enable them to open this website
Binomial Distribution #2
You are viewing a single comment's thread. Return to all comments →
I am getting the wrong answer but i think i am doing in right way. Can anybody help me or tell me the correct answer
My R code is
dbinom(3, size=6, prob=109/209)+dbinom(4, size=6, prob=109/209)+dbinom(5, size=5, prob=109/209)+dbinom(6, size=6, prob=109/209)
and my answer is
0.6235209