Homework Statement
let y_1 and y_2 be iid bin(5,1/4) random variables
let v=y_1+2*y_2 and u = 3*y_1 -2y_2
find f_uv (u,v) and the cov(u,v)
Homework Equations
f_y (y) = (5 choose y) (1/4)^y (3/4)^5-x for x=0,1,2,3,4,5
covariance=E(uv)-E(u)E(v)
The Attempt at a Solution...