Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

The joint probability function of X and Y is given by $$f(x,y) =\left\{ ce^{(-x-3y)}: 0 <x<\infty, 0<y<\infty \right\}\\0 \ \ \ \ \ \ otherwise $$

a) For what value of c is this a joint density function?

share|improve this question
3  
Compute the integral over $ \Bbb R^2$, and choose $c$ in order to make it equal to $1$. – Davide Giraudo Sep 28 '12 at 14:47
3  
Homework, form and substance. – Did Sep 28 '12 at 15:14

1 Answer

up vote 3 down vote accepted

In order to be a pdf, $f$ needs to be integrable to 1:

$1= \int_0^\infty \int_0^\infty ce^{-x-3y}dxdy = c \int_0^\infty e^{-x} dx \int_0^\infty e^{-3y}dy = c \left(-e^{-x}|_0^\infty\right) \left(-e^{-3y}/3|_0^\infty\right) = c \cdot 1 \cdot \frac{1}{3}, $ so $c=3$.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.