document.write( "Question 1164546: a) Plot the pmf and cdf of the geometric random variable X with probability of success p = 1/3.
\n" );
document.write( "b) Find E[X] and var(X).
\n" );
document.write( "c) Find P(X > 4) \n" );
document.write( "
Algebra.Com's Answer #854199 by amarjeeth123(574) ![]() You can put this solution on YOUR website! E[X]=1/p=1/(1/3)=3 \n" ); document.write( "Var[X]=((1-p)/p^2)=(2/3)/(1/9)=(2/3)*9=2*3=6 \n" ); document.write( "Since the number of trials is not given we cannot calculate the desired probability. \n" ); document.write( " |