document.write( "Question 59209: pleae help me in this
\n" );
document.write( "let abowl contain 10 chips of he same size and shape , one and only one of these chips is red , continue to draw chips from the bowl , one at atime and at random without replacement , until red chip is drawn ,
\n" );
document.write( "1. find the pdf. Of X , the number of trials needed to draw the red chip
\n" );
document.write( "2. compute p(X< or equal 4 )
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #40748 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! let abowl contain 10 chips of he same size and shape , one and only one of these chips is red , continue to draw chips from the bowl , one at atime and at random without replacement , until red chip is drawn , \n" ); document.write( "1. find the pdf. Of X , the number of trials needed to draw the red chip \n" ); document.write( "P(1)=1/10 \n" ); document.write( "P(2)=(9/10)(1/9)=1/10 \n" ); document.write( "P(3)=(9/10)(8/9)(1/8)=1/10 \n" ); document.write( "... \n" ); document.write( "P(10)=(9/10)(8/9)(7/8)...(1/2)(1/1)=1/10 \n" ); document.write( "--------- \n" ); document.write( "E(X)=(1/10)(1+2+3+...+9+10)=5.5 \n" ); document.write( "--------- \n" ); document.write( "2. compute p(X< or equal 4 ) \r \n" ); document.write( "\n" ); document.write( "=4/10 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |