Question 5
a) (1)
X~Normal(mean=4, standard deviation=3), (2) Y~Normal(mean=6,
standard deviation = 4), and (3) X and Y are independent, then,
P(X+Y>13) equals (in 4 decimal places)
Answers options: a) 0.7257, b) 0.3341, c) 0.2743, d) 0.6759, e)
none of these
b) Let X~Gamma(4, 1.2). Which of the following
is possible R code for computing the probability that X <
2.6?
Answers options: a) dgam(2.6, 4, 1.2), b) pgamma(4, 1.2, 2.6),
c) dgamma(2.6, 4, 1.2), d) pgamma(2.6, 4, 1.2), e)...