document.write( "Question 352593: Q1:A block of 100 bits is transmitted over a binary communication channel with probability of bit error p=0.003.Find the probability that the bit contains 3 or more errors.
\n" );
document.write( "Q2:a random experiment has sample space S={a,b,c},suppose that P[a,c]=5/8 and p[b,c]=7/8.Use axioms of probability to find the probability of the elementary events?solution of this question \n" );
document.write( "
Algebra.Com's Answer #251993 by stanbon(75887) ![]() You can put this solution on YOUR website! Q1:A block of 100 bits is transmitted over a binary communication channel with probability of bit error p=0.003.Find the probability that the bit contains 3 or more errors. \n" ); document.write( "--- \n" ); document.write( "Binomial with n=100 and p= 0.003 \n" ); document.write( "P(3<= x <=100) = 1- P(0<= x <=2) = 1-binomcdf(100,0.003,2) = 0.0035 \n" ); document.write( "------------------------------------------------------------------------- \n" ); document.write( "Q2:a random experiment has sample space S={a,b,c},suppose that P[a,c]=5/8 and p[b,c]=7/8.Use axioms of probability to find the probability of the elementary events?solution of this question \n" ); document.write( "--- \n" ); document.write( "? What do you mean by P[a,c] and P[b,c]? \n" ); document.write( "Are they \"OR\" statements or \"AND\" statements? \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |