USE R CODING! Pleaseee I need the code With R coding Obs: it
supposed to use probability density function like X ~ Binomial( n
,p ) dbinom(X=?, n, prob) pbinom(X=?, n, prob) rbinmo(幾個符合二項分配的X,
n, prob) X~Poisson (lamda) dpois(X=?, lamda) ppois (X=?, lamda)
rpois (X, lamda)
**Suppose the random variable X obeys the binomial allocation B
(n=100, p=0.1)
(a) Use X as the binomial allocation to calculate P(12≤X≤14)
(b) In practice, when np ≥ 5 and n(1-p) ≥ 5, X will...