STA104/MTH135: Probability

Homework #6: Joint Distributions

Due: Friday, Oct 26

Text Problems are from Sheldon Ross, A First Course in Probability (6th/5th edns). 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!