STA104/MTH135: Probability

Homework #6: Joint Distributions

Due: Thursday, Oct 23

Text Problems are from Sheldon Ross, A First Course in Probability (6th edn). I urge you to use Mathematica or Maple to do the integrals, unless you are a masochist. For example, the double-integrals needed to solve one of the problems below can be evaluated in
Mathematica with the command Integrate[ Integrate[ y(6/7)(x^2+x*y/2),{x,0,1} ], {y,0,2} ] , or in
Maple with the command int( int(y*(6/7)*(x^2+x*y/2), x=0..1), y=0..2); .

Good Luck!