document.write( "Question 1159728: 4)Suppose the probability that a bit transmitted through a digital communication channel and received in error is 0.01. Assuming that the transmissions are independent events,
\n" );
document.write( "a) Find the probability that the first error occurs at the 8th bit.
\n" );
document.write( "b) Find the probability that the third error occurs at the 8th bit.
\n" );
document.write( "c) Find the probability that three or more errors occur among 100 transmitted bits. \n" );
document.write( "
Algebra.Com's Answer #782790 by Boreal(15235) You can put this solution on YOUR website! geometric function \n" ); document.write( "probability is 0.99^7*0.01=0.0093\r \n" ); document.write( "\n" ); document.write( "For the next part, we need the probability of 2 errors in 7 bits \n" ); document.write( "there are 7C2 or 21 ways that can happen and the probability to get 2 errors is 21*0.99^5*0.01^2=0.00200 or 0.002 \n" ); document.write( "Then the eighth bit has a 0.01 probability of an error, so the joint probability is 0.0002 for the third error to occur on the 8th bit.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Find the probability of 0,1,2 errors among 100 bits \n" ); document.write( "for 0, it is 0.99^100=0.3660 \n" ); document.write( "for 1 it is 100*0.99^99*0.01=0.3697 \n" ); document.write( "for 2 it is 100C2*0.99*98*0.01^2=0.1849 \n" ); document.write( "That sum is 0.9206 \n" ); document.write( "Also 2nd VARS to binomcdf (100,0.01,2) \n" ); document.write( "BUT this is the probability we don't want. The complement, 3 or more errors, is 0.0794, and that is the answer. \n" ); document.write( " |