Hello Roadapples,
I will provide "how" to get the answers in addition to the actual
answers. If you want some free software that can solve these kinds of
questions, you may want to check out Maxima - see the references
below.
For f(y) = k * y * (1-y) [range 0,1], 0 otherwise.
(a) A probability function is the integral of range +/- infinity of
f(x) dx = 1 and f(x) >= 0 over the whole range. The integral of f(y)
is 1/6 [according to Maxima], so K must be 6.
(b) P(0.4 <= Y <= 1) is the integral of the function over that range.
Asking Maxima for the answer yields P=81/125 = 0.648.
(c) P(Y<=0.4|Y<0.8) is the probability of P(Y<=0.4) given P(Y<=0.8) is
true. Basically, this is the ratio of the two probabilities. P(Y<=0.4)
= 22/375 = 0.0586...., P(Y<=0.8) = 56/375 = 0.1493.... Or a result of
11/28 = 0.3928571.
(d) P(Y<0.4 | Y<0.8) - perhaps a typo; otherwise the answer for (c) is
"close". Perhaps you are looking for P(A or B), P(A and B), or P(A|B)
with the signs changed. Of course, I could just misunderstand the
notation - please clarify.
Please use a clarification request on (d) and if I've made a mistake
in notation on one of the other questions.
References
Probability Distribution Functions
http://csep1.phy.ornl.gov/mc/node13.html
Maxima
http://www.ma.utexas.edu/users/wfs/maxima.html
or
http://maxima.sourceforge.net/
--Maniac |